mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
Update smartstrip.rst (#382)
```text hbarta@pilog3b:~$ kasa --type strip --host 192.168.20.215 on Turning on TP-LINK_Smart Plug_83A6 hbarta@pilog3b:~$ kasa --strip --host 192.168.20.215 on Usage: kasa [OPTIONS] COMMAND [ARGS]... Try 'kasa --help' for help. Error: No such option: --strip (Possible options: --host, --type) hbarta@pilog3b:~$ ```
This commit is contained in:
parent
e1a30f92e4
commit
b386485ab0
@ -18,13 +18,13 @@ If not specified, the commands will act on the parent device: turning the strip
|
||||
|
||||
.. code::
|
||||
|
||||
$ kasa --strip --host <host> on --index 0
|
||||
$ kasa --type strip --host <host> on --index 0
|
||||
|
||||
**Example:** Turn off the socket by name:
|
||||
|
||||
.. code::
|
||||
|
||||
$ kasa --strip --host <host> off --name "Maybe Kitchen"
|
||||
$ kasa --type strip --host <host> off --name "Maybe Kitchen"
|
||||
|
||||
|
||||
API documentation
|
||||
|
Loading…
Reference in New Issue
Block a user