Skip to content

Commit

Permalink
feat: added can version topic
Browse files Browse the repository at this point in the history
  • Loading branch information
andreolli-davide committed Dec 20, 2023
1 parent 2c5cc9e commit 76e535c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion topics_tree.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@
}
],
"sub_topics": {
"version": {
"alias": "DeviceVersion",
"description": "The payload contains the current CAN version hash of the device.",
"qos": 1,
"retain": true,
"subscribe_roles": ["0", "1", "2", "3", "4", "128", "129"],
"publish_roles": ["0", "1", "2", "3", "4", "128", "129"]
},
"data": {
"alias": "Data",
"description": "<vehicleId>/<deviceId>/data",
Expand Down Expand Up @@ -387,4 +395,4 @@
}
}
}
}
}

0 comments on commit 76e535c

Please sign in to comment.