This commit is contained in:
Joel Schmid 2021-04-01 22:31:48 +02:00
parent c1412dffb2
commit f4b5e519fa

View file

@ -69,7 +69,7 @@ type WeatherSensor struct {
Id uuid.UUID
Location string
Longitude float64
Lattitude float64
Latitude float64
}
type WeatherQuery struct {