Skip to content

Commit c7803bf

Browse files
committed
Add RVC Spec decoder versioning info
1 parent 9683a1f commit c7803bf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HOW_IT_WORKS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
106113
Sending RV-C Messages to CANbus
107114
-----------------------------------
108115

roles/coachproxy/files/etc/rvc-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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

2525
17F00:
2626
name: GENERAL_RESET

0 commit comments

Comments
 (0)