How would you setup a default profile. An example is at night, if I turn off all my settings while at home and within a certain time. What happens when I leave my cell location or it's after this time? I would want the volumes to default to a set level. In Tasker, I have a default profile that runs all the time unless another profile is running then it disables the normal profile and reenables it on the exit task.
Thanks.
Default Profile
Moderator: Martin
Re: Default Profile
Hi,
You could do something similar in Automagic and disable the flows you don't want to run at night:
-action Set Flow State: Disable <flow>, <flow2>
resp.
-action Set Flow State: Enable <flow>, <flow2>
Depending on the flows you could also use a condition to skip some actions:
-trigger ...
-condition Time Range: between 22:00 - 7:00
--> true: -the actions to execute at night
--> false: -the actions to execute during the day
Regards,
Martin
You could do something similar in Automagic and disable the flows you don't want to run at night:
-action Set Flow State: Disable <flow>, <flow2>
resp.
-action Set Flow State: Enable <flow>, <flow2>
Depending on the flows you could also use a condition to skip some actions:
-trigger ...
-condition Time Range: between 22:00 - 7:00
--> true: -the actions to execute at night
--> false: -the actions to execute during the day
Regards,
Martin