Changes

no edit summary
Line 1: Line 1: −
<pre style="background-color: #EEEEEE; color: Black; border-radius: 10px; padding: 10px;">
+
<pre class="header-style>
This trigger fires when the battery temperature changes (increment to, decrease to or any change)
+
This trigger will fire when the battery temperature changes. It can be configured to trigger on any change or when the temperature increases or decreases to a specific value.
 
</pre>
 
</pre>
 
+
</br>
'''Example Usage'''<br/>
+
'''Example Usage'''<br/><br/>
If the temperature level is considerably high, lower the brightness level, disable mobile data and disable bluetooth.
+
Log every change in battery temperature (to the user log) to maintain a history of battery temperature over time.
<pre style="background-color: red; color: white; border-radius: 10px; padding: 10px;">
+
<pre class="trigger-style">
 
Triggers
 
Triggers
   −
Battery >= 113°F
+
Battery temperature changed (Any)
</pre><br>
+
</pre>
<pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;">
+
<pre class="action-style">
 
Actions
 
Actions
   −
Brightness 15%
+
Log Event: {battery_temp}
Disable bluetooth
+
</pre>
Disable mobile data
  −
</pre><br>
  −
<pre style="background-color: green; color: white; border-radius: 10px; padding: 10px;">
  −
Constrains
  −
 
  −
 
  −
</pre><br>