Class ChildFrostProtectionState
- Namespace
- KasaTapoClient
- Assembly
- KasaTapoClient.dll
Represents frost-protection state for a child thermostat device.
public sealed class ChildFrostProtectionState
- Inheritance
-
ChildFrostProtectionState
- Inherited Members
Properties
Enabled
Gets whether frost protection is currently enabled.
public bool? Enabled { get; }
Property Value
- bool?
MinimumTemperature
Gets the minimum frost-protection temperature, when reported.
public int? MinimumTemperature { get; }
Property Value
- int?
Unit
Gets the reported temperature unit.
public string? Unit { get; }