Class ChildTemperatureControlState
- Namespace
- KasaTapoClient
- Assembly
- KasaTapoClient.dll
Represents temperature-control state for a child thermostat device.
public sealed class ChildTemperatureControlState
- Inheritance
-
ChildTemperatureControlState
- Inherited Members
Properties
Enabled
Gets whether temperature control is enabled.
public bool? Enabled { get; }
Property Value
- bool?
MaximumTargetTemperature
Gets the maximum supported target temperature, when reported.
public int? MaximumTargetTemperature { get; }
Property Value
- int?
MinimumTargetTemperature
Gets the minimum supported target temperature, when reported.
public int? MinimumTargetTemperature { get; }
Property Value
- int?
States
Gets the raw TRV state flags reported by the device.
public IReadOnlyList<string> States { get; }
Property Value
TargetTemperature
Gets the target temperature, when reported.
public double? TargetTemperature { get; }
Property Value
TemperatureOffset
Gets the temperature offset, when reported.
public int? TemperatureOffset { get; }
Property Value
- int?