full scancollector implementation with all kinds of nice features
This commit is contained in:
parent
7532fc39ed
commit
7fa75e1617
6 changed files with 157 additions and 13 deletions
|
@ -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()
|
Loading…
Add table
Add a link
Reference in a new issue