mirror of https://github.com/arendst/Tasmota.git
Updated PS 16 DZ Dimmer (markdown)
parent
087105f964
commit
7805df60da
|
@ -60,25 +60,25 @@ Send from ESP8266:
|
||||||
AT+SEND=ok
|
AT+SEND=ok
|
||||||
|
|
||||||
Turn on the switch with faceplate button:
|
Turn on the switch with faceplate button:
|
||||||
Received from MCU when
|
Received from MCU
|
||||||
AT+UPDATE="switch":"on","bright":44
|
AT+UPDATE="switch":"on","bright":44
|
||||||
Send from ESP8266:
|
Send from ESP8266:
|
||||||
AT+SEND=ok
|
AT+SEND=ok
|
||||||
|
|
||||||
Turn off the switch with faceplate button:
|
Turn off the switch with faceplate button:
|
||||||
Received from MCU when
|
Received from MCU
|
||||||
AT+UPDATE="switch":"off","bright":44
|
AT+UPDATE="switch":"off","bright":44
|
||||||
Send from ESP8266:
|
Send from ESP8266:
|
||||||
AT+SEND=ok
|
AT+SEND=ok
|
||||||
|
|
||||||
Change the brightness to 52 with faceplate button:
|
Change the brightness to 52 with faceplate button:
|
||||||
Received from MCU when
|
Received from MCU
|
||||||
AT+UPDATE="switch":"on","bright":52
|
AT+UPDATE="switch":"on","bright":52
|
||||||
Send from ESP8266:
|
Send from ESP8266:
|
||||||
AT+SEND=ok
|
AT+SEND=ok
|
||||||
|
|
||||||
Holding the middle button on faceplate to reset the device:
|
Holding the middle button on faceplate to reset the device:
|
||||||
Received from MCU when
|
Received from MCU
|
||||||
AT+SETTING=enterESPTOUCH
|
AT+SETTING=enterESPTOUCH
|
||||||
Send from ESP8266:
|
Send from ESP8266:
|
||||||
AT+SETTING=enterESPTOUCH
|
AT+SETTING=enterESPTOUCH
|
||||||
|
|
Loading…
Reference in New Issue