Enable / disable Trigger with Action.

Mcrazy

Member
This would be very useful for interval Triggers.
Currently, Trigger with a Condition attached does not prevent the Device from waking up.
If the Trigger can be turned off, the Device will not wake up.
 

FrameXX

Well-known member
You can use Boolean variable as a constraint for your trigger. Set your trigger to fire only if variable is true. Then you can change variable to false with any other action in your maro and trigger will not fire becuase variable is false.
 

Mcrazy

Member
Thanks for the reply.
If there is a 5 minute interval but the variable is false, there is still a check every 5 minutes, which requests Power Equipment.
 
Last edited:

FrameXX

Well-known member
Thanks for the reply.
If there is a 5 minute interval but the variable is false, there is still a check every 5 minutes, which requests Power Equipment.

MacroDroid is (should be) running in background all the time, so I think every 5 minute check for variable does not anything more to battery consuption.
 
Top