Skip to content

Commit

Permalink
feat: moved last_update topic out of data root
Browse files Browse the repository at this point in the history
  • Loading branch information
andreolli-davide committed Feb 24, 2024
1 parent d90b463 commit fba49e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions topics_tree.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,7 @@
"retain": false,
"subscribe_roles": ["0", "1", "2", "3", "4", "128", "129"],
"publish_roles": ["0", "1", "2", "3", "4", "128", "129"],
"sub_topics": {
"last_update": {
"alias": "DataLastUpdate",
"description": "Sends the last update timestamp of the data"
},
"sub_topics": {
"primary": {
"alias": "DataPrimary",
"description": "Protobuffer data of primary network"
Expand Down Expand Up @@ -99,6 +95,10 @@
}
}
},
"last_update": {
"alias": "DataLastUpdate",
"description": "Sends the last update timestamp of the data"
},
"status": {
"alias": "Status",
"description": "<vehicleId>/<deviceId>/status",
Expand Down

0 comments on commit fba49e7

Please sign in to comment.