Macro parameter bug (not altcodes!)

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

1 Like

Yes, should work. Is the arg specified and valid?

Seems to be related to the preceding commands.

1 Like

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!