Difference between revisions of "Trigger: Airplane mode changed"
Line 1: | Line 1: | ||
− | < | + | <pre style="background-color: #EEEEEE; color: Black; border-radius: 10px; padding: 10px;"> |
+ | This trigger fires when airplane mode is activated or when airplane mode is deactivated. | ||
+ | </pre> | ||
<br> | <br> | ||
− | + | '''Example Usage:'''<br/> | |
+ | When you activate airplane mode between the hours of 10:00 p.m. and 7:00 a.m., calls and notifications will be silenced. | ||
+ | |||
+ | <pre style="background-color: #AC2424; color: white; border-radius: 10px; padding: 10px;"> | ||
+ | Triggers | ||
+ | |||
+ | Airplane mode enabled | ||
+ | </pre> | ||
+ | <pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;"> | ||
+ | Actions | ||
+ | |||
+ | Notification volume = 0 | ||
+ | Ring volume = 0 | ||
+ | </pre> | ||
+ | <pre style="background-color: green; color: white; border-radius: 10px; padding: 10px;"> | ||
+ | Constraints | ||
+ | |||
+ | Time of day (10:00 p.m. - 7:00 a.m.) | ||
+ | </pre><br> |
Revision as of 20:17, 10 June 2024
This trigger fires when airplane mode is activated or when airplane mode is deactivated.
Example Usage:
When you activate airplane mode between the hours of 10:00 p.m. and 7:00 a.m., calls and notifications will be silenced.
Triggers Airplane mode enabled
Actions Notification volume = 0 Ring volume = 0
Constraints Time of day (10:00 p.m. - 7:00 a.m.)