diff --git a/components/orchestration/orchestrator.py b/components/orchestration/orchestrator.py index 6d64c1a..36f8f5a 100644 --- a/components/orchestration/orchestrator.py +++ b/components/orchestration/orchestrator.py @@ -85,6 +85,7 @@ class Orchestrator: print(received_daf_object) # TODO ask entity ident if tl in range?! + # something like the following below ... response = self._session.get(ENTITY_IDENT_URL + 'traffic_lights_geo', params={'lat': loc.latitude, 'lon': loc.longitude}) traffic_lights_geo = response.json()