summaryrefslogtreecommitdiffstats
path: root/openxc.proto
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-08-10 21:51:13 -0400
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-08-10 21:51:39 -0400
commit3cd516b8f2925e82cff666a5c98ff30de507ca39 (patch)
tree8b373819e348327705f6b4ae13f88643d07122e4 /openxc.proto
parentaa4a2cd92afecf5ce6e3faba441d3b8758b5c372 (diff)
Remove 'update' feature of diag request commands.
Diffstat (limited to 'openxc.proto')
-rw-r--r--openxc.proto2
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;