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:
HankB 2022-10-18 18:16:11 -05:00 committed by GitHub
parent e1a30f92e4
commit b386485ab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@ If not specified, the commands will act on the parent device: turning the strip
.. code:: .. code::
$ kasa --strip --host <host> on --index 0 $ kasa --type strip --host <host> on --index 0
**Example:** Turn off the socket by name: **Example:** Turn off the socket by name:
.. code:: .. code::
$ kasa --strip --host <host> off --name "Maybe Kitchen" $ kasa --type strip --host <host> off --name "Maybe Kitchen"
API documentation API documentation