Difference between revisions of "Trigger: Battery Temperature"

Line 1: Line 1:
<span style="color: #B22A2A; font-size: 24px; display: inline-block; margin-top: 15px; margin-bottom: 0px;"><strong>About this trigger</strong></span>
+
<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
  
This trigger will fire when an application becomes the foreground application (launched) or when it is no longer the foreground app (closed).
+
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