Difference between revisions of "Trigger: Bluetooth Event"

 
(34 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This trigger will fire when the Bluetooth state changes.
+
<pre class="header-style">
 +
This trigger will fire when the Bluetooth state changes. The following options are available:
  
You can configure it to fire when Bluetooth is enabled or disabled, or when connected to/disconnected from a specific device.
+
* Bluetooth Enabled
 +
* Bluetooth Disabled
 +
* Bluetooth Connected
 +
* Bluetooth Disconnected
 +
</pre>
  
For example:
+
'''Magic Text'''<br/>
When Bluetooth is enabled > connect to a Bluetooth device (e.g. Headphones).
+
When this trigger is used, you can access magic text via the [...] button where available.<br/>[https://macrodroidforum.com/wiki/index.php/Magic_text#Bluethooth_.28Device_connected_or_device_disconnected.29 Magic text]
 +
 
 +
'''Example Usage:'''<br/>
 +
When connected to a specific Bluetooth Speaker automatically set the volume to 50%.
 +
 
 +
<pre class="trigger-style">
 +
Triggers
 +
 
 +
Bluetooth Device Connected (Anker Speaker)
 +
</pre>
 +
<pre class="action-style">
 +
Actions
 +
 
 +
Media volume = 50%
 +
</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%