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

package whirl;

message SubscribeDistanceCommand {
  int32 room_number = 1;
  int32 distance = 2;
}