diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-08-10 22:05:11 -0400 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-08-10 22:05:11 -0400 |
commit | fcb217ef4140319ee8557f849bbaf01ecfe92e6f (patch) | |
tree | ada4dc996fa2daccb2e30ce03234b1ccfdb62b95 /openxc.proto | |
parent | 3cd516b8f2925e82cff666a5c98ff30de507ca39 (diff) |
Add a 'status' field to command responses.
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 1f03b439..071f2f25 100644 --- a/openxc.proto +++ b/openxc.proto @@ -31,6 +31,7 @@ message ControlCommand { message CommandResponse { optional ControlCommand.Type type = 1; optional string message = 2; + optional bool status = 3; } message DiagnosticRequest { |