LEDState

public enum LEDState extends Enum<LEDState>

The LEDState enum represents the color scheme of the LEDs. Each constant in this enum corresponds to a different LED color pattern or effect.

Entries

Link copied to clipboard

Represents a flowing rainbow color pattern.

Link copied to clipboard

Represents a flowing color pattern themed after Hightide.

Link copied to clipboard

Represents a solid red color.

Link copied to clipboard

Represents a twinkling light effect.

Link copied to clipboard

Represents a color pattern themed after Robonaut.

Link copied to clipboard

Represents a funny variation of the Robonaut color pattern.

Link copied to clipboard

Represents a laser-like color effect.

Link copied to clipboard

Represents a color pattern themed after Quantum Leap.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
private final EnumEntries<LEDState> entries

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

The LEDState enum represents the color scheme of the LEDs. Each constant in this enum corresponds to a different LED color pattern or effect.

Link copied to clipboard
public final LEDState valueOf(String value)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public final Array<LEDState> values()

Returns an array containing the constants of this enum type, in the order they're declared.