You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think these extra annotations are tied in with the proactive reporting via ChangeReport event. Sending these events to Amazon would allow Alexa to keep track of historical events and therefore provide the information you mentioned above.
Unfortunately, the current skill doesn't support that type of reporting. You can follow #73 for the work related to this. Until that, only the real time item state is polled. This is why all property responses have a timeOfSample set to the time of the request. Additional, this is the reason why contact and motion sensors can't be use in Alexa routines at the moment with the skill.
Hey,
Alexa added new(?) support for motion detector including a "inactive since" property:
Looks like there is a
timeOfSample
property: https://developer.amazon.com/docs/device-apis/alexa-motionsensor.htmlI tried the following configuration with my hue motion detector:
But I guess there is some annotation for last updated missing.
The text was updated successfully, but these errors were encountered: