Class LightPresetState
- Namespace
- KasaTapoClient
- Assembly
- KasaTapoClient.dll
Represents normalized light preset module state.
public sealed class LightPresetState
- Inheritance
-
LightPresetState
- Inherited Members
Properties
ActivePreset
Gets the active preset name when the current state matches one.
public string? ActivePreset { get; }
Property Value
Presets
Gets the presets reported by the device.
public IReadOnlyList<LightPresetDefinition> Presets { get; }