Table of Contents

Class LightEffectDefinition

Namespace
KasaTapoClient
Assembly
KasaTapoClient.dll

Represents a device-reported light effect definition.

public sealed class LightEffectDefinition
Inheritance
LightEffectDefinition
Inherited Members

Properties

Identifier

Gets the device-specific effect identifier.

public string Identifier { get; }

Property Value

string

Name

Gets the user-visible effect name, when available.

public string? Name { get; }

Property Value

string