Skip to content

Commit

Permalink
Add lat and lon to heartbeat output since we validate them (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Plant authored Jul 18, 2023
1 parent 065699f commit 7f7bb9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,10 @@ message heartbeat {
uint64 timestamp = 4;
cell_type cell_type = 5;
heartbeat_validity validity = 6;
double lat = 7;
double lon = 8;
// UUID of the coverage object associated with this heartbeat
bytes coverage_object = 7;
bytes coverage_object = 9;
}

enum heartbeat_validity {
Expand Down

0 comments on commit 7f7bb9b

Please sign in to comment.