Changes

no edit summary
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
Line 6: Line 6:  
* Bluetooth Connected
 
* Bluetooth Connected
 
* Bluetooth Disconnected
 
* Bluetooth Disconnected
   
</pre>
 
</pre>
   Line 13: Line 12:     
'''Example Usage:'''<br/>
 
'''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.
+
When connected to a specific Bluetooth Speaker automatically set the volume to 50%.
    
<pre class="trigger-style">
 
<pre class="trigger-style">
 
Triggers
 
Triggers
   −
Airplane mode enabled
+
Bluetooth Device Connected (Anker Speaker)
 
</pre>
 
</pre>
 
<pre class="action-style">
 
<pre class="action-style">
 
Actions
 
Actions
   −
Media volume = 0
+
Media volume = 50%
 
</pre>
 
</pre>
<pre class="constraint-style">
  −
Constraints
  −
  −
Time of day (10:00 p.m. - 7:00 a.m.)
  −
</pre><br>