Skip to content

Commit

Permalink
Add since to iot_config stream_req_v1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser committed Nov 1, 2023
1 parent d94ed4b commit 5a06444
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 5a06444

Please sign in to comment.