diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-02-19 16:05:59 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-02-19 16:05:59 -0500 |
commit | a9e6edd6bc7952313997ec3cae5bfda3b2f62ee9 (patch) | |
tree | 950c27406741ecdedd58bca5b4ff6da685fb023f /openxc.proto | |
parent | 6f4799ca62b964e5626d9b22c4d292e6bd378d57 (diff) |
Add a value field to diagnostic responses for parsed payloads.
Diffstat (limited to 'openxc.proto')
-rw-r--r-- | openxc.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openxc.proto b/openxc.proto index a825e1c3..a562b49d 100644 --- a/openxc.proto +++ b/openxc.proto @@ -28,6 +28,7 @@ message DiagnosticMessage { // TODO we are capping this at 8 bytes for now - need to change when we // support multi-frame responses optional bytes payload = 7; + optional double value = 8; } message TranslatedMessage { |