Difference between revisions of "Trigger: Battery Temperature"
Line 1: | Line 1: | ||
− | < | + | <pre class="header-style> |
+ | 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/><br/> | ||
+ | When the battery saver is enabled, lower the brightness and disable Bluetooth and Mobile data. | ||
+ | <pre class="trigger-style"> | ||
+ | Triggers | ||
+ | |||
+ | Battery saver state (Enabled) | ||
+ | </pre> | ||
+ | <pre class="action-style"> | ||
+ | Actions | ||
− | + | Brightness 15% | |
+ | Disable bluetooth | ||
+ | Disable mobile data | ||
+ | </pre> |
Revision as of 21:23, 10 June 2024
This trigger will fire when an application becomes the foreground application (launched) or when it is no longer the foreground app (closed).
Example Usage
When the battery saver is enabled, lower the brightness and disable Bluetooth and Mobile data.
Triggers Battery saver state (Enabled)
Actions Brightness 15% Disable bluetooth Disable mobile data