More boolean logic?
Posted: 20 Sep 2013 06:51
Hi,
I made a flow like this:
on display status=off:
if (time period =(10pm-8am))
if (sound profile=normal)
if not (app task running=radio.player)
then set speaker=silent
Now I want to be able to check for other multi media apps running, too, not just, as in this case, TuneIn Radio. So, I would need a logical OR in the flow, which I could combine to a single true or false result.
Like so:
if not ((app task running=radio.player) or (app task running=mp3.player))
Any ideas on how to do that?
Thx, Andreas
I made a flow like this:
on display status=off:
if (time period =(10pm-8am))
if (sound profile=normal)
if not (app task running=radio.player)
then set speaker=silent
Now I want to be able to check for other multi media apps running, too, not just, as in this case, TuneIn Radio. So, I would need a logical OR in the flow, which I could combine to a single true or false result.
Like so:
if not ((app task running=radio.player) or (app task running=mp3.player))
Any ideas on how to do that?
Thx, Andreas