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