I want to pass a value for brightness to a macro I thought the below would work. What have I done wrong please?
set leds.brightness $macroArg.1
I get this in Agent
I want to pass a value for brightness to a macro I thought the below would work. What have I done wrong please?
set leds.brightness $macroArg.1
I get this in Agent
Yes, should work. Is the arg specified and valid?
Right, I see the issue.
It is actually a macro validation problem that shouldn’t be affecting runtime.
The cause is that it is no longer possible to validate macros independently of their binding site, which has caused some unexpected issues.
Thanks for report!