Difference between revisions of "Trigger: Battery Temperature"

 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<span style="color: #B22A2A; font-size: 24px; display: inline-block; margin-top: 15px; margin-bottom: 0px;"><strong>About this trigger</strong></span>
+
<pre class="header-style>
 +
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>
 +
</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
  
This trigger will fire when an application becomes the foreground application (launched) or when it is no longer the foreground app (closed).
+
Battery temperature changed (Any)
 +
</pre>
 +
<pre class="action-style">
 +
Actions
 +
 
 +
Log Event: {battery_temp}
 +
</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}