Difference between revisions of "Constraint: Trigger Fired"
m |
|||
Line 1: | Line 1: | ||
+ | <span style="color: #0E9549; font-size: 24px;">'''About this constraint '''</span> | ||
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | ||
This constraint can be used to allow/prevent functionality running depending on what trigger fired. For example if you have a macro with a Geofence entered trigger and Geofence closed trigger, you may use this constraint to perform certain actions when the enter trigger fires and other actions when the exit trigger fires. | This constraint can be used to allow/prevent functionality running depending on what trigger fired. For example if you have a macro with a Geofence entered trigger and Geofence closed trigger, you may use this constraint to perform certain actions when the enter trigger fires and other actions when the exit trigger fires. |
Revision as of 21:55, 16 February 2024
About this constraint
This constraint can be used to allow/prevent functionality running depending on what trigger fired. For example if you have a macro with a Geofence entered trigger and Geofence closed trigger, you may use this constraint to perform certain actions when the enter trigger fires and other actions when the exit trigger fires. It only makes sense to use this constraint on macros that have multiple triggers and only directly on actions. Using this constraint on the entire macro will never allow the macro to fire.