Difference between revisions of "Trigger: Battery Level"

 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<pre style="background-color: #EEEEEE; color: Black; border-radius: 10px; padding: 10px;">
+
<pre class="header-style">
 
When the battery % increases or decreases, this trigger will fire. The trigger can be configured to trigger on any change or when the battery % increases or decreases to a certain level.</pre>
 
When the battery % increases or decreases, this trigger will fire. The trigger can be configured to trigger on any change or when the battery % increases or decreases to a certain level.</pre>
'''HINT:'''<pre style="background-color: #EEEEEE; color: Black; border-radius: 10px; padding: 10px;">
+
'''HINT:'''<br/>
Don't forget that a trigger fires once at the exact time the event occurs. So, in the below examples, it will only fire when battery level goes down from 16% to 15% or up from 14% to 15% (respectively from 31% to 30% or from 29% to 30%)</pre>
+
Don't forget that a trigger fires once at the exact time the event occurs. So, in the below examples, it will only fire when battery level goes down from 21% to 20% or up from 29% to 30%.<br/>
 
<br>
 
<br>
 
'''Example Usage #1:'''<br/>
 
'''Example Usage #1:'''<br/>
If the battery level decreases to 20% enable battery saving mode (this action requires adb hack or root)
+
If the battery level decreases to 20% lower the screen brightness.
 
<pre class="trigger-style">
 
<pre class="trigger-style">
 
Triggers
 
Triggers
Line 13: Line 13:
 
Actions
 
Actions
  
Battery saver ON
+
Screen Brightness 25%
 
</pre>
 
</pre>
<pre class="constraint-style">
 
Constraints
 
  
 
</pre>
 
 
<br>
 
<br>
 
'''Example Usage #2:'''<br/>
 
'''Example Usage #2:'''<br/>
If the battery level increases to 30% disable battery saving mode (this action requires adb hack or root)
+
If the battery level increases to 30% increase the screen brightness.
<pre class">
+
<pre class="trigger-style">
 
Triggers
 
Triggers
  
 
Battery (>=30%)
 
Battery (>=30%)
 
</pre>
 
</pre>
<pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;">
+
<pre class="action-style">
 
Actions
 
Actions
  
Battery saver OFF
+
Screen Brightness 75%
 
</pre>
 
</pre>
<pre style="background-color: green; color: white; border-radius: 10px; padding: 10px;">
 
Constraints
 
 
  
 
</pre><br>
 
</pre><br>

Latest revision as of 21:14, 10 June 2024

When the battery % increases or decreases, this trigger will fire. The trigger can be configured to trigger on any change or when the battery % increases or decreases to a certain level.

HINT:
Don't forget that a trigger fires once at the exact time the event occurs. So, in the below examples, it will only fire when battery level goes down from 21% to 20% or up from 29% to 30%.

Example Usage #1:
If the battery level decreases to 20% lower the screen brightness.

Triggers

Battery (<=20%)
Actions

Screen Brightness 25%


Example Usage #2:
If the battery level increases to 30% increase the screen brightness.

Triggers

Battery (>=30%)
Actions

Screen Brightness 75%