python-kasa/kasa/smart/modules
Steven B aa969ef020
Better firmware module support for devices not connected to the internet (#854)
Devices not connected to the internet will either error when querying
firmware queries (e.g. P300) or return misleading information (e.g.
P100). This PR adds the cloud connect query to the initial queries and
bypasses the firmware module if not connected.
2024-04-23 13:56:32 +02:00
..
__init__.py Add temperature control module for smart (#848) 2024-04-22 12:39:07 +01:00
alarmmodule.py Enable and convert to future annotations (#838) 2024-04-17 15:39:24 +02:00
autooffmodule.py Enable and convert to future annotations (#838) 2024-04-17 15:39:24 +02:00
battery.py Enable and convert to future annotations (#838) 2024-04-17 15:39:24 +02:00
brightness.py Use brightness module for smartbulb (#853) 2024-04-20 20:29:07 +02:00
childdevicemodule.py Revise device initialization and subsequent updates (#807) 2024-03-15 17:18:13 +01:00
cloudmodule.py Better firmware module support for devices not connected to the internet (#854) 2024-04-23 13:56:32 +02:00
colormodule.py Add ColorModule for smart devices (#840) 2024-04-20 17:18:35 +02:00
colortemp.py Add ColorModule for smart devices (#840) 2024-04-20 17:18:35 +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 Enable and convert to future annotations (#838) 2024-04-17 15:39:24 +02:00
firmware.py Better firmware module support for devices not connected to the internet (#854) 2024-04-23 13:56:32 +02:00
humidity.py Enable and convert to future annotations (#838) 2024-04-17 15:39:24 +02:00
ledmodule.py Enable and convert to future annotations (#838) 2024-04-17 15:39:24 +02:00
lighttransitionmodule.py Enable and convert to future annotations (#838) 2024-04-17 15:39:24 +02:00
reportmodule.py Enable and convert to future annotations (#838) 2024-04-17 15:39:24 +02:00
temperature.py Add support for KH100 hub (#847) 2024-04-22 16:24:15 +02:00
temperaturecontrol.py Add support for KH100 hub (#847) 2024-04-22 16:24:15 +02:00
timemodule.py Enable and convert to future annotations (#838) 2024-04-17 15:39:24 +02:00