python-kasa/kasa/smart/modules
Steven B 16f17a7729
Add Fan interface for SMART devices ()
Enables the Fan interface for devices supporting that component.
Currently the only device with a fan is the ks240 which implements it as
a child device. This PR adds a method `get_module` to search the child
device for modules if it is a WallSwitch device type.
2024-04-30 17:42:53 +01:00
..
__init__.py Add support for waterleak sensor (T300) () 2024-04-30 17:31:47 +02:00
alarmmodule.py Implement choice feature type () 2024-04-30 07:56:09 +01:00
autooffmodule.py Embed FeatureType inside Feature () 2024-04-24 18:38:52 +02:00
battery.py Embed FeatureType inside Feature () 2024-04-24 18:38:52 +02:00
brightness.py Support for new ks240 fan/light wall switch () 2024-04-24 20:17:49 +02:00
childdevicemodule.py Revise device initialization and subsequent updates () 2024-03-15 17:18:13 +01:00
cloudmodule.py Embed FeatureType inside Feature () 2024-04-24 18:38:52 +02:00
colormodule.py Embed FeatureType inside Feature () 2024-04-24 18:38:52 +02:00
colortemp.py Implement feature categories () 2024-04-23 19:20:12 +02:00
devicemodule.py Enable and convert to future annotations () 2024-04-17 15:39:24 +02:00
energymodule.py Add precision_hint to feature () 2024-04-29 13:31:42 +02:00
fanmodule.py Add Fan interface for SMART devices () 2024-04-30 17:42:53 +01:00
firmware.py Embed FeatureType inside Feature () 2024-04-24 18:38:52 +02:00
humidity.py Embed FeatureType inside Feature () 2024-04-24 18:38:52 +02:00
ledmodule.py Embed FeatureType inside Feature () 2024-04-24 18:38:52 +02:00
lighttransitionmodule.py Support for new ks240 fan/light wall switch () 2024-04-24 20:17:49 +02:00
reportmodule.py Implement feature categories () 2024-04-23 19:20:12 +02:00
temperature.py Embed FeatureType inside Feature () 2024-04-24 18:38:52 +02:00
temperaturecontrol.py Embed FeatureType inside Feature () 2024-04-24 18:38:52 +02:00
timemodule.py Implement feature categories () 2024-04-23 19:20:12 +02:00
waterleak.py Add support for waterleak sensor (T300) () 2024-04-30 17:31:47 +02:00