#Tile Visibility "OR" statement?

1 messages · Page 1 of 1 (latest)

arctic flume
#

I've got a tile for washer and a tile for dryer, but I don't need to see them all the time.
Is there a quick way to set a tile to visible if the washer "or" dryer is running?

quick oar
#

you add an or block

#

then you add the 2 conditions inside it

arctic flume
#

doh
I was doing
if washer not off
or dryer not off

#

that did it, thanks!