diff --git a/proto/connections_enums.proto b/proto/connections_enums.proto index 4674a4cf..8e54a5b1 100644 --- a/proto/connections_enums.proto +++ b/proto/connections_enums.proto @@ -69,7 +69,7 @@ enum SessionRole { enum Medium { UNKNOWN_MEDIUM = 0; - MDNS = 1; + MDNS = 1 [deprecated = true]; BLUETOOTH = 2; WIFI_HOTSPOT = 3; BLE = 4;