Skip to content

Commit 6090ecb

Browse files
authored
Add num_location_asserts to gateway_info_v3 (#453)
1 parent 5ca76a9 commit 6090ecb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/service/mobile_config.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,16 @@ message gateway_info_v3 {
116116
bytes address = 1;
117117
// The gateway metadata
118118
gateway_metadata_v3 metadata = 2;
119-
// the asserted device type of the gateway
119+
// The asserted device type of the gateway
120120
device_type_v2 device_type = 3;
121121
// The Unix epoch timestamp (in seconds) when the gateway was first added to
122122
// the database
123123
uint64 created_at = 4;
124124
// The Unix epoch timestamp (in seconds) when the gateway parameters were last
125125
// updated. NOTE: This field is also updated when the location changes.
126126
uint64 updated_at = 5;
127+
// Count of hotspot location changes
128+
uint64 num_location_asserts = 6;
127129
}
128130

129131
message gateway_info_req_v1 {

0 commit comments

Comments
 (0)