zsmartsystems / com.zsmartsystems.zigbee

ZigBee Cluster Library Java framework supporting multiple dongles
Eclipse Public License 1.0
141 stars 87 forks source link

Ensure all attribute updates received in a frame have same update time #1368

Closed cdjackson closed 1 year ago

cdjackson commented 1 year ago

This ensures that all attribute updates received in the same report frame will have the same lastUpdate time. This can be useful when correlating reports to ensure that they are from a consistent report.

Signed-off-by: Chris Jackson chris@cd-jackson.com