Table of Contents

Enum FeatureKind

Namespace
KasaTapoClient
Assembly
KasaTapoClient.dll

Represents the kind of a feature exposed by a device.

public enum FeatureKind

Fields

Action = 4

An action that can be invoked.

Choice = 3

A constrained choice value.

Info = 0

A read-only informational value.

Number = 2

A numeric value.

Switch = 1

A boolean on/off style value.