Difference between revisions of "Trigger: Battery Temperature"

 
Line 1: Line 1:
 
<pre class="header-style>
 
<pre class="header-style>
This trigger will fire when an application becomes the foreground application (launched) or when it is no longer the foreground app (closed).
+
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/>
 
'''Example Usage'''<br/><br/>
When the battery saver is enabled, lower the brightness and disable Bluetooth and Mobile data.
+
Log every change in battery temperature (to the user log) to maintain a history of battery temperature over time.
 
<pre class="trigger-style">
 
<pre class="trigger-style">
 
Triggers
 
Triggers
  
Battery saver state (Enabled)
+
Battery temperature changed (Any)
 
</pre>
 
</pre>
 
<pre class="action-style">
 
<pre class="action-style">
 
Actions
 
Actions
  
Brightness 15%
+
Log Event: {battery_temp}
Disable bluetooth
 
Disable mobile data
 
 
</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}