added bmminer and cgminer functions for implementation

This commit is contained in:
UpstreamData
2021-10-21 15:09:38 -06:00
parent b11f992b43
commit d57e6db0e5
3 changed files with 22 additions and 3 deletions

View File

@@ -11,4 +11,14 @@ class CGMiner(BaseMiner):
return f"CGMiner: {str(self.ip)}"
async def send_config(self):
return None
return None # ignore for now
async def restart_backend(self) -> None:
return None # Murray
async def reboot(self) -> None:
return None # Murray
async def get_config(self) -> None:
return None # Murray