Skip to content

Commit

Permalink
feat: new lap counter topic to set active track
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoSacchet committed Aug 30, 2024
1 parent 1ae7e06 commit 57962a4
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions topics_tree.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,57 @@
}
}
},
"lapCounterTrack": {
"alias": "ActionLapCounterTrack",
"description": "<vehicleId>/<deviceId>/action/lapCounterTrack",
"sub_topics": {
"set": {
"alias": "ActionLapCounterTrackSet",
"description": "<vehicleId>/<deviceId>/action/lapCounterTrack/set",
"subscribe_roles": [
"128",
"129"
],
"publish_roles": [
"0",
"1",
"2",
"3",
"4"
]
},
"get": {
"alias": "ActionLapCounterTrackGet",
"description": "<vehicleId>/<deviceId>/action/lapCounterTrack/get",
"subscribe_roles": [
"128",
"129"
],
"publish_roles": [
"0",
"1",
"2",
"3",
"4"
]
},
"content": {
"alias": "ActionLapCounterTrackContent",
"description": "<vehicleId>/<deviceId>/action/lapCounterTrack/content",
"subscribe_roles": [
"0",
"1",
"2",
"3",
"4"
],
"publish_roles": [
"128",
"129"
]
}
}
},
"kill": {
"alias": "ActionKill",
"description": "<vehicleId>/<deviceId>/action/kill",
Expand Down

0 comments on commit 57962a4

Please sign in to comment.