fix more outdated CLI examples, remove EP40 from bulb list (#383)

* Fix more outdated cli examples

* remove EP40 (smart strip) from bulb list
This commit is contained in:
HankB
2022-10-18 16:37:54 -05:00
committed by GitHub
parent 2eecf39bae
commit e1a30f92e4
3 changed files with 4 additions and 5 deletions

View File

@@ -45,13 +45,13 @@ All command-line commands can be used with transition period for smooth changes.
.. code::
$ kasa --bulb --host <host> off --transition 15000
$ kasa --type bulb --host <host> off --transition 15000
**Example:** Change the bulb to red with 20% brightness over 15 seconds:
.. code::
$ kasa --bulb --host <host> hsv 0 100 20 --transition 15000
$ kasa --type bulb --host <host> hsv 0 100 20 --transition 15000
API documentation