summaryrefslogtreecommitdiffstats
path: root/openxc.proto
diff options
context:
space:
mode:
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 {