add "in meters" to iBeacon distance
This commit is contained in:
parent
e5fab0611b
commit
c4e3ca197e
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class LocateRequestIBeaconPeerSchema(BaseSchema):
|
||||||
title="minor value of the iBeacon",
|
title="minor value of the iBeacon",
|
||||||
)
|
)
|
||||||
distance: NonNegativeFloat = APIField(
|
distance: NonNegativeFloat = APIField(
|
||||||
title="determined iBeacon distance",
|
title="determined iBeacon distance in meters",
|
||||||
)
|
)
|
||||||
last_seen_ago: NonNegativeInt = APIField(
|
last_seen_ago: NonNegativeInt = APIField(
|
||||||
title="how many milliseconds ago this beacon was last seen"
|
title="how many milliseconds ago this beacon was last seen"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue