Enum LedState
August 13, 2019 ยท View on GitHub
Overview / Purpose
Enumeration LedState
| Enumerator | Value | Description |
|---|---|---|
| UNSPECIFIED_LED_STATE | 0 | Unspecified LED state |
| LED_OFF | 1 | LED is off |
| LED_PULSE | 2 | LED is in pulse state |
| LED_ON | 3 | LED is one |
Parent topic: Base (Python)