reformatted many base commands, and moved them to the BaseMiner class
This commit is contained in:
@@ -13,11 +13,5 @@ class UnknownMiner(BaseMiner):
|
||||
async def get_model(self):
|
||||
return "Unknown"
|
||||
|
||||
async def send_config(self, _):
|
||||
return None
|
||||
|
||||
async def get_hostname(self):
|
||||
return "Unknown"
|
||||
|
||||
async def get_board_info(self):
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user