I have a setup with a main device with some macro buttons and a secondary device dedicated to sending macro button commands.
VBAN TEXT commands work well, but the following command doesn't seem to work:
Code: Select all
BEGIN_SECTION("vban1")
Button(3).State = 1;
END_SECTION

But it doesn't seem to ever get executed by the primary macro buttons (no buttons on either devices change).
Is this intentional or potentially a bug?
This feature would be very useful to sync different 2-position buttons for example, like a mute button that can be activated from both devices..
Thank you in advance
