diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-08-10 21:51:13 -0400 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-08-10 21:51:39 -0400 |
commit | 3cd516b8f2925e82cff666a5c98ff30de507ca39 (patch) | |
tree | 8b373819e348327705f6b4ae13f88643d07122e4 /openxc.proto | |
parent | aa4a2cd92afecf5ce6e3faba441d3b8758b5c372 (diff) |
Remove 'update' feature of diag request commands.
Diffstat (limited to 'openxc.proto')
-rw-r--r-- | openxc.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openxc.proto b/openxc.proto index aa7f7344..1f03b439 100644 --- a/openxc.proto +++ b/openxc.proto @@ -35,7 +35,7 @@ message CommandResponse { message DiagnosticRequest { enum DecodedType { NONE = 1; OBD2 = 2; } - enum Action { CREATE = 1; UPDATE = 2; DELETE = 3; } + enum Action { ADD = 1; CANCEL = 3; } optional int32 bus = 1; optional uint32 message_id = 2; |