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 |