This commit is contained in:
Andrey
2021-02-18 10:23:27 +03:00
parent 1716651497
commit 51f3eb3b19

View File

@@ -198,14 +198,13 @@ class MegaD:
:return:
"""
for x in self.ds2413_ports:
if x.http_cmd == 'ds2413':
self.lg.debug(f'poll ds2413 for %s', x)
await self.get_port(
port=x,
force_http=True,
http_cmd='list',
conv=False
)
self.lg.debug(f'poll ds2413 for %s', x)
await self.get_port(
port=x,
force_http=True,
http_cmd='list',
conv=False
)
async def poll(self):
"""