Skip to content

Commit a8f9e9d

Browse files
authored
Fix Issue softScheck#19
1 parent 6824e1a commit a8f9e9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ A full list of commands is provided in [tplink-smarthome-commands.txt](tplink-sm
2323

2424
#### Usage ####
2525

26-
`./tplink-smarthome.py -t <ip> [-c <cmd> || -j <json>]`
26+
`./tplink-smartplug.py -t <ip> [-c <cmd> || -j <json>]`
2727

2828
Provide the target IP using `-t` and a command to send using either `-c` or `-j`. Commands for the `-c` flag:
2929

3030
| Command | Description |
3131
|-----------|--------------------------------------|
3232
| on | Turns on the plug |
3333
| off | Turns off the plug |
34-
| system | Returns device info |
34+
| info | Returns device info |
3535
| cloudinfo | Returns cloud connectivity info |
3636
| wlanscan | Scan for nearby access points |
3737
| time | Returns the system time |

0 commit comments

Comments
 (0)