mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
dd073fa8c8
* Adds a transition param to set_brightness(), turn_on(), and turn_off() that specifies the duration in milliseconds that the dimmer switch will take to transition to the new state. * Fixes bug where set_brightness(0) was allowed even though the dimmer does not support it. Now brightness values of 0 are coerced to 1 to be consistent with bulbs (which do support brightness values of 0). |
||
---|---|---|
.. | ||
tests | ||
__init__.py | ||
cli.py | ||
discover.py | ||
exceptions.py | ||
protocol.py | ||
smartbulb.py | ||
smartdevice.py | ||
smartdimmer.py | ||
smartplug.py | ||
smartstrip.py |