Difference between revisions of "Trigger: Battery Level"
Line 1: | Line 1: | ||
+ | ===<p><b>About</b></p>=== | ||
+ | |||
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | ||
− | 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. |
− | ''' | + | |
+ | 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> | ||
+ | |||
+ | ==<p><b>Supported configurations</b></p>== | ||
+ | |||
+ | === Increase/Decrease === | ||
+ | |||
+ | * '''''Increase/Decrease''''' | ||
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | ||
− | + | When the batery level increases or decreases to a specific level. | |
− | < | + | </pre> |
+ | |||
+ | * '''''Any Change''''' | ||
+ | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | ||
+ | When the batery level makes any change, this means that it will be activated at every batery change. | ||
+ | </pre> |
Revision as of 20:02, 22 January 2024
About
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. 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%)
Supported configurations
Increase/Decrease
- Increase/Decrease
When the batery level increases or decreases to a specific level.
- Any Change
When the batery level makes any change, this means that it will be activated at every batery change.