Class FanState
- Namespace
- KasaTapoClient
- Assembly
- KasaTapoClient.dll
Represents normalized fan state.
public sealed class FanState
- Inheritance
-
FanState
- Inherited Members
Properties
IsOn
Gets whether the fan is on.
public bool? IsOn { get; }
Property Value
- bool?
RawJson
Gets the raw JSON payload returned by the device.
public string RawJson { get; }