diff --git a/src/client/WeatherStruct.go b/src/client/WeatherStruct.go index a69e72e..fca8db5 100644 --- a/src/client/WeatherStruct.go +++ b/src/client/WeatherStruct.go @@ -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 {