David Sanner - Can a notification state get up...
Can a notification state get updated before its associated path value is updated?
Seems backwards but when I get a notification for a path entering a zone and I print that path's value via app.getSelfPath(somePath.value) it hasn't been updated.
So notification.somePATH.state can change before somePath.value has been updated to the value for the corresponding zone/notification.
Seems backwards but when I get a notification for a path entering a zone and I print that path's value via app.getSelfPath(somePath.value) it hasn't been updated.
So notification.somePATH.state can change before somePath.value has been updated to the value for the corresponding zone/notification.