python-kasa/kasa
Teemu R 44e2998705
Improve bulb API, force turn on for all light changes as offline changes are not supported (#76)
* Add ignore_default to lights to allow setting to specific light state, force bulb on when changing the settings, allow defining brightness for set_color_temp, add a couple of new API methods

* Fix and simplify transition_light_state to make tests pass
2020-07-06 16:09:30 +02:00
..
tests Improve bulb API, force turn on for all light changes as offline changes are not supported (#76) 2020-07-06 16:09:30 +02:00
__init__.py Add retries to protocol queries (#65) 2020-05-27 20:02:09 +03:00
cli.py General cleanups all around (janitoring) (#63) 2020-05-27 16:55:18 +02:00
discover.py Simplify API documentation by using doctests (#73) 2020-06-30 02:29:52 +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 Improve bulb API, force turn on for all light changes as offline changes are not supported (#76) 2020-07-06 16:09:30 +02:00
smartdevice.py Simplify API documentation by using doctests (#73) 2020-06-30 02:29:52 +02:00
smartdimmer.py Simplify API documentation by using doctests (#73) 2020-06-30 02:29:52 +02:00
smartplug.py Simplify API documentation by using doctests (#73) 2020-06-30 02:29:52 +02:00
smartstrip.py Simplify API documentation by using doctests (#73) 2020-06-30 02:29:52 +02:00