Page 1 of 1

[ANSWERED]: Variable language

PostPosted: Sat Feb 07, 2015 11:28 am
by MarcoGT
Hi,

This topic is related to variable/control page.
Let's suppose I have a Boolean variable, for example MarcoAtHome:true/false.
Then in my control page I have Marco and I want to display Marco: at home (away), of course not true/false; how can I translate the variable? Shall I use a temporary variable to store the value that I want to display on the control page?

Thanks
Marco

Re: Variable language

PostPosted: Sun Feb 08, 2015 11:26 am
by matt (support)
Yes, I would have an additional variable that contains the more verbose description of the state, then I would have 2 Trigger Actions on the boolean variable value changing that updates the state of the verbose variable.