Difference between revisions of "Trigger: Battery Saver State"

Line 3: Line 3:
  
 
This trigger will fire when the battery saver is enabled/disabled depending on the configuration option chosen.
 
This trigger will fire when the battery saver is enabled/disabled depending on the configuration option chosen.
 +
</pre>
 +
 +
'''Example Usage'''<br/>
 +
 +
<pre class="trigger-style">
 +
Triggers
 +
 +
Battery saver state (Enabled)
 +
</pre>
 +
<pre class="action-style">
 +
Actions
 +
 +
Brightness 15%
 +
Disable bluetooth
 +
Disable mobile data
 
</pre>
 
</pre>

Revision as of 21:19, 10 June 2024

Battery saver is an option in Android designed to minimize power usage when enabled. It will typically only come on if the device is not plugged in or is less than the amount of battery % specified in the battery saver settings on your device (default is 20%).

This trigger will fire when the battery saver is enabled/disabled depending on the configuration option chosen.

Example Usage

Triggers

Battery saver state (Enabled)
Actions

Brightness 15%
Disable bluetooth
Disable mobile data