python-kasa/kasa/iot
Steven B f259a8f162
Make module names consistent and remove redundant module casting (#909)
Address the inconsistent naming of smart modules by removing all "Module" suffixes and aligning filenames with class names. Removes the casting of modules to the correct module type now that is is redundant. Update the adding of iot modules to use the ModuleName class rather than a free string.
2024-05-11 19:28:18 +01:00
..
modules Make module names consistent and remove redundant module casting (#909) 2024-05-11 19:28:18 +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 Make module names consistent and remove redundant module casting (#909) 2024-05-11 19:28:18 +01:00
iotdevice.py Make module names consistent and remove redundant module casting (#909) 2024-05-11 19:28:18 +01:00
iotdimmer.py Make module names consistent and remove redundant module casting (#909) 2024-05-11 19:28:18 +01:00
iotlightstrip.py Make module names consistent and remove redundant module casting (#909) 2024-05-11 19:28:18 +01:00
iotmodule.py Create common interfaces for remaining device types (#895) 2024-05-10 19:29:28 +01:00
iotplug.py Make module names consistent and remove redundant module casting (#909) 2024-05-11 19:28:18 +01:00
iotstrip.py Make module names consistent and remove redundant module casting (#909) 2024-05-11 19:28:18 +01:00