add "in meters" to iBeacon distance

This commit is contained in:
Laura Klünder 2024-12-16 21:48:10 +00:00
parent e5fab0611b
commit c4e3ca197e

View file

@ -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"