Skip to content

Commit

Permalink
[Mobile Config] Add updated_at to GatewayInfoV2 (response) (#436)
Browse files Browse the repository at this point in the history
* Add updated_at to gateway_info_v2 response
  • Loading branch information
kurotych authored Jan 2, 2025
1 parent b4c8c8f commit 4085e00
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 @@ -79,6 +79,9 @@ message gateway_info_v2 {
// The unix epoch timestamp (in seconds)
// when the gateway was first added to the database.
uint64 created_at = 4;
// The unix epoch timestamp (in seconds)
// when the gateway parameters (highly possible) were changed in the database.
uint64 updated_at = 5;
}

message gateway_info_req_v1 {
Expand Down

0 comments on commit 4085e00

Please sign in to comment.