Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/service/mobile_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,16 @@ message gateway_info_v3 {
bytes address = 1;
// The gateway metadata
gateway_metadata_v3 metadata = 2;
// the asserted device type of the gateway
// The asserted device type of the gateway
device_type_v2 device_type = 3;
// The Unix epoch timestamp (in seconds) when the gateway was first added to
// the database
uint64 created_at = 4;
// The Unix epoch timestamp (in seconds) when the gateway parameters were last
// updated. NOTE: This field is also updated when the location changes.
uint64 updated_at = 5;
// Count of hotspot location changes
uint64 num_location_asserts = 6;
}

message gateway_info_req_v1 {
Expand Down