Event
Event logic actions watch values and send an FSM event when a condition is met.
These actions are edge-triggered: they send an event only when the condition changes from false to true.
Actions
Send an event when a float value crosses a threshold.
Send an event when an integer value crosses a threshold.