Difference between revisions of "Trigger: Bluetooth Event"
Line 1: | Line 1: | ||
<p class="header-style"> | <p class="header-style"> | ||
This trigger will fire when the Bluetooth state changes. | This trigger will fire when the Bluetooth state changes. | ||
+ | |||
+ | * Bluetooth Enabled | ||
+ | * Bluetooth Disabled | ||
+ | * Bluetooth Connected | ||
+ | * Bluetooth Disconnected | ||
When this trigger is present, you can use more [...] | When this trigger is present, you can use more [...] | ||
Line 7: | Line 12: | ||
</p> | </p> | ||
− | ''' | + | '''Example Usage:'''<br/> |
+ | When you activate airplane mode between the hours of 10:00 p.m. and 7:00 a.m., mute the media volume. | ||
+ | |||
+ | <pre class="trigger-style"> | ||
+ | Triggers | ||
+ | |||
+ | Airplane mode enabled | ||
+ | </pre> | ||
+ | <pre class="action-style"> | ||
+ | Actions | ||
− | + | Media volume = 0 | |
− | + | </pre> | |
− | + | <pre class="constraint-style"> | |
− | + | Constraints | |
+ | |||
+ | Time of day (10:00 p.m. - 7:00 a.m.) | ||
+ | </pre><br> |
Revision as of 21:45, 10 June 2024
This trigger will fire when the Bluetooth state changes.
- Bluetooth Enabled
- Bluetooth Disabled
- Bluetooth Connected
- Bluetooth Disconnected
When this trigger is present, you can use more [...] Magic text
Example Usage:
When you activate airplane mode between the hours of 10:00 p.m. and 7:00 a.m., mute the media volume.
Triggers Airplane mode enabled
Actions Media volume = 0
Constraints Time of day (10:00 p.m. - 7:00 a.m.)