Home AMX User Forum Muse Automator

Button Feedback

Hello,

This is the scenario. The touch panel has 9 buttons along the top to select different room configurations. Only the selected button should be on and the rest all off. When you select another configuration, it's button goes on, and the previous selection goes off.

Can anyone suggest an efficient 'flow' to manage the feedback described above? Is JavaScript a better or only option?

In NetLinx I used to do this task in about 2 minutes. :)

Comments

  • Don't have a MU with panel on hand...

    Idea:
    you may create a subnode or subflow that turns off all 9 buttons.
    Whenever a configuration button is pushed, call the subnode/flow, so all buttons get turned off, and then turn on the currently selected button.

Sign In or Register to comment.