| Line 1: |
Line 1: |
| − | <span style="color: #0E9549; font-size: 24px;">'''About this restriction '''</span> | + | <pre class="header-style">This constraint allows or prevents a macro/feature from running based on the current auto-sync setting.</pre> |
| − | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | + | |
| − | This constraint can be used to allow a trigger to fire only when auto sync mode is enabled/disabled.
| + | ''' Options ''' |
| − | </pre> | + | |
| | + | * '''Enabled''': Constraint passes only when auto-sync is on |
| | + | * '''Disabled''': Constraint passes only when auto-sync is off |
| | + | |
| | + | ''' Example ''' |
| | + | |
| | + | ''Example 1: Pause sync overnight if it is currently enabled'' |
| | + | <pre class="trigger-style">Triggers |
| | + | |
| | + | Day/Time Trigger - 01:00</pre> |
| | + | <pre class="action-style">Actions |
| | + | |
| | + | Autosync On/Off (Disable)</pre> |
| | + | <pre class="constraint-style">Constraints |
| | + | |
| | + | Auto Sync - Enabled</pre> |
| | + | |
| | + | ''' See Also ''' |
| | + | |
| | + | * [[Action: Autosync On/Off|Autosync On/Off Action]] |