Set button color with variable
-
Hello,
I want to change the color of a btn button following viarable value. Someone know how to do to it ?
For exemple, if the door is close, global.closedoor = 1 => the button "close is gray"if the door is open, global.closedoor = 0 => the button "close is red"
-
@Rodrigue-Richalland is this using btn-command?
-
@T3P3Tony
Exactly. I use btn pluging to bluid my own interface. -
@Rodrigue-Richalland This is not currently possible
-
@MintyTrebor
Thanks for your help.
Can I ask this fonctionnality for futur versions ?
It will be so nice to custom correctly our owns interfaces.