mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-14 11:28:02 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user