Updates to the generic protocol
This commit is contained in:
parent
7dbb733346
commit
2f06850f47
1 changed files with 59 additions and 58 deletions
|
@ -5,7 +5,8 @@
|
||||||
<generic>
|
<generic>
|
||||||
|
|
||||||
<output>
|
<output>
|
||||||
<seperator>,</seperator>
|
<line_seperator>newline</line_seperator>
|
||||||
|
<var_seperator>newline</var_seperator>
|
||||||
|
|
||||||
<chunk>
|
<chunk>
|
||||||
<name>speed</name>
|
<name>speed</name>
|
||||||
|
@ -48,7 +49,7 @@
|
||||||
|
|
||||||
<chunk>
|
<chunk>
|
||||||
<name>engine</name>
|
<name>engine</name>
|
||||||
<format>E=%02d;</format>
|
<format>E=%02d</format>
|
||||||
<node>/engines/engine[0]/rpm</node>
|
<node>/engines/engine[0]/rpm</node>
|
||||||
</chunk>
|
</chunk>
|
||||||
</output>
|
</output>
|
||||||
|
|
Loading…
Reference in a new issue