python-kasa/kasa/smart/modules
Teemu R cbf82c9498
Support for on_off_gradually v2+ (#793)
Previously, only v1 of on_off_gradually is supported, and the newer versions are not backwards compatible.
This PR adds support for the newer versions of the component, and implements `number` type for `Feature` to expose the transition time selection.
This also adds a new `supported_version` property to the main module API.
2024-02-24 02:16:43 +01:00
..
__init__.py Add initial support for H100 and T315 (#776) 2024-02-22 23:09:38 +01:00
alarmmodule.py Add initial support for H100 and T315 (#776) 2024-02-22 23:09:38 +01:00
autooffmodule.py Auto auto-off module for smartdevice (#760) 2024-02-19 21:11:11 +01:00
battery.py Add initial support for H100 and T315 (#776) 2024-02-22 23:09:38 +01:00
childdevicemodule.py Generalize smartdevice child support (#775) 2024-02-22 20:46:19 +01:00
cloudmodule.py Add cloud module for smartdevice (#767) 2024-02-19 20:48:46 +01:00
devicemodule.py Support for on_off_gradually v2+ (#793) 2024-02-24 02:16:43 +01:00
energymodule.py Initial implementation for modularized smartdevice (#757) 2024-02-19 18:01:31 +01:00
firmware.py Add H100 fixtures (#737) 2024-02-24 00:12:19 +01:00
humidity.py Add initial support for H100 and T315 (#776) 2024-02-22 23:09:38 +01:00
ledmodule.py Add smartdevice module for led controls (#761) 2024-02-19 20:59:09 +01:00
lighttransitionmodule.py Support for on_off_gradually v2+ (#793) 2024-02-24 02:16:43 +01:00
reportmodule.py Add initial support for H100 and T315 (#776) 2024-02-22 23:09:38 +01:00
temperature.py Add temperature_unit feature to t315 (#788) 2024-02-24 00:05:06 +01:00
timemodule.py Initial implementation for modularized smartdevice (#757) 2024-02-19 18:01:31 +01:00