python-kasa/kasa/iot
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
..
modules Add light presets common module to devices. (#907) 2024-05-19 11:20:18 +01:00
__init__.py Update poetry locks and pre-commit hooks (#837) 2024-04-16 20:21:20 +02:00
effects.py Create common interfaces for remaining device types (#895) 2024-05-10 19:29:28 +01:00
iotbulb.py Add light presets common module to devices. (#907) 2024-05-19 11:20:18 +01:00
iotdevice.py Add light presets common module to devices. (#907) 2024-05-19 11:20:18 +01:00
iotdimmer.py Deprecate device level light, effect and led attributes (#916) 2024-05-15 18:49:08 +01:00
iotlightstrip.py Deprecate device level light, effect and led attributes (#916) 2024-05-15 18:49:08 +01:00
iotmodule.py Create common interfaces for remaining device types (#895) 2024-05-10 19:29:28 +01:00
iotplug.py Add tutorial doctest module and enable top level await (#919) 2024-05-16 18:13:44 +02:00
iotstrip.py Add tutorial doctest module and enable top level await (#919) 2024-05-16 18:13:44 +02:00