python-kasa/kasa
Teemu R 2c83d8ee6d
bulb: allow set_hsv without v, add fallback ct range (#200)
* bulb: allow set_hsv without v, add fallback ct range

* add ColorTempRange and HSV named tuples
* add a fallback color temp range if unknown, log a warning
* set_hsv: the value is now optional

* Fix tests, change fallback range to 2700-5000
2021-09-21 13:23:56 +02:00
..
tests bulb: allow set_hsv without v, add fallback ct range (#200) 2021-09-21 13:23:56 +02:00
__init__.py Return None instead of raising an exception on missing, valid emeter keys (#146) 2021-03-18 19:22:10 +01:00
cli.py Improve testing harness to allow tests on real devices (#197) 2021-09-19 23:45:48 +02:00
discover.py Add a note about using the discovery target parameter (#168) 2021-09-20 00:01:06 +02:00
exceptions.py Add retries to protocol queries (#65) 2020-05-27 20:02:09 +03:00
protocol.py Add retries to protocol queries (#65) 2020-05-27 20:02:09 +03:00
smartbulb.py bulb: allow set_hsv without v, add fallback ct range (#200) 2021-09-21 13:23:56 +02:00
smartdevice.py Improve bulb support (alias, time settings) (#198) 2021-09-19 23:53:17 +02:00
smartdimmer.py Add --transition to bulb-specific cli commands, fix turn_{on,off} signatures (#81) 2020-07-06 16:10:28 +02:00
smartlightstrip.py Add support for lightstrips (KL430) (#74) 2020-07-19 22:32:17 +02:00
smartplug.py Add --transition to bulb-specific cli commands, fix turn_{on,off} signatures (#81) 2020-07-06 16:10:28 +02:00
smartstrip.py Improve testing harness to allow tests on real devices (#197) 2021-09-19 23:45:48 +02:00