bug: fix btminer adjust power limit and add poweroff for innosilicon miners (though it breaks the miner)

This commit is contained in:
UpstreamData
2023-03-03 10:58:16 -07:00
parent 841a546505
commit 645828f35b
3 changed files with 15 additions and 1 deletions

View File

@@ -109,3 +109,6 @@ class InnosiliconWebAPI(BaseWebAPI):
async def pools(self):
return await self.send_command("pools")
async def poweroff(self):
return await self.send_command("poweroff")