Difference between revisions of "Trigger: Bluetooth Event"

 
(9 intermediate revisions 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.
+
This trigger will fire when the Bluetooth state changes. The following options are available:
  
When this trigger is present, you can use more [...]
+
* Bluetooth Enabled
 +
* Bluetooth Disabled
 +
* Bluetooth Connected
 +
* Bluetooth Disconnected
 +
</pre>
  
</pre>
+
'''Magic Text'''<br/>
 +
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]
  
[[Trigger: Android Wear|Android Wear]]
+
'''Example Usage:'''<br/>
 +
When connected to a specific Bluetooth Speaker automatically set the volume to 50%.
  
'''Supported configurations'''<br/>
+
<pre class="trigger-style">
 +
Triggers
  
* Bluetooth Enabled
+
Bluetooth Device Connected (Anker Speaker)
* Bluetooth Disabled
+
</pre>
* Bluetooth Connected
+
<pre class="action-style">
* Bluetooth Disconnected
+
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%