Difference between revisions of "Trigger: Battery Temperature"

m
Tags: Mobile web edit Mobile edit Advanced mobile edit
Line 5: Line 5:
 
'''Example Usage'''<br/>
 
'''Example Usage'''<br/>
 
If the temperature level is considerably high, lower the brightness level, disable mobile data and disable bluetooth.
 
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;">
+
<pre style="background-color: #AC2424; color: white; border-radius: 10px; padding: 10px;">
 
Triggers
 
Triggers
  

Revision as of 18:08, 28 April 2023

This trigger fires when the battery temperature changes (increment to, decrease to or any change)

Example Usage
If the temperature level is considerably high, lower the brightness level, disable mobile data and disable bluetooth.

Triggers

Battery >= 113°F


Actions

Brightness 15%
Disable bluetooth
Disable mobile data


Constrains