python-kasa/kasa/smart
Steven B 5dac092227
Defer module updates for less volatile modules (pick 1052) (#1056)
Pick commit 7fd5c213e6 from 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:54:15 +01:00
..
modules Defer module updates for less volatile modules (pick 1052) (#1056) 2024-07-11 16:54:15 +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 (pick 1052) (#1056) 2024-07-11 16:54:15 +01:00
smartdevice.py Defer module updates for less volatile modules (pick 1052) (#1056) 2024-07-11 16:54:15 +01:00
smartmodule.py Defer module updates for less volatile modules (pick 1052) (#1056) 2024-07-11 16:54:15 +01:00