From d2578df1c89bdf6f797c20f4d5f7a5754df2bd7b Mon Sep 17 00:00:00 2001 From: smford Date: Sun, 7 Nov 2021 23:53:42 +0000 Subject: [PATCH] Adds command to turn on Device LED (Night mode) - simply adds the command to the documentation to turn on the LED --- tplink-smarthome-commands.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tplink-smarthome-commands.txt b/tplink-smarthome-commands.txt index ced664a..0bc7a47 100644 --- a/tplink-smarthome-commands.txt +++ b/tplink-smarthome-commands.txt @@ -19,6 +19,9 @@ Turn On Turn Off {"system":{"set_relay_state":{"state":0}}} +Turn On Device LED (Night mode) +{"system":{"set_led_off":{"off":0}}} + Turn Off Device LED (Night mode) {"system":{"set_led_off":{"off":1}}}