Type alias ILightProps

ILightProps: {
    b?: IColorRange;
    c?: IColorRange;
    dimming?: IBrightnessRange;
    g?: IColorRange;
    r?: IColorRange;
    state?: boolean;
    w?: IColorRange;
}

Type declaration

  • Optional b?: IColorRange

    Strength of Blue 0-255

  • Optional c?: IColorRange

    Strength of Cold White 0-255

  • Optional dimming?: IBrightnessRange

    Strength of the light 0-100

  • Optional g?: IColorRange

    Strength of Green 0-255

  • Optional r?: IColorRange

    Strength of Red 0-255

  • Optional state?: boolean

    State of the light, should it be ON(true) or OFF(false).

  • Optional w?: IColorRange

    Strength of Warm White 0-255