Skip to content

Commit 4085e00

Browse files
authored
[Mobile Config] Add updated_at to GatewayInfoV2 (response) (#436)
* Add updated_at to gateway_info_v2 response
1 parent b4c8c8f commit 4085e00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/service/mobile_config.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ message gateway_info_v2 {
7979
// The unix epoch timestamp (in seconds)
8080
// when the gateway was first added to the database.
8181
uint64 created_at = 4;
82+
// The unix epoch timestamp (in seconds)
83+
// when the gateway parameters (highly possible) were changed in the database.
84+
uint64 updated_at = 5;
8285
}
8386

8487
message gateway_info_req_v1 {

0 commit comments

Comments
 (0)