BatteryStatus
data class BatteryStatus(val percent: Int?, val voltageVolts: Float?, val pluggedIn: Boolean)(source)
Curated battery health and state information reported by the device.
Since
0.1.0
Curated battery health and state information reported by the device.
0.1.0