diff --git a/src/service/mobile_config.proto b/src/service/mobile_config.proto index a15e2096..89e162b5 100644 --- a/src/service/mobile_config.proto +++ b/src/service/mobile_config.proto @@ -82,7 +82,7 @@ message gateway_info_stream_res_v1 { message gateway_info_stream_filtered_req_v1 { // max number of gateway info records in each message of the response stream uint32 batch_size = 1; - // Device types that will be returned in the response + // Device types that will be returned in the response repeated device_type devicy_types = 2; // pubkey binary of the signing keypair bytes signer = 3; @@ -270,7 +270,6 @@ service gateway { // Get a stream of getaeway info filtered by device type(s) rpc info_stream_filtered(gateway_info_stream_filtered_req_v1) returns (stream gateway_info_stream_res_v1); - } service entity {