added comment
This commit is contained in:
parent
740195d454
commit
058529d979
@ -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()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user