Skip to content

Action Triggers

Action Triggers are direct event-to-action mappings. They are the quickest way to say: when this happens, do that.

UI path

  1. Open Configuration.
  2. Select Behavior.
  3. Expand Action Triggers.
  4. Click + Action Trigger.
  5. Choose the source type.
  6. Choose the source ID and expected event/value.
  7. Add one or more action steps.
  8. Add state guards if it should only function in certain States
  9. Test individual steps or the entire Action Trigger with the play/test buttons.

Controls

ControlWhat it does
Action IDStable trigger name used to trigger and reference
Source typeInput, RFID, analog, sequence, collection, timer, operator, or integration source
Source IDSpecific configured source to watch
State/valueEvent or value that fires the trigger
When statesOptional states where this trigger is allowed
StepsActions to run when fired

Firmware 1.1 additions

Action Triggers can use runtime enable/disable gates so a trigger can be temporarily blocked without deleting its setup or relying only on state guards. This is useful for lockout periods, puzzle phases, reset flows, and service-mode behavior.

Action steps also support keyboard copy/paste, which makes it faster to duplicate tested action blocks across triggers or move them into reusable building blocks.

When to use it

Use Action Triggers for simple behavior. Use Logic Rules when multiple separate conditions must be true at the same time. Note that Action Trigger steps can fire other Action Triggers so you can create building blocks that have multiple things that would trigger them and have less places to re-define the same thing.