From 058529d9795f055f32f781121a4df57c814f7e9d Mon Sep 17 00:00:00 2001 From: Marco Zeisler Date: Wed, 2 Jun 2021 23:10:27 +0200 Subject: [PATCH] added comment --- components/orchestration/orchestrator.py | 1 + 1 file changed, 1 insertion(+) 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()