Difference between revisions of "Trigger: Bluetooth Event"
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<pre class="header-style"> | <pre class="header-style"> | ||
− | This trigger will fire when the Bluetooth state changes. The following options are available | + | This trigger will fire when the Bluetooth state changes. The following options are available: |
+ | |||
* Bluetooth Enabled | * Bluetooth Enabled | ||
* Bluetooth Disabled | * Bluetooth Disabled | ||
Line 11: | Line 12: | ||
'''Example Usage:'''<br/> | '''Example Usage:'''<br/> | ||
− | When | + | When connected to a specific Bluetooth Speaker automatically set the volume to 50%. |
<pre class="trigger-style"> | <pre class="trigger-style"> | ||
Triggers | Triggers | ||
− | + | Bluetooth Device Connected (Anker Speaker) | |
</pre> | </pre> | ||
<pre class="action-style"> | <pre class="action-style"> | ||
Actions | Actions | ||
− | Media volume = | + | Media volume = 50% |
</pre> | </pre> | ||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 21:51, 10 June 2024
This trigger will fire when the Bluetooth state changes. The following options are available: * Bluetooth Enabled * Bluetooth Disabled * Bluetooth Connected * Bluetooth Disconnected
Magic Text
When this trigger is used, you can access magic text via the [...] button where available.
Magic text
Example Usage:
When connected to a specific Bluetooth Speaker automatically set the volume to 50%.
Triggers Bluetooth Device Connected (Anker Speaker)
Actions Media volume = 50%