51: Status LED Control โ
๐งช Alpha
This message was only defined on 06/01/2026 and is subject to change.
Control Status LEDs
Payload โ
| Field | Name | Description | Type | Unit |
|---|---|---|---|---|
| 1 | LED Mask | Bitfield 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 | |
| 5 | LED 1 | bool | ||
| 6 | LED 2 | bool | ||
| 7 | LED 3 | bool | ||
| 8 | LED 4 | bool |
Code โ
For convenience, the following constants can be used to reference this message type.