Skip to content

Commit

Permalink
Merge pull request #374 from helium/bbalser/iot-config-since
Browse files Browse the repository at this point in the history
Add since to iot_config stream_req_v1
  • Loading branch information
jeffgrunewald authored Dec 12, 2023
2 parents 9fc5713 + 5a4f167 commit 171f329
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/service/iot_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,9 @@ message route_stream_req_v1 {
bytes signature = 2;
// pubkey binary of the signing keypair
bytes signer = 3;
// timestamp in milliseconds, only changes since this timestamp are
// streamed back to caller
uint64 since = 4;
}

message route_stream_res_v1 {
Expand Down

0 comments on commit 171f329

Please sign in to comment.