File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
roles/coachproxy/files/etc Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,13 @@ to the MQTT bus:
103103}
104104` ` `
105105
106+ Since other tools use the mqtt outputs of the script, the decoder spec
107+ is versioned so that any changes to the output can be tracked and
108+ downstream scripts can be updated.
109+
110+ ` rvc2mqtt.pl` publishes (and retains) the current API version on mqtt
111+ topic `RVC/API_VERSION`.
112+
106113Sending RV-C Messages to CANbus
107114-----------------------------------
108115
Original file line number Diff line number Diff line change 2020# a name from lower case to upper case, can have an impact on tools
2121# that have been written to use the mqtt output generated from this
2222# spec file.
23- API_VERSION : 0
23+ API_VERSION : 1
2424
252517F00 :
2626 name : GENERAL_RESET
You can’t perform that action at this time.
0 commit comments