diff options
Diffstat (limited to 'openxc.proto')
-rw-r--r-- | openxc.proto | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/openxc.proto b/openxc.proto index fd61b6c..1be1df8 100644 --- a/openxc.proto +++ b/openxc.proto @@ -42,14 +42,8 @@ message DiagnosticControlCommand { } message PassthroughModeControlCommand { - enum PassthroughMode { - OFF = 1; - FILTERED = 2; - UNFILTERED = 3; - } - optional int32 bus = 1; - optional PassthroughMode mode = 2; + optional bool enabled = 2; } message CommandResponse { |