Data

data class Data(val serialNumber: String, val battery: Int, val temperature: SystemStatus.Data.Temperature, val uptime: Int)

Parameters

serialNumber

the serial number of the device (e.g. R8900950010)

battery

the estimated current battery level in percent 0,100

uptime

the time since the device is powered on in seconds 0, +2147483647

temperature

the temperature values

Constructors

Link copied to clipboard
constructor(serialNumber: String, battery: Int, temperature: SystemStatus.Data.Temperature, uptime: Int)

Types

Link copied to clipboard
data class Temperature(val cpu: Int = 0, val battery: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uptime: Int