Motion
Description
Alives have a motion sensor.
Topic
Subscribe to: alive/<deviceID>/sensors/MOTION
Payload
{
"value": {
"motion": false,
"direction": "NoMotion",
"velocity": 0.0,
"magnitude": 0.0
}
"timestamp": "2024-11-12T10:41:24.333+00:00"
}valuemotiontrue if motion is detecteddirectiondirection of the motion (“NoMotion”, “Proximity”, “Receding”, “Approaching”)velocityvelocity of the motionmagnitudemagnitude of the motion
timestamptime of the reading