Macro Help

camens's Avatar Topic Author
User User
  • Posts: 46
  • Thanks: 2

Macro Help

1 year 2 weeks ago
#4430
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.

Nillaz's Avatar
User User
  • Posts: 444
  • Thanks: 36

Re: Macro Help

1 year 2 weeks ago
#4431
Maybe I'm misunderstanding what it is exactly you're trying to do, but in my mind it would be easier to use MyDesigner to assign specific commands or macros to buttons within the scene page itself.

SetActiveSource is like a macro that creates a bunch of server variables, so if you really want to do it this way try:

If|isEQ##{{activesource_source_{{clientname}}}}##Rogers2##AV|83~Command!

Please Log in or Create an account to join the conversation.

camens's Avatar Topic Author
User User
  • Posts: 46
  • Thanks: 2

Re: Macro Help

1 year 2 weeks ago
#4440
You are right, I should just do it on the remote.  Thanks for your help.

Please Log in or Create an account to join the conversation.

Time to create page: 0.316 seconds