Is it possible to batch set the type of all LEDs in one line or command string?
Pseudo-example:
/system leds set [find where leds=XXX] type=off
Can the above work and what would XXX be to set all LEDs regardless of names?
Is it possible to batch set the type of all LEDs in one line or command string?
Pseudo-example:
/system leds set [find where leds=XXX] type=off
Can the above work and what would XXX be to set all LEDs regardless of names?
I think that you’re trying to disable all leds with one command, and if yes, you can use:
/system leds disable [find]
Thank you!
/system leds set [find] type=off
worked for me. Thank you for the inspiration.