Adds command to turn on Device LED (Night mode)

- simply adds the command to the documentation to turn on the LED
This commit is contained in:
smford
2021-11-07 23:56:57 +00:00
parent 630c777049
commit d2578df1c8
+3
View File
@@ -19,6 +19,9 @@ Turn On
Turn Off Turn Off
{"system":{"set_relay_state":{"state":0}}} {"system":{"set_relay_state":{"state":0}}}
Turn On Device LED (Night mode)
{"system":{"set_led_off":{"off":0}}}
Turn Off Device LED (Night mode) Turn Off Device LED (Night mode)
{"system":{"set_led_off":{"off":1}}} {"system":{"set_led_off":{"off":1}}}