Difference between revisions of "Trigger: Battery Temperature"

m
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre style="background-color: #EEEEEE; color: Black; border-radius: 10px; padding: 10px;">
+
<span style="color: #B22A2A; font-size: 24px; display: inline-block; margin-top: 15px; margin-bottom: 0px;"><strong>About this trigger</strong></span>
This trigger fires when the battery temperature changes (increment to, decrease to or any change)
 
</pre>
 
  
'''Example Usage'''<br/>
+
This trigger will fire when an application becomes the foreground application (launched) or when it is no longer the foreground app (closed).
If the temperature level is considerably high, lower the brightness level, disable mobile data and disable bluetooth.
 
<pre style="background-color: red; color: white; border-radius: 10px; padding: 10px;">
 
Triggers
 
 
 
Battery >= 113°F
 
</pre><br>
 
<pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;">
 
Actions
 
 
 
Brightness 15%
 
Disable bluetooth
 
Disable mobile data
 
</pre><br>
 
<pre style="background-color: green; color: white; border-radius: 10px; padding: 10px;">
 
Constrains
 
 
 
 
 
</pre><br>
 

Latest revision as of 17:37, 23 April 2024

About this trigger

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