Hey y'all! I seem to be having a little bit of an issue with trying to get a macro to work.
(Running this on v3.1.5 because we still need Net2 for some aging infrastructure)
I have a macro to apply various curves to various dimmers (because house lights are weird!)
So in my macro I have:
Address 55 + 56 Curve 920•
Address 68 Thru 70 Curve 921•
Address 80 Thru 82 Curve 921•
Address 133 + 134 Curve 922•
…
Address 154 + 158 Curve 927•
But the problem is, when I run it the command line populates with:Address 68 Thru 70 + 80 Thru 82 + 133 + … + 158 Curve - Error: Syntax Error
It seems to properly apply the curve to the addresses in the first line, but then when it tries to do the second line it combines it with the following lines and then thinks there is an error.
What am I doing wrong?? Do I need to submit a bug?