fix typo in temp_darwin
This commit is contained in:
@ -11,7 +11,7 @@ type TemperatureStat struct {
|
|||||||
Temperature float64 `json:"sensorTemperature"`
|
Temperature float64 `json:"sensorTemperature"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func SensorsTempatures() ([]TemperatureStat, error) {
|
func SensorsTemperatures() ([]TemperatureStat, error) {
|
||||||
temperatureKeys := []string{
|
temperatureKeys := []string{
|
||||||
C.AMBIENT_AIR_0,
|
C.AMBIENT_AIR_0,
|
||||||
C.AMBIENT_AIR_1,
|
C.AMBIENT_AIR_1,
|
||||||
|
Reference in New Issue
Block a user