From 3ffb4062ce551924a09f2f1965540064ad045c8d Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 6 Jan 2017 04:13:52 +0700 Subject: Add confirm operation. Remove notifications field. --- data/vyconf.proto | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/vyconf.proto b/data/vyconf.proto index e2f7496..67055bb 100644 --- a/data/vyconf.proto +++ b/data/vyconf.proto @@ -92,6 +92,9 @@ message Request { repeated string Path = 1; } + message Confirm { + } + oneof msg { Status status = 1; SetupSession setup_session = 2; @@ -110,6 +113,7 @@ message Request { GetValues get_values = 15; ListChildren list_children = 16; RunOpMode run_op_mode = 17; + Confirm confirm = 18; } } @@ -123,5 +127,4 @@ message Response { optional string output = 2; repeated string errors = 3; repeated string warnings = 4; - repeated string notifications = 5; } -- cgit v1.2.3