We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c8c8f commit 4085e00Copy full SHA for 4085e00
src/service/mobile_config.proto
@@ -79,6 +79,9 @@ message gateway_info_v2 {
79
// The unix epoch timestamp (in seconds)
80
// when the gateway was first added to the database.
81
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;
85
}
86
87
message gateway_info_req_v1 {
0 commit comments