PowerMonitor

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?)

Properties

Link copied to clipboard

The battery charge level of the gateway device. Range: 0:100. * This field is only present when USB is unplugged.

Link copied to clipboard

The charging status of the gateway device.