Difference between revisions of "Trigger: MacroDroid Variable Change"

m
Line 1: Line 1:
<pre style="background-color: #EEEEEE; color: Black; border-radius: 10px; padding: 10px;">
+
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
Will fire when a MacroDroid variable is set to a certain value.
 
Will fire when a MacroDroid variable is set to a certain value.
  
 
Note that when comparing less than or greater than, the trigger will only fire once when the value transitions into this state (not on subsequent updates where that same condition is still met).
 
Note that when comparing less than or greater than, the trigger will only fire once when the value transitions into this state (not on subsequent updates where that same condition is still met).
 
</pre>
 
</pre>
<br>
 
'''Example Usage'''<br/>
 
 
<pre style="background-color: #AC2424; color: white; border-radius: 10px; padding: 10px;">
 
Triggers
 
 
 
</pre><br>
 
<pre style="background-color: #1665B0; color: white; border-radius: 10px; padding: 10px;">
 
Actions
 
 
 
</pre><br>
 
<pre style="background-color: green; color: white; border-radius: 10px; padding: 10px;">
 
Constraints
 
 
 
</pre><br>
 
<pre style="background-color: teal; color: white; border-radius: 10px; padding: 10px;">
 
Local variables
 
 
 
</pre><br>
 

Revision as of 17:13, 23 January 2024

Will fire when a MacroDroid variable is set to a certain value.

Note that when comparing less than or greater than, the trigger will only fire once when the value transitions into this state (not on subsequent updates where that same condition is still met).