Macro Buttons Scenes
Posted: Wed Jan 08, 2025 4:43 am
Hey,
I have just discovered the goodness of Scenes in VM.
I have seven scenes configured.
I have successfully created a button to select a scene, 01, using the following:
Command.RecallPreset = "Default Setup";
I want to reference the Scene by the reference number such as 01 for the Default Setup. As I may want to change the name of the Macro Button.
Can I use: Command.Preset[01].Recall;
In this form it does not seem to work so what can I do better?
Thanks...
I have just discovered the goodness of Scenes in VM.
I have seven scenes configured.
I have successfully created a button to select a scene, 01, using the following:
Command.RecallPreset = "Default Setup";
I want to reference the Scene by the reference number such as 01 for the Default Setup. As I may want to change the name of the Macro Button.
Can I use: Command.Preset[01].Recall;
In this form it does not seem to work so what can I do better?
Thanks...