added actual miners versions and types to the factory
This commit is contained in:
@@ -514,6 +514,14 @@ class BTMinerAPI(BaseMinerAPI):
|
||||
"""
|
||||
API 'get_version' command.
|
||||
|
||||
Returns a dict containing version information.
|
||||
"""
|
||||
return await self.get_version()
|
||||
|
||||
async def get_version(self):
|
||||
"""
|
||||
API 'get_version' command.
|
||||
|
||||
Returns a dict containing version information.
|
||||
"""
|
||||
return await self.send_command("get_version")
|
||||
|
||||
Reference in New Issue
Block a user