diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-03-04 15:28:14 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-03-04 15:28:14 -0500 |
commit | 3e91f2023d1161432605aff4af6616a589e63b5c (patch) | |
tree | 94cf505364e5697b00ddc6827bd56ef0cf6e252c /openxc.options | |
parent | d12a24040584f3202ee9428bce56e5915954ffaf (diff) |
Condense string/number/bool trio into a field.
Diffstat (limited to 'openxc.options')
-rw-r--r-- | openxc.options | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openxc.options b/openxc.options index 1f45bff7..92b8f5b7 100644 --- a/openxc.options +++ b/openxc.options @@ -1,6 +1,5 @@ openxc.TranslatedMessage.name max_size:100 -openxc.TranslatedMessage.string_value max_size:100 -openxc.TranslatedMessage.string_event max_size:100 +openxc.DynamicField.string_value max_size:100 openxc.DiagnosticResponse.payload max_size:8 openxc.DiagnosticRequest.payload max_size:8 openxc.RawMessage.data max_size:8 |