Class ChildBatterySensorState
- Namespace
- KasaTapoClient
- Assembly
- KasaTapoClient.dll
Represents battery-related child sensor state.
public sealed class ChildBatterySensorState
- Inheritance
-
ChildBatterySensorState
- Inherited Members
Properties
BatteryLevel
Gets the latest battery level percentage, when reported.
public int? BatteryLevel { get; }
Property Value
- int?
BatteryLow
Gets whether the child sensor reports a low battery condition.
public bool? BatteryLow { get; }
Property Value
- bool?