Changes

no edit summary
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>
   −
'''Supported configurations'''<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.
 +
 
 +
<pre class="trigger-style">
 +
Triggers
 +
 
 +
Airplane mode enabled
 +
</pre>
 +
<pre class="action-style">
 +
Actions
   −
* Bluetooth Enabled
+
Media volume = 0
* Bluetooth Disabled
+
</pre>
* Bluetooth Connected
+
<pre class="constraint-style">
* Bluetooth Disconnected
+
Constraints
 +
 
 +
Time of day (10:00 p.m. - 7:00 a.m.)
 +
</pre><br>