int zu float für schnee

This commit is contained in:
Johannes Theiner 2021-01-06 15:10:13 +01:00
parent 1572de55e8
commit 32ac5c6c67
Signed by: joethei
GPG Key ID: 9D2B9A00FDA85BCD
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ type Rain struct {
}
type Snow struct {
OneHour int `json:"1h,omitempty"`
ThreeHours int `json:"3h,omitempty"`
OneHour float32 `json:"1h,omitempty"`
ThreeHours float32 `json:"3h,omitempty"`
}
type System struct {