Added reset, start, stop, get config
This commit is contained in:
@@ -81,4 +81,5 @@ class CGMiner(BaseMiner):
|
||||
result = await conn.run(commands, check=True)
|
||||
result_handler(result)
|
||||
self.config = result.stdout
|
||||
print(str(self.config))
|
||||
return None
|
||||
Reference in New Issue
Block a user