I need to run a specific command when a macro runs based on the active source. The activate-source default macro does this:
SetActiveSource|Rogers2!
So when the user of the remote presses a certain button, I need a macro to run based on the active source they are in. But I'm not getting the command correct. This is where I'm at:
If|isEQ##{{activesource_{{clientname}}}}##Rogers2##AV|83~Command!
I'm just copying from other entries on the {{activeroom_{clientname}}}} but don't really understand how that works or if I'm doing that correctly. Any help would be appreciated.
Please Log in or Create an account to join the conversation.