예제 #1
0
def track_location2(device_id, timestamp, scan_results):
    tracker.track_location(device_id, timestamp, scan_results=scan_results)
    return {"ret": "ok"}
예제 #2
0
def track_location(device_id, timestamp, router_levels):
    tracker.track_location(device_id, timestamp, router_levels=router_levels)
    return {"ret": "ok"}