mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-15 21:03:23 +00:00
With upcoming OTA support for ZigBee end devices centralite devices change manufacturer IDs between versions. As a result when reading a manufacturer specific value, we have to handle the possibility of either mfgID being correct. The simplest solution (and the one employed here) was to simply read the attribute using both mfgIDs and ignoring null responses. This resolves: https://smartthings.atlassian.net/browse/DPROT-183