Merge remote-tracking branch 'origin/main'
All checks were successful
/ docker-image (push) Successful in 1m9s
All checks were successful
/ docker-image (push) Successful in 1m9s
This commit is contained in:
commit
c5806655db
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@ package sensors
|
|||
|
||||
func TemperatureF() float64 {
|
||||
// TODO: Fetch from influxdb (or remove influxdb finally!)
|
||||
return 10.0
|
||||
return 23.0
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue