Skip to main content

LED

There are 2 LEDs on the AIO-1684XQ board:

ColorLocationSymbolDescription
YellowRightDIY_LEDUser controls
GreenLeft (near the power inlet)WORK_LEDPower on

Example command to control LED light state (requires root privileges):

# yellow light on
echo 1 >/sys/class/leds/DIY_LED/brightness
# yellow light off
echo 0 >/sys/class/leds/DIY_LED/brightness

# green light on
echo 1 >/sys/class/leds/WORK_LED/brightness
# green light off
echo 0 >/sys/class/leds/WORK_LED/brightness