Difference between revisions of "Constraint: Priority Mode / Do Not Disturb"

 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
+
<pre class="header-style">This constraint allows or prevents a macro/feature from running based on the current Do Not Disturb (priority) mode.</pre>
This constraint can be used to allow a trigger to fire only when the priority mode is in a certain state.
+
 
</pre>
+
''' Options '''
 +
 
 +
* '''All (DND Off)''', '''Priority Only''', '''Total Silence''', '''Alarms Only'''
 +
 
 +
''' Example '''
 +
 
 +
''Example 1: Enable DND only if it is currently off''
 +
  <pre class="trigger-style">Triggers
 +
 
 +
Application Launched/Closed - Launched (Zoom)</pre>
 +
  <pre class="action-style">Actions
 +
 
 +
Priority Mode / Do Not Disturb (Priority Only)</pre>
 +
  <pre class="constraint-style">Constraints
 +
 
 +
Priority Mode / Do Not Disturb - All (DND Off)</pre>
 +
 
 +
''' See Also '''
 +
 
 +
* [[Trigger: Priority Mode/Do Not Disturb|Priority Mode/Do Not Disturb Trigger]]
 +
* [[Action: Priority Mode / Do Not Disturb|Priority Mode / Do Not Disturb Action]]

Latest revision as of 13:40, 9 January 2026

This constraint allows or prevents a macro/feature from running based on the current Do Not Disturb (priority) mode.

Options

  • All (DND Off), Priority Only, Total Silence, Alarms Only

Example

Example 1: Enable DND only if it is currently off

Triggers

Application Launched/Closed - Launched (Zoom)
Actions

Priority Mode / Do Not Disturb (Priority Only)
Constraints

Priority Mode / Do Not Disturb - All (DND Off)

See Also