syntax = "proto3"; package whirl; message SubscribeDistanceCommand { int32 room_number = 1; int32 distance = 2; }