python-kasa/kasa/smart
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
..
modules Add colortemp module (#814) 2024-03-15 17:36:07 +01:00
__init__.py Remove SmartPlug in favor of SmartDevice (#781) 2024-02-22 14:34:55 +01:00
smartbulb.py Add initial support for H100 and T315 (#776) 2024-02-22 23:09:38 +01:00
smartchilddevice.py Simplify device __repr__ (#805) 2024-03-05 13:35:19 +01:00
smartdevice.py Revise device initialization and subsequent updates (#807) 2024-03-15 17:18:13 +01:00
smartmodule.py Add brightness module (#806) 2024-03-05 15:41:40 +01:00