From 7efed1a239480823d4d3a65b551e23586b5ab8bf Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Fri, 17 Sep 2021 23:18:46 +0200 Subject: [PATCH] Added missing comments to .proto file --- src/raspberrypi/rascsi_interface.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/raspberrypi/rascsi_interface.proto b/src/raspberrypi/rascsi_interface.proto index fa59232d..df821e56 100644 --- a/src/raspberrypi/rascsi_interface.proto +++ b/src/raspberrypi/rascsi_interface.proto @@ -32,6 +32,9 @@ enum PbOperation { NONE = 0; // Attach devices + // Parameters (mutually exclusive): + // "file": The filename relative to the default image folder. It must not contain a slash. + // "interfaces": A prioritized comma-separated list of interfaces to create a network bridge for. ATTACH = 1; // Detach devices @@ -47,6 +50,8 @@ enum PbOperation { STOP = 5; // Insert medium + // Parameters: + // "file": The filename, relative to the default image folder. It must not contain a slash. INSERT = 6; // Eject medium