Temperature

data class Temperature(val cpu: Int = 0, val battery: Int = 0)

Parameters

cpu

the current temperature of the CPU in °C -50, +200

battery

the current temperature of the battery in °C -50, +200

Constructors

Link copied to clipboard
constructor(cpu: Int = 0, battery: Int = 0)

Properties

Link copied to clipboard
val battery: Int = 0
Link copied to clipboard
val cpu: Int = 0