Enum FeatureKind
- Namespace
- KasaTapoClient
- Assembly
- KasaTapoClient.dll
Represents the kind of a feature exposed by a device.
public enum FeatureKind
Fields
Action = 4An action that can be invoked.
Choice = 3A constrained choice value.
Info = 0A read-only informational value.
Number = 2A numeric value.
Switch = 1A boolean on/off style value.