2
0
mirror of https://github.com/softScheck/tplink-smartplug synced 2026-01-11 23:38:46 +01:00

Merge pull request #93 from smford/adding_led_command

Adds command to turn on Device LED (Night mode)
This commit is contained in:
softScheck GmbH
2022-08-29 11:03:38 +02:00
committed by GitHub

View File

@@ -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}}}