Difference between revisions of "Trigger: Battery Temperature"
m |
|||
Line 1: | Line 1: | ||
− | <pre style="color: | + | <pre style="background-color: #EEEEEE; color: Black; border-radius: 10px; padding: 10px;"> |
This trigger fires when the battery temperature changes (increment to, decrease to or any change) | This trigger fires when the battery temperature changes (increment to, decrease to or any change) | ||
</pre> | </pre> | ||
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="color: | + | <pre style="background-color: red; color: white; border-radius: 10px; padding: 10px;"> |
+ | Triggers | ||
+ | |||
Battery >= 113°F | Battery >= 113°F | ||
− | </pre> | + | </pre><br> |
− | <pre style="color: # | + | <pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;"> |
+ | Actions | ||
+ | |||
Brightness 15% | Brightness 15% | ||
Disable bluetooth | Disable bluetooth | ||
Disable mobile data | Disable mobile data | ||
− | </pre> | + | </pre><br> |
− | <pre style="color: | + | <pre style="background-color: green; color: white; border-radius: 10px; padding: 10px;"> |
− | </pre> | + | Constrains |
+ | |||
+ | |||
+ | </pre><br> |
Revision as of 03:46, 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