feature: improve iceriver support and add support for KS3M
This commit is contained in:
@@ -26,6 +26,7 @@ class MinerMake(str, Enum):
|
||||
AURADINE = "Auradine"
|
||||
EPIC = "ePIC"
|
||||
BITAXE = "BitAxe"
|
||||
ICERIVER = "IceRiver"
|
||||
|
||||
def __str__(self):
|
||||
return self.value
|
||||
|
||||
@@ -346,6 +346,7 @@ class BitAxeModels(str, Enum):
|
||||
|
||||
class IceRiverModels(str, Enum):
|
||||
KS2 = "KS2"
|
||||
KS3M = "KS3M"
|
||||
|
||||
def __str__(self):
|
||||
return self.value
|
||||
|
||||
Reference in New Issue
Block a user