We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6824e1a commit a8f9e9dCopy full SHA for a8f9e9d
README.md
@@ -23,15 +23,15 @@ A full list of commands is provided in [tplink-smarthome-commands.txt](tplink-sm
23
24
#### Usage ####
25
26
- `./tplink-smarthome.py -t <ip> [-c <cmd> || -j <json>]`
+ `./tplink-smartplug.py -t <ip> [-c <cmd> || -j <json>]`
27
28
Provide the target IP using `-t` and a command to send using either `-c` or `-j`. Commands for the `-c` flag:
29
30
| Command | Description |
31
|-----------|--------------------------------------|
32
| on | Turns on the plug |
33
| off | Turns off the plug |
34
-| system | Returns device info |
+| info | Returns device info |
35
| cloudinfo | Returns cloud connectivity info |
36
| wlanscan | Scan for nearby access points |
37
| time | Returns the system time |
0 commit comments