Difference between revisions of "Trigger: Battery Temperature"

m
Line 1: Line 1:
<pre style="background-color: #EEEEEE; color: Black; border-radius: 10px; padding: 10px;">
+
===<p><b>About</b></p>===
This trigger fires when the battery temperature changes (increment to, decrease to or any change)
+
 
</pre>
+
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
<br>
+
This trigger will fire when an application becomes the foreground application (launched) or when it is no longer the foreground app (closed).</pre>
'''Example Usage'''<br/>
 
If the temperature level is considerably high, lower the brightness level, disable mobile data and disable bluetooth.
 
<pre style="background-color: #AC2424; color: white; border-radius: 10px; padding: 10px;">
 
Triggers
 
  
Battery >= 113°F
+
==<p><b>Supported configurations</b></p>==
</pre><br>
 
<pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;">
 
Actions
 
  
Brightness 15%
+
=== Increase/Decrease ===
Disable bluetooth
 
Disable mobile data
 
</pre><br>
 
<pre style="background-color: green; color: white; border-radius: 10px; padding: 10px;">
 
Constraints
 
  
 +
* '''''Increase/Decrease'''''
 +
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 +
When the temperature level increases or decreases to a specific level.
 +
</pre>
  
</pre><br>
+
* '''''Any Change'''''
 +
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 +
When the temperature level makes any change, this means that it will be activated at every temperature change.
 +
</pre>

Revision as of 19:56, 22 January 2024

About

This trigger will fire when an application becomes the foreground application (launched) or when it is no longer the foreground app (closed).

Supported configurations

Increase/Decrease

  • Increase/Decrease
When the temperature level increases or decreases to a specific level.
  • Any Change
When the temperature level makes any change, this means that it will be activated at every temperature change.