Skip to content

Commit

Permalink
Add device_types to gateway_info_stream_req_v1 (#425)
Browse files Browse the repository at this point in the history
* Add optional parameter device_types to gateway_info_stream_req_v1
  • Loading branch information
kurotych authored Oct 28, 2024
1 parent 4759851 commit ad18fa2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/service/mobile_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ message gateway_info_stream_req_v1 {
// pubkey binary of the signing keypair
bytes signer = 2;
bytes signature = 3;
// Device types that will be returned in the response
// Returns all devices if empty
repeated device_type device_types = 4;
}

message gateway_info_stream_res_v1 {
Expand Down

0 comments on commit ad18fa2

Please sign in to comment.