mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-09 21:03:00 +00:00
The code can only correctly handle the accelerometer readings when they are all received in the same message. Individual reads of the attributes results in individual read attribute responses which led to events with incorrect values. The most straightforward fix is to not read the attributes in the first place and rely on attribute reporting to report the values at the appropriate time. Resolves: https://smartthings.atlassian.net/browse/DVCSMP-1315