-
Notifications
You must be signed in to change notification settings - Fork 0
MQTT Управление кнопкой
- Кнопку можно выключить и тогда она не будет реагировать на нажатие
- Состояние кнопки не сохраняется при перезагрузке
Topic /home/room1/socket/sonoff-s20/relay/status
Message {"status":"1","activated":"0"}
Topic /home/room1/socket/sonoff-s20/relay/status
Message {"status":"0","activated":"0"}
/button
- status 0 - OFF 1 - ON
Topic /home/room1/socket/sonoff-s20/button
Message {"status":"1"}
Topic /home/room1/socket/sonoff-s20/button/status
Message {"status":"1","activated":"2"}
Topic /home/room1/socket/sonoff-s20/button
Message {"status":"0"}
Topic /home/room1/socket/sonoff-s20/button/status
Message {"status":"0","activated":"2"}
Topic /home/room1/sonoff-s20/button
Message {"status":"1"}
Topic /home/room1/socket/sonoff-s20/button/status
Message {"status":"1","activated":"2"}
Topic /home/room1/sonoff-s20/button
Message {"status":"0"}
Topic /home/room1/socket/sonoff-s20/button/status
Message {"status":"0","activated":"2"}
Topic /home/sonoff-s20/button
Message {"status":"1"}
Topic /home/room1/socket/sonoff-s20/button/status
Message {"status":"1","activated":"2"}
Topic /home/sonoff-s20/button
Message {"status":"0"}
Topic /home/room1/socket/sonoff-s20/button/status
Message {"status":"0","activated":"2"}