We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3a686 commit d4fa775Copy full SHA for d4fa775
sysfs/class_thermal.go
@@ -29,7 +29,7 @@ import (
29
type ClassThermalZoneStats struct {
30
Name string // The name of the zone from the directory structure.
31
Type string // The type of thermal zone.
32
- Temp int64 // Temperature in millidegree Celsius.
+ Temp int64 // Temperature in millidegree Celsius.
33
Policy string // One of the various thermal governors used for a particular zone.
34
Mode *bool // Optional: One of the predefined values in [enabled, disabled].
35
Passive *uint64 // Optional: millidegrees Celsius. (0 for disabled, > 1000 for enabled+value)
0 commit comments