aboutsummaryrefslogtreecommitdiff
path: root/commands/property_request_command.proto
blob: e7ba7728be61f1b123f2c961e89482a8319ce956 (plain) (blame)
1
2
3
4
5
6
7
syntax = "proto3";

package whirl;

message PropertyRequestCommand {
  repeated int32 variable_ids = 1;
}