int zu float für schnee
This commit is contained in:
parent
1572de55e8
commit
32ac5c6c67
@ -54,8 +54,8 @@ type Rain struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type Snow struct {
|
type Snow struct {
|
||||||
OneHour int `json:"1h,omitempty"`
|
OneHour float32 `json:"1h,omitempty"`
|
||||||
ThreeHours int `json:"3h,omitempty"`
|
ThreeHours float32 `json:"3h,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type System struct {
|
type System struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user