From e2f848e0640c1d703e2abbcfa56f3b7f57cc3430 Mon Sep 17 00:00:00 2001 From: Keith Chiem Date: Thu, 9 Nov 2017 20:20:19 -0800 Subject: [PATCH] add 'energy' command. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 251bdb3..21d2686 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Provide the target IP using `-t` and a command to send using either `-c` or `-j` | antitheft | Lists configured antitheft rules | | reboot | Reboot the device | | reset | Reset the device to factory settings | +| energy | Return realtime voltage/current/power| 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.