python-kasa/kasa/smart/modules
Steven B eff8db450d
Support for new ks240 fan/light wall switch (#839)
In order to support the ks240 which has children for the fan and light
components, this PR adds those modules at the parent level and hides the
children so it looks like a single device to consumers. It also decides
which modules not to take from the child because the child does not
support them even though it say it does. It does this for now via a
fixed list, e.g. `Time`, `Firmware` etc.

Also adds fixtures from two versions and corresponding tests.
2024-04-24 20:17:49 +02:00
..
__init__.py Add temperature control module for smart (#848) 2024-04-22 12:39:07 +01:00
alarmmodule.py Embed FeatureType inside Feature (#860) 2024-04-24 18:38:52 +02:00
autooffmodule.py Embed FeatureType inside Feature (#860) 2024-04-24 18:38:52 +02:00
battery.py Embed FeatureType inside Feature (#860) 2024-04-24 18:38:52 +02:00
brightness.py Support for new ks240 fan/light wall switch (#839) 2024-04-24 20:17:49 +02:00
childdevicemodule.py Revise device initialization and subsequent updates (#807) 2024-03-15 17:18:13 +01:00
cloudmodule.py Embed FeatureType inside Feature (#860) 2024-04-24 18:38:52 +02:00
colormodule.py Embed FeatureType inside Feature (#860) 2024-04-24 18:38:52 +02:00
colortemp.py Implement feature categories (#846) 2024-04-23 19:20:12 +02:00
devicemodule.py Enable and convert to future annotations (#838) 2024-04-17 15:39:24 +02:00
energymodule.py Add support for feature units (#843) 2024-04-22 10:25:30 +01:00
fanmodule.py Support for new ks240 fan/light wall switch (#839) 2024-04-24 20:17:49 +02:00
firmware.py Embed FeatureType inside Feature (#860) 2024-04-24 18:38:52 +02:00
humidity.py Embed FeatureType inside Feature (#860) 2024-04-24 18:38:52 +02:00
ledmodule.py Embed FeatureType inside Feature (#860) 2024-04-24 18:38:52 +02:00
lighttransitionmodule.py Support for new ks240 fan/light wall switch (#839) 2024-04-24 20:17:49 +02:00
reportmodule.py Implement feature categories (#846) 2024-04-23 19:20:12 +02:00
temperature.py Embed FeatureType inside Feature (#860) 2024-04-24 18:38:52 +02:00
temperaturecontrol.py Embed FeatureType inside Feature (#860) 2024-04-24 18:38:52 +02:00
timemodule.py Implement feature categories (#846) 2024-04-23 19:20:12 +02:00