python-kasa/kasa/iot
Steven B 133a839f22
Add LightEffect module for smart light strips (#918)
Implements the `light_strip_lighting_effect` components for
`smart` devices. Uses a new list of effects captured from a L900 which
are similar to the `iot` effects but include some additional properties
and a few extra effects.

Assumes that a device only implements `light_strip_lighting_effect` or
`light_effect` but not both.
2024-05-15 06:16:57 +01:00
..
modules Add LightEffect module for smart light strips (#918) 2024-05-15 06:16:57 +01:00
__init__.py Update poetry locks and pre-commit hooks (#837) 2024-04-16 20:21:20 +02:00
effects.py Create common interfaces for remaining device types (#895) 2024-05-10 19:29:28 +01:00
iotbulb.py Deprecate is_something attributes (#912) 2024-05-13 18:52:08 +01:00
iotdevice.py Make Light and Fan a common module interface (#911) 2024-05-13 17:34:44 +01:00
iotdimmer.py Deprecate is_something attributes (#912) 2024-05-13 18:52:08 +01:00
iotlightstrip.py Make Light and Fan a common module interface (#911) 2024-05-13 17:34:44 +01:00
iotmodule.py Create common interfaces for remaining device types (#895) 2024-05-10 19:29:28 +01:00
iotplug.py Make Light and Fan a common module interface (#911) 2024-05-13 17:34:44 +01:00
iotstrip.py Make Light and Fan a common module interface (#911) 2024-05-13 17:34:44 +01:00