Difference between revisions of "Constraint: Time of Day"
| Line 1: | Line 1: | ||
| − | < | + | <pre class="header-style">This constraint allows or prevents a macro/feature from running based on the current time.</pre> |
| − | + | ''' Options ''' | |
| + | |||
| + | * '''Time Range''' - Select a start and end time | ||
| + | * '''Days''' - Optionally limit the days of the week | ||
| + | |||
| + | ''' Example ''' | ||
| + | |||
| + | ''Example 1: Enable DND only at night'' | ||
| + | <pre class="trigger-style">Triggers | ||
| + | |||
| + | Screen On/Off - Screen On</pre> | ||
| + | <pre class="action-style">Actions | ||
| + | |||
| + | Priority Mode / Do Not Disturb (Priority Only)</pre> | ||
| + | <pre class="constraint-style">Constraints | ||
| + | |||
| + | Time of Day - 22:00-06:00</pre> | ||
| + | |||
| + | ''' See Also ''' | ||
| + | |||
| + | * [[Trigger: Day/Time Trigger|Day/Time Trigger Trigger]] | ||
Latest revision as of 13:51, 9 January 2026
This constraint allows or prevents a macro/feature from running based on the current time.
Options
- Time Range - Select a start and end time
- Days - Optionally limit the days of the week
Example
Example 1: Enable DND only at night
Triggers Screen On/Off - Screen On
Actions Priority Mode / Do Not Disturb (Priority Only)
Constraints Time of Day - 22:00-06:00
See Also