aboutsummaryrefslogtreecommitdiffstats
path: root/openxc.proto
diff options
context:
space:
mode:
Diffstat (limited to 'openxc.proto')
-rw-r--r--openxc.proto8
1 files changed, 5 insertions, 3 deletions
diff --git a/openxc.proto b/openxc.proto
index b7a1b22d..2deaf3bc 100644
--- a/openxc.proto
+++ b/openxc.proto
@@ -42,9 +42,11 @@ message DiagnosticRequest {
// support multi-frame responses
optional bytes payload = 5;
optional bool parse_payload = 6;
- optional double factor = 7;
- optional double offset = 8;
- optional double frequency = 9;
+ optional bool multiple_responses = 7;
+ optional double factor = 8;
+ optional double offset = 9;
+ optional double frequency = 10;
+ optional string name = 11;
}
message DiagnosticResponse {