Compare commits

...

1 Commits

Author SHA1 Message Date
Andrey
7d6273539e fix scanning 2021-01-25 15:57:10 +03:00

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):