aboutsummaryrefslogtreecommitdiff
path: root/commands/property_request_command.proto
diff options
context:
space:
mode:
Diffstat (limited to 'commands/property_request_command.proto')
-rw-r--r--commands/property_request_command.proto7
1 files changed, 7 insertions, 0 deletions
diff --git a/commands/property_request_command.proto b/commands/property_request_command.proto
new file mode 100644
index 0000000..e7ba772
--- /dev/null
+++ b/commands/property_request_command.proto
@@ -0,0 +1,7 @@
+syntax = "proto3";
+
+package whirl;
+
+message PropertyRequestCommand {
+ repeated int32 variable_ids = 1;
+}