Difference between revisions of "Constraint: Screen On/Off"
| Line 1: | Line 1: | ||
| − | pre class="header-style">This constraint allows or prevents a macro/feature from running based on whether the screen is on or off.</pre> | + | <pre class="header-style">This constraint allows or prevents a macro/feature from running based on whether the screen is on or off.</pre> |
''' Options ''' | ''' Options ''' | ||
Latest revision as of 13:48, 9 January 2026
This constraint allows or prevents a macro/feature from running based on whether the screen is on or off.
Options
- Screen On: Constraint passes only when the screen is on
- Screen Off: Constraint passes only when the screen is off
Example
Example 1: Speak the time only when the screen is on
Triggers Day/Time Trigger - 12:00
Actions Speak Text: "It is noon"
Constraints Screen On/Off - Screen On
See Also