python-kasa/kasa
Teemu R b73c0d222e
Move dimmer support to its own class (#34)
* Move dimmer support to its own class

SmartDimmer extends SmartPlug with brightness settings.
This will make the API of SmartPlug less confusing and will
make it simpler to downstream users to act with dimmers.

Fixes #33

* Lint & make tests pass

* Fix rebase after cache and emeter cleanups, hopefully everything went smoothly..

* oopsie, has_emeter was mistakenly included in smartplug
2020-04-18 23:35:39 +02:00
..
tests Move dimmer support to its own class (#34) 2020-04-18 23:35:39 +02:00
__init__.py Move dimmer support to its own class (#34) 2020-04-18 23:35:39 +02:00
cli.py Enable Windows & OSX builds (#31) 2020-03-18 00:40:06 +01:00
discover.py Remove sync interface, add asyncio discovery (#14) 2020-01-12 22:44:19 +01:00
protocol.py mass rename to (python-)kasa (#1) 2019-12-18 09:11:18 +01:00
smartbulb.py Remove unnecessary cache (#40) 2020-04-12 15:57:49 +02:00
smartdevice.py Move dimmer support to its own class (#34) 2020-04-18 23:35:39 +02:00
smartdimmer.py Move dimmer support to its own class (#34) 2020-04-18 23:35:39 +02:00
smartplug.py Move dimmer support to its own class (#34) 2020-04-18 23:35:39 +02:00
smartstrip.py Move dimmer support to its own class (#34) 2020-04-18 23:35:39 +02:00
version.py mass rename to (python-)kasa (#1) 2019-12-18 09:11:18 +01:00