python-kasa/kasa/smart
Steven B 7fd5c213e6
Defer module updates for less volatile modules (#1052)
Addresses stability issues on older hw device versions

 - Handles module timeout errors better by querying modules individually on errors and disabling problematic modules like Firmware that go out to the internet to get updates.
- Addresses an issue with the Led module on P100 hardware version 1.0 which appears to have a memory leak and will cause the device to crash after approximately 500 calls.
- Delays updates of modules that do not have regular changes like LightPreset and LightEffect and enables them to be updated on the next update cycle only if required values have changed.
2024-07-11 16:21:59 +01:00
..
modules Defer module updates for less volatile modules (#1052) 2024-07-11 16:21:59 +01:00
__init__.py Move SmartBulb into SmartDevice (#874) 2024-04-29 18:19:44 +01:00
effects.py Fix changing brightness when effect is active (#1019) 2024-07-01 13:59:24 +02:00
smartchilddevice.py Defer module updates for less volatile modules (#1052) 2024-07-11 16:21:59 +01:00
smartdevice.py Defer module updates for less volatile modules (#1052) 2024-07-11 16:21:59 +01:00
smartmodule.py Defer module updates for less volatile modules (#1052) 2024-07-11 16:21:59 +01:00