Wait
Wait pauses the action pipeline for a configurable amount of time, creating intentional timing gaps between automation steps so voice-triggered workflows can stay synchronized, avoid rushing, and line up with external gear transitions.
Required Parameters
Delay (ms)(delayMs): pause duration in milliseconds.- Valid range:
0through5000ms. - Default value:
250ms.
Commands
Wait
- Uses
delayMsas the only required input. - Enforced constraints: delay is clamped to
0...5000at runtime; the value is also defined with number constraintsmin: 0,max: 5000, and a50ms step. - Optional behavior notes: values of
0skip the wait (immediate completion), values above5000are reduced to5000, and negative values are reduced to0. - Executed only as an internal sequence pause; it does not send any network/device/URL command and has no target selector.
- Implemented on iOS/macOS/macCatalyst (
supportedPlatforms).