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