File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
129131message gateway_info_req_v1 {
You can’t perform that action at this time.
0 commit comments