fix scanning

This commit is contained in:
Andrey
2021-01-25 15:57:10 +03:00
parent 5da2973351
commit 7d6273539e

View File

@@ -126,7 +126,7 @@ class MegaD:
async def get_sensors(self):
self.lg.debug(self.sensors)
for x in self.sensors:
await self.get_port(x)
await self.get_port(x, force_http=True)
@property
def is_online(self):