Class LightPresetDefinition
- Namespace
- KasaTapoClient
- Assembly
- KasaTapoClient.dll
Represents a device-reported light preset definition.
public sealed class LightPresetDefinition
- Inheritance
-
LightPresetDefinition
- Inherited Members
Properties
Brightness
Gets the preset brightness percentage.
public int? Brightness { get; }
Property Value
- int?
ColorTemperature
Gets the preset color temperature in kelvin.
public int? ColorTemperature { get; }
Property Value
- int?
Hue
Gets the preset hue component.
public int? Hue { get; }
Property Value
- int?
Name
Gets the user-visible preset name.
public string Name { get; }
Property Value
RawJson
Gets the raw preset payload returned by the device.
public string RawJson { get; }
Property Value
Saturation
Gets the preset saturation component.
public int? Saturation { get; }
Property Value
- int?