Table of Contents

Class LightStripEffectState

Namespace
KasaTapoClient
Assembly
KasaTapoClient.dll

Represents normalized light strip effect module state.

public sealed class LightStripEffectState
Inheritance
LightStripEffectState
Inherited Members

Properties

AvailableEffects

Gets the effects reported by the strip.

public IReadOnlyList<LightEffectDefinition> AvailableEffects { get; }

Property Value

IReadOnlyList<LightEffectDefinition>

Effect

Gets the active effect state.

public LightEffectState? Effect { get; }

Property Value

LightEffectState