python-kasa/kasa/interfaces
Steven B 273c541fcc
Add light presets common module to devices. (#907)
Adds light preset common module for switching to presets and saving presets.
Deprecates the `presets` attribute and `save_preset` method from the `bulb` 
interface in favour of the modular approach.  Allows setting preset for `iot` 
which was not previously supported.
2024-05-19 11:20:18 +01:00
..
__init__.py Add light presets common module to devices. (#907) 2024-05-19 11:20:18 +01:00
fan.py Make Light and Fan a common module interface (#911) 2024-05-13 17:34:44 +01:00
led.py Create common interfaces for remaining device types (#895) 2024-05-10 19:29:28 +01:00
light.py Add light presets common module to devices. (#907) 2024-05-19 11:20:18 +01:00
lighteffect.py Create common interfaces for remaining device types (#895) 2024-05-10 19:29:28 +01:00
lightpreset.py Add light presets common module to devices. (#907) 2024-05-19 11:20:18 +01:00