added new miner type M30S+VF20

This commit is contained in:
UpstreamData
2022-06-06 09:17:42 -06:00
parent c903631742
commit dce25a679f
5 changed files with 26 additions and 11 deletions

View File

@@ -99,5 +99,5 @@ class BaseMiner:
async def get_mac(self):
return None
async def get_data(self):
async def get_data(self) -> MinerData:
return MinerData(ip=str(self.ip))