diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-03-15 12:54:35 -0400 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-03-15 12:54:35 -0400 |
commit | 6642105e16f6b52e51f08c376fbc349634588193 (patch) | |
tree | 6f1cabae13f8ceb6dc7e0cbc4f98180b5878ae1f /openxc.options | |
parent | 99f01a6d6da8012c297e2e7ccb2b8eaa69a9c4d1 (diff) |
Add 'name' and 'multiple_responses' fields to diag requests.
Diffstat (limited to 'openxc.options')
-rw-r--r-- | openxc.options | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openxc.options b/openxc.options index fb9be627..80d0f9b0 100644 --- a/openxc.options +++ b/openxc.options @@ -2,5 +2,6 @@ openxc.TranslatedMessage.name max_size:100 openxc.DynamicField.string_value max_size:100 openxc.CommandResponse.message max_size:128 openxc.DiagnosticResponse.payload max_size:8 +openxc.DiagnosticRequest.name max_size:10 openxc.DiagnosticRequest.payload max_size:8 openxc.RawMessage.data max_size:8 |