From b386485ab09aaa536dc3595cd30caf06adcae422 Mon Sep 17 00:00:00 2001 From: HankB Date: Tue, 18 Oct 2022 18:16:11 -0500 Subject: [PATCH] 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:~$ ``` --- docs/source/smartstrip.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/smartstrip.rst b/docs/source/smartstrip.rst index 411ccde1..5c41be51 100644 --- a/docs/source/smartstrip.rst +++ b/docs/source/smartstrip.rst @@ -18,13 +18,13 @@ If not specified, the commands will act on the parent device: turning the strip .. code:: - $ kasa --strip --host on --index 0 + $ kasa --type strip --host on --index 0 **Example:** Turn off the socket by name: .. code:: - $ kasa --strip --host off --name "Maybe Kitchen" + $ kasa --type strip --host off --name "Maybe Kitchen" API documentation