python-kasa/kasa/smart/modules
Teemu R d63f43a230
Add colortemp module (#814)
Allow controlling the color temperature via features interface:
```
$ kasa --host 192.168.xx.xx feature color_temperature                                                                                                                             
Color temperature (color_temperature): 0

$ kasa --host 192.168.xx.xx feature color_temperature 2000
Setting color_temperature to 2000
Raised error: Temperature should be between 2500 and 6500, was 2000
Run with --debug enabled to see stacktrace

$ kasa --host 192.168.xx.xx feature color_temperature 3000
Setting color_temperature to 3000

$ kasa --host 192.168.xx.xx feature color_temperature                                                                                                                             
Color temperature (color_temperature): 3000
```
2024-03-15 17:36:07 +01:00
..
__init__.py Add colortemp module (#814) 2024-03-15 17:36:07 +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
brightness.py Add brightness module (#806) 2024-03-05 15:41:40 +01:00
childdevicemodule.py Revise device initialization and subsequent updates (#807) 2024-03-15 17:18:13 +01:00
cloudmodule.py Add cloud module for smartdevice (#767) 2024-02-19 20:48:46 +01:00
colortemp.py Add colortemp module (#814) 2024-03-15 17:36:07 +01:00
devicemodule.py Support for on_off_gradually v2+ (#793) 2024-02-24 02:16:43 +01:00
energymodule.py Fix energy module calling get_current_power (#798) 2024-02-28 17:57:02 +00:00
firmware.py Add support for firmware module v1 (#821) 2024-03-12 18:18:08 +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 T315 fixture, tests for humidity&temperature modules (#802) 2024-03-06 18:04:09 +00:00
timemodule.py Initial implementation for modularized smartdevice (#757) 2024-02-19 18:01:31 +01:00