Device Movement
Starts when the device is picked up, set down, or begins moving.
A trigger in the Sensors & Gestures group.
Its type is trigger.device_motion.
Declared ports
Section titled “Declared ports”| Port | Label | Flow | Type |
|---|---|---|---|
out |
out | execution out | — |
reading |
Reading | data out | Object{event: String, sensor: String, value: Float, detail: String, timestamp: DateTime} |
Configuration
Section titled “Configuration”| Field | Key | Default | Notes |
|---|---|---|---|
| Event | event |
PICKED_UP |
PICKED_UP, PUT_DOWN, SIGNIFICANT_MOTION |
| Sensitivity | sensitivity |
MEDIUM |
LOW, MEDIUM, HIGH; shown when event is PICKED_UP or PUT_DOWN |
| Only when it ends up lying flat | surfaceOnly |
true |
shown when event is PUT_DOWN |
| While the screen is off | screenOff |
NEVER |
NEVER, WHEN_MOVING, ALWAYS; shown when event is PICKED_UP or PUT_DOWN |