ddn.util.monaco.sensors

Types 3

Temperature sensor information.

Fields
string label
double current
double high
double critical
structFan

Fan sensor information.

Fields
string label
uint current
structBattery

Battery information.

Fields
double percent
int secsleft
bool powerPlugged

Functions 3

fnTemperature[][string] sensorsTemperatures() @trustedGets temperature sensor information.
fnFan[][string] sensorsFans() @trustedGets fan sensor information.
fnBattery sensorsBattery() @trustedGets battery information.