This constraint lets you combine other constraints using AND, OR, XOR, or NOT logic.

Options

  • AND: All nested constraints must be true
  • OR: At least one nested constraint must be true
  • XOR: Exactly one nested constraint must be true
  • NOT: Invert the result of the nested constraints

Example

Example 1: Enable DND only when it is late and Wi-Fi is disconnected

Triggers

Screen On/Off - Screen On
Actions

Priority Mode / Do Not Disturb (Priority Only)
Constraints

AND
- Time of Day (22:00-06:00)
- Wifi State (Disconnected)

See Also