Hello,
You can disable these LEDs by logging to your device via CLI/SSH and using the following commands:
- echo 0 > /sys/class/leds/mob_gen_3/brightness
- echo 0 > /sys/class/leds/mob_gen_4/brightness
You can add these lines in the WebUI Services -> Custom scripts page above exit 0 line, to disable LEDs each time after device power cycle.
If you decided to reenable them in the future, simply restart the related service using command below:
- /etc/init.d/ledman restart
Best regards,