Skip to content

Commit

Permalink
Merge pull request #114 from bogosj/andig-patch-1
Browse files Browse the repository at this point in the history
Add active_route
  • Loading branch information
bogosj authored Nov 18, 2023
2 parents dd2e7a7 + 2793149 commit e1c5220
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions states.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ type DriveState struct {
Speed float64 `json:"speed"`
Latitude float64 `json:"latitude"`
Longitude float64 `json:"longitude"`
ActiveRouteLatitude float64 `json:"active_route_latitude"`
ActiveRouteLongitude float64 `json:"active_route_longitude"`
Heading int `json:"heading"`
GpsAsOf int64 `json:"gps_as_of"`
NativeLatitude float64 `json:"native_latitude"`
Expand Down

0 comments on commit e1c5220

Please sign in to comment.