diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-10-06 21:30:28 -0400 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-10-06 21:30:39 -0400 |
commit | f340bc6909f84a83dbb8a4d7ca3ba1002b31b110 (patch) | |
tree | b4530764ad5e5b56eabf0e707b3a5ea84ff065e2 /JSON.mkd | |
parent | ab2066f086fa6cec7a29c019f51933023d4d5419 (diff) |
Add a field to CAN messages to explicitly set the frame format.
See openxc/vi-firmware:230.
Diffstat (limited to 'JSON.mkd')
-rw-r--r-- | JSON.mkd | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -53,6 +53,10 @@ The format for a raw CAN message: complete string must have an even number of characters. The `0x` prefix is optional. +**format** - (optional) explicitly set the frame format for the CAN message, one + of `standard` or `extended`. If the `id` is greater than `0x7ff`, the extended + frame format will be selected automatically. + ## Diagnostic Messages ### Requests |