feature: add set_static_ip and set_dhcp for bosminer.
This commit is contained in:
@@ -248,7 +248,6 @@ class LUXMiner(BaseMiner):
|
||||
pass
|
||||
|
||||
async def get_hashrate(self, api_summary: dict = None) -> Optional[float]:
|
||||
# get hr from API
|
||||
if not api_summary:
|
||||
try:
|
||||
api_summary = await self.api.summary()
|
||||
|
||||
Reference in New Issue
Block a user