All zigbee Mc drivers updated to 59.x hub firmware
Deprecation Notice
- For Zigbee devices, the
monitored_attributefeature is being deprecated. There are other systems in place for tracking when we last heard from a device and updating the attributes, so duplicating that effort in the driver was both memory and cpu expensive but unnecessary. For now a warning will be added to documentation and on calling functions related tomonitored_attributes and the release where these will be fully removed hasn’t been decided yet, but developers should remove usage when they next update their drivers.
- Add lazy_load_subdriver_v2 option that allows for a different subdriver structure to further limit memory usage of subdrivers
- utilize the new savings, but the existing methods will continue to work, they just wont see the same benefits.