full scancollector implementation with all kinds of nice features

This commit is contained in:
Laura Klünder 2024-03-31 18:49:35 +02:00
parent 7532fc39ed
commit 7fa75e1617
6 changed files with 157 additions and 13 deletions

View file

@ -114,4 +114,5 @@ BeaconsXYZ = dict[
description="get xyz coordinates for all known positioning beacons",
response={200: BeaconsXYZ, **auth_responses})
def beacons_xyz():
return Locator.load().get_all_xyz()
# todo: update with more details? todo permission?
return Locator.load().get_all_xyz()