Page 1 of 1

Conditions and Logic

Posted: 09 Nov 2013 15:11
by lailoken
How do I best add a OR-like condition to GPS locations?

I would preferably have the condition be true if I am in any of a set of defined "trusted" locations.

The location condition only accepts a single one... what is the best / most elegant way to define this condition?

Re: Conditions and Logic

Posted: 09 Nov 2013 16:28
by MURTUMA
http://automagic4android.com/flow.php?i ... d403bf6d15

You can add there as many locations as you need.

Re: Conditions and Logic

Posted: 09 Nov 2013 21:43
by lailoken
Cool thanks,

starts to get a bit cluttered if I have many locations... the flow-lines all lie on the same lines.

Was hoping there was a AND type of logic "combiner" or a way for the location condition to specify multiple zones... alas.

PS: The one good thing of doing it this way is that I have a re-usable condition for each one of my GPS locations for re-use individually.

Re: Conditions and Logic

Posted: 10 Nov 2013 05:25
by MURTUMA
http://automagic4android.com/forum/view ... ilit=logic

Check this thread for more logic options.