Skip to content

Commit

Permalink
Return created_at
Browse files Browse the repository at this point in the history
  • Loading branch information
kurotych committed Dec 10, 2024
1 parent cfccff0 commit ae8d826
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 @@ -76,6 +76,9 @@ message gateway_info_v2 {
gateway_metadata_v2 metadata = 2;
// the asserted device type of the gateway
device_type device_type = 3;
// The unix epoch timestamp (in seconds)
// when the gateway was first added to the database.
uint64 created_at = 4;
}

message gateway_info_req_v1 {
Expand Down

0 comments on commit ae8d826

Please sign in to comment.