Is this possible? I have a virtual remote to control a SageTv Extender. I have 3 extenders in various rooms. I would like to click on a button say 'Family Room' and now the remote can control that extender. I am already using Pushable Button (thanks to @gavincampbell) for remote functionality.
Cheers
Mike
Since the room buttons are just other buttons, when you parse them in the push method you can set an internal variable (state.currentRoom="FamilyRoom").
Then when the push method is called for the other buttons, you will know what room to send the commands too.
You can also set an attribute tile (and custom attribute in the driver) to display the currently selected room and put that at the top of your remote.