Skip to content

LightDetails Class

Namespace: TPLinkSmartDevices.Data

Encapsulates JSON data structure for specific hardware properties of smart bulbs.

Properties

ColorRenderingIndex

Measurement of how true the color of an object looks under the bulb's light. A good CRI for most indoor residential applications is 80 or above
public int ColorRenderingIndex { get; set; }

IncandescentEquivalent

bulb equals a standard incandescent bulb with this watt value
public int IncandescentEquivalent { get; set; }

LampBeamAngle

Angle at which the light is distributed or emitted
public int LampBeamAngle { get; set; }

MaxLumens

maximum brightness of bulb in lumens
public int MaxLumens { get; set; }

MaxVoltage

maximum operating voltage
public int MaxVoltage { get; set; }

MinVoltage

minimum operating voltage
public int MinVoltage { get; set; }

Wattage

energy usage of bulb in watt
public int Wattage { get; set; }