diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-05-24 21:30:12 -0400 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-05-24 21:30:12 -0400 |
commit | 07f39f72a945b6f94aafa3f3370fcf35ab87618e (patch) | |
tree | 793319887e57847213cbfe266dfd5ab5d5db06de | |
parent | 43f0abb2468b31d131b936ccf51844316426dc8a (diff) |
Fix typo in example for raw message format.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ discrete pieces of information in the measurement. The format for a raw CAN message: - {"bus": 1, "id": 1234, "value": "0x12345678"} + {"bus": 1, "id": 1234, "data": "0x12345678"} **bus** - the numerical identifier of the CAN bus where this message originated, most likely 1 or 2 (for a vehicle interface with 2 CAN controllers). |