Skip to content

Commit

Permalink
add telemetry replay topic
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoSacchet committed Jan 23, 2025
1 parent a5719d6 commit a94cefe
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions topics_tree.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,62 @@
"129"
]
},
"telemetryReplay": {
"alias": "InfoTelemetryReplay",
"description": "<vehicleId>/<deviceId>/info",
"qos": 0,
"retain": false,
"subscribe_roles": [
"0",
"1",
"2",
"3",
"4",
"128"
],
"publish_roles": [
"128",
"129"
],
"sub_topics": {
"ready": {
"alias": "InfoTelemetryReplayReady",
"description": "Sent when the telemetry replay is ready",
"qos": 0,
"retain": false,
"subscribe_roles": [
"0",
"1",
"2",
"3",
"4",
"129",
"130"
],
"publish_roles": [
"128"
]
},
"start": {
"alias": "InfoTelemetryReplayStart",
"description": "Sent to start telemetry replay",
"qos": 0,
"retain": false,
"subscribe_roles": [
"0",
"1",
"2",
"3",
"4",
"129"
],
"publish_roles": [
"129",
"130"
]
}
}
},
"session": {
"alias": "InfoSession",
"description": "<vehicleId>/<deviceId>/info",
Expand Down

0 comments on commit a94cefe

Please sign in to comment.