| Line 1: |
Line 1: |
| − | ===<p><b>About</b></p>===
| + | <pre class="header-style> |
| − | | + | This trigger will fire when the battery temperature changes. It can be configured to trigger on any change or when the temperature increases or decreases to a specific value. |
| − | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> | + | </pre> |
| − | This trigger will fire when an application becomes the foreground application (launched) or when it is no longer the foreground app (closed).</pre> | + | </br> |
| − | | + | '''Example Usage'''<br/><br/> |
| − | ==<p><b>Supported configurations</b></p>==
| + | Log every change in battery temperature (to the user log) to maintain a history of battery temperature over time. |
| − | | + | <pre class="trigger-style"> |
| − | === Increase/Decrease === | + | Triggers |
| | | | |
| − | * '''''Increase/Decrease'''''
| + | Battery temperature changed (Any) |
| − | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
| |
| − | When the temperature level increases or decreases to a specific level.
| |
| | </pre> | | </pre> |
| | + | <pre class="action-style"> |
| | + | Actions |
| | | | |
| − | * '''''Any Change'''''
| + | Log Event: {battery_temp} |
| − | <pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
| |
| − | When the temperature level makes any change, this means that it will be activated at every temperature change.
| |
| | </pre> | | </pre> |