mirror of
https://github.com/cjbassi/gotop.git
synced 2025-05-01 22:18:38 +08:00
commit
1ec79f1574
@ -11,7 +11,7 @@ type TemperatureStat struct {
|
||||
Temperature float64 `json:"sensorTemperature"`
|
||||
}
|
||||
|
||||
func SensorsTempatures() ([]TemperatureStat, error) {
|
||||
func SensorsTemperatures() ([]TemperatureStat, error) {
|
||||
temperatureKeys := []string{
|
||||
C.AMBIENT_AIR_0,
|
||||
C.AMBIENT_AIR_1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user