diff options
author | dsouzahansenfrancis <hdsouza@crosschasm.com> | 2015-10-27 12:15:35 -0400 |
---|---|---|
committer | dsouzahansenfrancis <hdsouza@crosschasm.com> | 2015-10-27 12:15:35 -0400 |
commit | 98fa6bf0cd70f8fa200e3a31b28c03a8c587bfea (patch) | |
tree | 8994104e693172dd44dbb51bdb7f467474ac184c /openxc.proto | |
parent | efdc0eb905b57a691badc6e87d9785ee83ce311e (diff) |
Added Message Pack to payload format
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 bb54c770..37343629 100644 --- a/openxc.proto +++ b/openxc.proto @@ -69,6 +69,7 @@ message PayloadFormatCommand { enum PayloadFormat { JSON = 1; PROTOBUF = 2; + MESSAGEPACK = 3; } optional PayloadFormat format = 1; |