bug: fix btminer adjust power limit and add poweroff for innosilicon miners (though it breaks the miner)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user