Difference between revisions of "Trigger: Battery Saver State"

m
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre style="background-color: #EEEEEE; color: Black; border-radius: 10px; padding: 10px;">
+
<pre class="header-style">
 
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%).
 
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.
 
This trigger will fire when the battery saver is enabled/disabled depending on the configuration option chosen.
 
+
</pre>
If battery saving is enabled, lower the brightness level, disable mobile data and disable Bluetooth.</pre>
+
<br/>
<br>
 
 
'''Example Usage'''<br/>
 
'''Example Usage'''<br/>
 
+
When the battery saver is enabled, lower the brightness and disable Bluetooth and Mobile data.
<pre style="background-color: #AC2424; color: white; border-radius: 10px; padding: 10px;">
+
<pre class="trigger-style">
 
Triggers
 
Triggers
  
 
Battery saver state (Enabled)
 
Battery saver state (Enabled)
</pre><br>
+
</pre>
<pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;">
+
<pre class="action-style">
 
Actions
 
Actions
  
Line 19: Line 18:
 
Disable bluetooth
 
Disable bluetooth
 
Disable mobile data
 
Disable mobile data
</pre><br>
+
</pre>
<pre style="background-color: green; color: white; border-radius: 10px; padding: 10px;">
 
Constraints
 
 
 
 
 
</pre><br>
 

Latest revision as of 21:22, 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
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