Skip to content

Commit

Permalink
include distance to asserted
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Oct 2, 2023
1 parent 0c28a6c commit 60a7725
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ message heartbeat {
// Timestamp of location validation in seconds from unix epoch
// applicable to wifi heartbeats only
uint64 location_validation_timestamp = 10;
// Distance in meters to the asserted location of the gateway_reward
// at the time of heartbeat verification
uint64 distance_to_asserted = 11;
}

enum heartbeat_validity {
Expand Down

0 comments on commit 60a7725

Please sign in to comment.