LEDStripType

class phoenix5.led.LEDStripType(value: int)

Bases: pybind11_object

The various LED types that the CANdle can support

Members:

GRB : LEDs that are controlled by Green-Red-Blue values

RGB : LEDs that are controlled by Red-Green-Blue values

BRG : LEDs that are controlled by Blue-Red-Green values

GRBW : LEDs that are controlled by Green-Red-Blue-White values

RGBW : LEDs that are controlled by Red-Green-Blue-White values

BRGW : LEDs that are controlled by Blue-Red-Green-White values

BRG = <LEDStripType.BRG: 2>
BRGW = <LEDStripType.BRGW: 8>
GRB = <LEDStripType.GRB: 0>
GRBW = <LEDStripType.GRBW: 6>
RGB = <LEDStripType.RGB: 1>
RGBW = <LEDStripType.RGBW: 7>
property name
property value