aboutsummaryrefslogtreecommitdiff
path: root/property_update_command.proto
diff options
context:
space:
mode:
Diffstat (limited to 'property_update_command.proto')
-rw-r--r--property_update_command.proto9
1 files changed, 9 insertions, 0 deletions
diff --git a/property_update_command.proto b/property_update_command.proto
new file mode 100644
index 0000000..5259978
--- /dev/null
+++ b/property_update_command.proto
@@ -0,0 +1,9 @@
+syntax = "proto3";
+
+package whirl;
+
+import "property_list.proto";
+
+message PropertyUpdateCommand {
+ PropertyList property_list = 1;
+}