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: 0 through 5000 ms.
  • Default value: 250 ms.

Commands

Wait

  • Uses delayMs as the only required input.
  • Enforced constraints: delay is clamped to 0...5000 at runtime; the value is also defined with number constraints min: 0, max: 5000, and a 50 ms step.
  • Optional behavior notes: values of 0 skip the wait (immediate completion), values above 5000 are reduced to 5000, and negative values are reduced to 0.
  • 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).

results matching ""

    No results matching ""