added comment

This commit is contained in:
Marco Zeisler 2021-06-02 23:10:27 +02:00
parent 740195d454
commit 058529d979

View File

@ -85,6 +85,7 @@ class Orchestrator:
print(received_daf_object) print(received_daf_object)
# TODO ask entity ident if tl in range?! # TODO ask entity ident if tl in range?!
# something like the following below ...
response = self._session.get(ENTITY_IDENT_URL + 'traffic_lights_geo', response = self._session.get(ENTITY_IDENT_URL + 'traffic_lights_geo',
params={'lat': loc.latitude, 'lon': loc.longitude}) params={'lat': loc.latitude, 'lon': loc.longitude})
traffic_lights_geo = response.json() traffic_lights_geo = response.json()