python-kasa/kasa/cli
Puxtril 4e9a3e6b02
Print formatting for IotLightPreset (#1216)
Now prints presets as such:

```
[0] Hue:   0  Saturation:   0  Brightness/Value: 100  Temp: 6000  Custom: None  Mode: None  Id: None
[1] Hue:   0  Saturation:   0  Brightness/Value: 100  Temp: 2500  Custom: None  Mode: None  Id: None
[2] Hue:   0  Saturation:   0  Brightness/Value:  60  Temp: 2500  Custom: None  Mode: None  Id: None
[3] Hue: 240  Saturation: 100  Brightness/Value: 100  Temp:    0  Custom: None  Mode: None  Id: None
```
2024-11-09 18:03:06 +01:00
..
__init__.py Structure cli into a package (#1038) 2024-07-04 14:52:01 +02:00
__main__.py Split out main cli module into lazily loaded submodules (#1039) 2024-07-23 19:13:52 +01:00
common.py Create common Time module and add time set cli command (#1157) 2024-10-15 08:59:25 +01:00
device.py Initial trigger logs implementation (#900) 2024-11-01 15:36:09 +00:00
discover.py Update try_connect_all to be more efficient and report attempts (#1222) 2024-11-01 18:17:18 +00:00
feature.py Split out main cli module into lazily loaded submodules (#1039) 2024-07-23 19:13:52 +01:00
lazygroup.py Split out main cli module into lazily loaded submodules (#1039) 2024-07-23 19:13:52 +01:00
light.py Print formatting for IotLightPreset (#1216) 2024-11-09 18:03:06 +01:00
main.py Allow enabling experimental devices from environment variable (#1194) 2024-10-29 09:30:30 +00:00
schedule.py Split out main cli module into lazily loaded submodules (#1039) 2024-07-23 19:13:52 +01:00
time.py Create common Time module and add time set cli command (#1157) 2024-10-15 08:59:25 +01:00
usage.py Split out main cli module into lazily loaded submodules (#1039) 2024-07-23 19:13:52 +01:00
wifi.py Split out main cli module into lazily loaded submodules (#1039) 2024-07-23 19:13:52 +01:00