mirror of
https://github.com/steinhobelgruen/netatmo-api-go.git
synced 2024-11-21 22:23:55 +00:00
fix GustStrength
This commit is contained in:
parent
01310c1242
commit
dd616c37cf
|
@ -98,7 +98,7 @@ type DashboardData struct {
|
|||
WindAngle *int32 `json:"WindAngle,omitempty"`
|
||||
WindStrength *int32 `json:"WindStrength,omitempty"`
|
||||
GustAngle *int32 `json:"GustAngle,omitempty"`
|
||||
GustStrength *int32 `json:"GustStrengthfloat32,omitempty"`
|
||||
GustStrength *int32 `json:"GustStrength,omitempty"`
|
||||
LastMesure *int64 `json:"time_utc"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue