Sensors

interface Sensors

Interface that provides access to various sensor data for a computer system. This includes CPU temperature, fan speeds, and CPU voltage.

Author

N7ghtm4r3

See also

Inheritors

SensorsImpl

Properties

Link copied to clipboard
abstract val cpuTemperature: Double

cpuTemperature The current temperature of the CPU in degrees Celsius

Link copied to clipboard
abstract val cpuVoltage: Double

cpuVoltage The current voltage supplied to the CPU, in volts

Link copied to clipboard
abstract val fanSpeeds: IntArray

fanSpeeds The speeds of the fans in the system, in RPM (Revolutions per Minute)