Class ChildTemperatureSensorState
- Namespace
- KasaTapoClient
- Assembly
- KasaTapoClient.dll
Represents temperature sensor state for a child device.
public sealed class ChildTemperatureSensorState
- Inheritance
-
ChildTemperatureSensorState
- Inherited Members
Properties
MaximumComfortTemperature
Gets the maximum comfort temperature, when reported.
public double? MaximumComfortTemperature { get; }
Property Value
MinimumComfortTemperature
Gets the minimum comfort temperature, when reported.
public double? MinimumComfortTemperature { get; }
Property Value
Temperature
Gets the latest reported temperature value.
public double? Temperature { get; }
Property Value
Unit
Gets the temperature unit such as celsius or fahrenheit.
public string? Unit { get; }
Property Value
Warning
Gets whether the child device reports a temperature warning.
public bool? Warning { get; }
Property Value
- bool?