mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-11 09:04:27 +05:00
add services
This commit is contained in:
@@ -178,7 +178,7 @@ class MegaD:
|
||||
|
||||
async def get_all_ports(self):
|
||||
for x in range(37):
|
||||
await self.get_port(x)
|
||||
asyncio.create_task(self.get_port(x))
|
||||
|
||||
async def reboot(self, save=True):
|
||||
await self.save()
|
||||
|
||||
Reference in New Issue
Block a user