package sensors
func TemperatureF() float64 {
// TODO: Fetch from influxdb (or remove influxdb finally!)
return 23.0
}