aboutsummaryrefslogtreecommitdiffstats
path: root/openxc.proto
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-08-10 22:05:11 -0400
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-08-10 22:05:11 -0400
commitfcb217ef4140319ee8557f849bbaf01ecfe92e6f (patch)
treeada4dc996fa2daccb2e30ce03234b1ccfdb62b95 /openxc.proto
parent3cd516b8f2925e82cff666a5c98ff30de507ca39 (diff)
Add a 'status' field to command responses.
Diffstat (limited to 'openxc.proto')
-rw-r--r--openxc.proto1
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 {