add: humidity (WIP)
This commit is contained in:
@ -85,7 +85,7 @@ func ListTemperatures(configDir string, w io.Writer) error {
|
||||
// print headline
|
||||
fmt.Fprint(tw, "\t")
|
||||
for _, sensor := range sensors {
|
||||
fmt.Fprintf(tw, "%v\t", sensor.HumanName())
|
||||
fmt.Fprintf(tw, "%v\t", sensor.ReadableSensorName())
|
||||
}
|
||||
if len(sensors) > 0 {
|
||||
fmt.Fprint(tw, "\n")
|
||||
|
Reference in New Issue
Block a user