Skip to content

51: Status LED Control โ€‹

๐Ÿงช Alpha

This message was only defined on 06/01/2026 and is subject to change.

Control Status LEDs

Payload โ€‹

FieldNameDescriptionTypeUnit
1LED MaskBitfield describing the on/off state of all status LEDs in a single byte.
For example, 0x03 means LED 1 and LED 2 on, with the remaining LEDs off.
If present, this compact form takes priority over the individual LED fields (5-8).
uint8
5LED 1bool
6LED 2bool
7LED 3bool
8LED 4bool

Code โ€‹

For convenience, the following constants can be used to reference this message type.