From 87730e6c4eeec580a4267bbb9aeb105dbdbb7ea1 Mon Sep 17 00:00:00 2001 From: Flaviof Date: Mon, 15 Feb 2021 11:59:17 -0500 Subject: [PATCH] Fix documentation on Smart strips (#136) Trivial Fix Fix documentation and the corresponding command when turning on/off example. --- 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 460f211e..edd4953b 100644 --- a/docs/source/smartstrip.rst +++ b/docs/source/smartstrip.rst @@ -16,13 +16,13 @@ Command-line usage To command a single socket of a strip, you will need to specify it either by using ``--index`` or by using ``--name``. If not specified, the commands will act on the parent device: turning the strip off will turn off all sockets. -**Example:** Turn off the first socket (the indexing starts from zero): +**Example:** Turn on the first socket (the indexing starts from zero): .. code:: $ kasa --strip --host on --index 0 -**Example:** Turn on the socket by name: +**Example:** Turn off the socket by name: .. code::