Multi State Button on a TP Panel and Lutron
I am working with the Lutron Module and trying to improve the interface from the TP3 (upgraded to TP4) panel in the module. I am trying to use a multi-state button to show the status of the Security Mode. (Stop, Record, Disable) Does anyone have any thoughts or suggestions on how to do this or why I should use a more conventional method.
0
Comments
As I understand it (and my understanding may be flawed because I haven't experimented or messed around since I found a solution that works for me), is that you use the bargraph type if you want/need to display feedback for various conditions or values. The multi-state button is pretty much still just on-off, and the other states are transitional for display purposes - fades, animations, moving images, etc.
- Chip
I believe you can select any state of a multi-state button using the following:
"'^ANI-<variable text address range>,<start state>,<end state>,<time>'" Run a button animation. Time is in 1/10 seconds and is optional. 0 for state means current state. Syntax: SEND_COMMAND <DEV>,"'^ANI-<vt addr range>,<start state>, <end state>,<time>'" Variables: variable text address range = 1 - 4000. start state = Beginning of button state (0 = current state). end state = End of button state. time = In 1/10 second intervals. Example: SEND_COMMAND Panel,"'^ANI-500,1,1,0'" Sends button with text address 500 to state 1. Example: SEND_COMMAND Panel,"'^ANI-25,2,2,0'" Sends button with text address 25 to state 2.