From a8f9e9d65c4cdd6b85446f14c443b04d4f3abae0 Mon Sep 17 00:00:00 2001 From: softScheck GmbH Date: Mon, 4 Sep 2017 12:21:07 +0200 Subject: [PATCH] Fix Issue #19 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c50ca1d..251bdb3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ A full list of commands is provided in [tplink-smarthome-commands.txt](tplink-sm #### Usage #### - `./tplink-smarthome.py -t [-c || -j ]` + `./tplink-smartplug.py -t [-c || -j ]` Provide the target IP using `-t` and a command to send using either `-c` or `-j`. Commands for the `-c` flag: @@ -31,7 +31,7 @@ Provide the target IP using `-t` and a command to send using either `-c` or `-j` |-----------|--------------------------------------| | on | Turns on the plug | | off | Turns off the plug | -| system | Returns device info | +| info | Returns device info | | cloudinfo | Returns cloud connectivity info | | wlanscan | Scan for nearby access points | | time | Returns the system time |