diff --git a/src/raspberrypi/rascsi_interface.proto b/src/raspberrypi/rascsi_interface.proto index fc3890a6..1fad7395 100644 --- a/src/raspberrypi/rascsi_interface.proto +++ b/src/raspberrypi/rascsi_interface.proto @@ -164,7 +164,7 @@ message PbOperationParameter { string name = 1; // "int" or "string" string type = 2; - // Any value is permitted if empty + // Any value of the specified type is permitted if empty repeated string values = 3; bool is_mandatory = 4; }