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

package whirl;

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