Skip to content

Commit 1f06a6b

Browse files
committed
Update api.py
1 parent fe5f773 commit 1f06a6b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyhilo/api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,8 @@ async def get_devices(self, location_id: int) -> list[dict[str, Any]]:
847847
url = self._get_url("Devices", location_id=location_id)
848848
LOG.debug("Devices URL is %s", url)
849849
devices = await self.async_request("get", url)
850+
851+
#TODO: retirer bloc else, sert comme plus à rien
850852
else:
851853
# No URN available, use REST
852854
LOG.debug("No URN available, using REST endpoint")

0 commit comments

Comments
 (0)