Power Monitor
data class PowerMonitor(val chargingStatus: GatewayDeviceInfo.PowerMonitor.ChargingStatus?, val batteryChargeLevel: Int?)
This data class holds information about the gateway device's power status.
Constructors
Link copied to clipboard
constructor(chargingStatus: GatewayDeviceInfo.PowerMonitor.ChargingStatus?, batteryChargeLevel: Int?)