added wattage to configure tab

This commit is contained in:
UpstreamData
2022-05-12 14:42:37 -06:00
parent 1808d62bba
commit b78c1cdca5
2 changed files with 11 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ class HiveonT9(BMMiner):
super().__init__(ip)
self.model = "T9"
self.api_type = "Hiveon"
self.nominal_chips = 54
def __repr__(self) -> str:
return f"HiveonT9: {str(self.ip)}"