python-kasa/kasa/iot/modules
Teemu R 65874c0365
Embed FeatureType inside Feature (#860)
Moves `FeatureType` into `Feature` to make it easier to use the API.
This also enforces that no invalid types are accepted (i.e.,
`Category.Config` cannot be a `Sensor`)
If `--verbose` is used with the cli tool, some extra information is
displayed for features when in the state command.
2024-04-24 18:38:52 +02:00
..
__init__.py Update poetry locks and pre-commit hooks (#837) 2024-04-16 20:21:20 +02:00
ambientlight.py Embed FeatureType inside Feature (#860) 2024-04-24 18:38:52 +02:00
antitheft.py Update poetry locks and pre-commit hooks (#837) 2024-04-16 20:21:20 +02:00
cloud.py Embed FeatureType inside Feature (#860) 2024-04-24 18:38:52 +02:00
countdown.py Update poetry locks and pre-commit hooks (#837) 2024-04-16 20:21:20 +02:00
emeter.py Enable and convert to future annotations (#838) 2024-04-17 15:39:24 +02:00
motion.py Enable and convert to future annotations (#838) 2024-04-17 15:39:24 +02:00
rulemodule.py Enable and convert to future annotations (#838) 2024-04-17 15:39:24 +02:00
schedule.py Update poetry locks and pre-commit hooks (#837) 2024-04-16 20:21:20 +02:00
time.py Update poetry locks and pre-commit hooks (#837) 2024-04-16 20:21:20 +02:00
usage.py Enable and convert to future annotations (#838) 2024-04-17 15:39:24 +02:00