From 293d744f0ac9eec0c8ef9d4888392fd172d0878e Mon Sep 17 00:00:00 2001 From: Robert Young Date: Mon, 29 Nov 2021 12:51:35 -0800 Subject: [PATCH] Add ledon/ledoff to commands list in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a3ae145..a3b05b8 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ Provide the target IP using `-t` and a command to send using either `-c` or `-j` | reboot | Reboot the device | | reset | Reset the device to factory settings | | energy | Return realtime voltage/current/power| +| ledon | Turn on the LED indicator | +| ledoff | Turn off the LED indicator | More advanced commands such as creating or editing rules can be issued using the `-j` flag by providing the full JSON string for the command. Please consult [tplink-smarthome-commands.txt](tplink-smarthome-commands.txt) for a comprehensive list of commands.