Hello everybody,
In ZenOn I would like to read two string variables and, according to the combination of the values, change the color of the stat text of the first variable in a screen. Is this possible?
I.e. Var1 - Var2 ---> Color of Var1
'Car' - 'open' ----> red
'Car' - 'closed' ----> green
'House' - 'open' ---> orange
'House' - 'closed' ---> blue
Any help is appreciated, thank you in advance.