Disable L2 LED?

I’d like to disable the L2 LED altogether. Is there a command or setting that will allow this? I specifically want to disable the LED while the Pi is powered off.

Thank you

Hi @jay.doscher ,

If you enable LPM(Low Power Mode), L1 LED turns off. L2 LED blinks at an interval of 10 seconds indicating the charge status. To enable/disable the low power mode use set_lpm_status(status).

If you enable EDM(Easy Deployment Mode), it will be completely disabled but automatically disabled when the power supply is plugged to HAT.