Difference between revisions of "Trigger: Battery Temperature"

 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<pre style="color: black">
+
<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/><br/>
 +
Log every change in battery temperature (to the user log) to maintain a history of battery temperature over time.
 +
<pre class="trigger-style">
 +
Triggers
  
'''Example Usage'''<br/>
+
Battery temperature changed (Any)
If the temperature level is considerably high, lower the brightness level, disable mobile data and disable bluetooth.
 
<pre style="color: Red">
 
Battery >= 113°F
 
 
</pre>
 
</pre>
<pre style="color: #3498DB">
+
<pre class="action-style">
Brightness 15%
+
Actions
Disable bluetooth
+
 
Disable mobile data
+
Log Event: {battery_temp}
</pre>
 
<pre style="color: Green">
 
 
</pre>
 
</pre>

Latest revision as of 21:25, 10 June 2024

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.


Example Usage

Log every change in battery temperature (to the user log) to maintain a history of battery temperature over time.

Triggers

Battery temperature changed (Any)
Actions

Log Event: {battery_temp}