Class ChildHumiditySensorState
- Namespace
- KasaTapoClient
- Assembly
- KasaTapoClient.dll
Represents humidity sensor state for a child device.
public sealed class ChildHumiditySensorState
- Inheritance
-
ChildHumiditySensorState
- Inherited Members
Properties
Humidity
Gets the latest reported humidity percentage.
public int? Humidity { get; }
Property Value
- int?
MaximumComfortHumidity
Gets the maximum comfort humidity, when reported.
public double? MaximumComfortHumidity { get; }
Property Value
MinimumComfortHumidity
Gets the minimum comfort humidity, when reported.
public double? MinimumComfortHumidity { get; }
Property Value
Warning
Gets whether the child device reports a humidity warning.
public bool? Warning { get; }
Property Value
- bool?