Skip to content

Commit

Permalink
Add type in config
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo authored and Leo committed Mar 26, 2022
1 parent 790ec05 commit eb8bcd3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ncpio/mqttdstatus.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import (
)

type StaticStatus struct {
Link_id int `json:"link_id"`
Position_ok bool `json:"position_ok"`
Lat string `json:"lat"`
Lng string `json:"lng"`
Alt string `json:"alt"`
Link_id int `json:"link_id"`
Type string `json:"type"`
Lat string `json:"lat"`
Lng string `json:"lng"`
Alt string `json:"alt"`
}

type NetworkStatus struct {
Expand Down

0 comments on commit eb8bcd3

Please sign in to comment.