bug: update whatsminer fan counts for water cooled racks.
This commit is contained in:
@@ -26,4 +26,4 @@ class M31HV40(WhatsMiner): # noqa - ignore ABC method implementation
|
|||||||
warnings.warn(
|
warnings.warn(
|
||||||
"Unknown chip count for miner type M31HV40, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
"Unknown chip count for miner type M31HV40, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
||||||
)
|
)
|
||||||
self.fan_count = 2
|
self.fan_count = 0
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ class M33V10(WhatsMiner): # noqa - ignore ABC method implementation
|
|||||||
warnings.warn(
|
warnings.warn(
|
||||||
"Unknown chip count for miner type M33V10, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
"Unknown chip count for miner type M33V10, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
||||||
)
|
)
|
||||||
self.fan_count = 2
|
self.fan_count = 0
|
||||||
|
|
||||||
|
|
||||||
class M33V20(WhatsMiner): # noqa - ignore ABC method implementation
|
class M33V20(WhatsMiner): # noqa - ignore ABC method implementation
|
||||||
@@ -38,7 +38,7 @@ class M33V20(WhatsMiner): # noqa - ignore ABC method implementation
|
|||||||
warnings.warn(
|
warnings.warn(
|
||||||
"Unknown chip count for miner type M33V20, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
"Unknown chip count for miner type M33V20, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
||||||
)
|
)
|
||||||
self.fan_count = 2
|
self.fan_count = 0
|
||||||
|
|
||||||
|
|
||||||
class M33V30(WhatsMiner): # noqa - ignore ABC method implementation
|
class M33V30(WhatsMiner): # noqa - ignore ABC method implementation
|
||||||
@@ -50,4 +50,4 @@ class M33V30(WhatsMiner): # noqa - ignore ABC method implementation
|
|||||||
warnings.warn(
|
warnings.warn(
|
||||||
"Unknown chip count for miner type M33V30, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
"Unknown chip count for miner type M33V30, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
||||||
)
|
)
|
||||||
self.fan_count = 2
|
self.fan_count = 0
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ class M33SVG30(WhatsMiner): # noqa - ignore ABC method implementation
|
|||||||
warnings.warn(
|
warnings.warn(
|
||||||
"Unknown chip count for miner type M33SVG30, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
"Unknown chip count for miner type M33SVG30, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
||||||
)
|
)
|
||||||
self.fan_count = 2
|
self.fan_count = 0
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ class M33SPlusVH20(WhatsMiner): # noqa - ignore ABC method implementation
|
|||||||
warnings.warn(
|
warnings.warn(
|
||||||
"Unknown chip count for miner type M30S+ VH20, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
"Unknown chip count for miner type M30S+ VH20, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
||||||
)
|
)
|
||||||
self.fan_count = 2
|
self.fan_count = 0
|
||||||
|
|
||||||
|
|
||||||
class M33SPlusVH30(WhatsMiner): # noqa - ignore ABC method implementation
|
class M33SPlusVH30(WhatsMiner): # noqa - ignore ABC method implementation
|
||||||
@@ -38,4 +38,4 @@ class M33SPlusVH30(WhatsMiner): # noqa - ignore ABC method implementation
|
|||||||
warnings.warn(
|
warnings.warn(
|
||||||
"Unknown chip count for miner type M30S+ VH30, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
"Unknown chip count for miner type M30S+ VH30, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
||||||
)
|
)
|
||||||
self.fan_count = 2
|
self.fan_count = 0
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ class M33SPlusPlusVH20(WhatsMiner): # noqa - ignore ABC method implementation
|
|||||||
warnings.warn(
|
warnings.warn(
|
||||||
"Unknown chip count for miner type M30S++ VH20, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
"Unknown chip count for miner type M30S++ VH20, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
||||||
)
|
)
|
||||||
self.fan_count = 2
|
self.fan_count = 0
|
||||||
|
|
||||||
|
|
||||||
class M33SPlusPlusVH30(WhatsMiner): # noqa - ignore ABC method implementation
|
class M33SPlusPlusVH30(WhatsMiner): # noqa - ignore ABC method implementation
|
||||||
@@ -38,7 +38,7 @@ class M33SPlusPlusVH30(WhatsMiner): # noqa - ignore ABC method implementation
|
|||||||
warnings.warn(
|
warnings.warn(
|
||||||
"Unknown chip count for miner type M30S++ VH30, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
"Unknown chip count for miner type M30S++ VH30, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
||||||
)
|
)
|
||||||
self.fan_count = 2
|
self.fan_count = 0
|
||||||
|
|
||||||
|
|
||||||
class M33SPlusPlusVG40(WhatsMiner): # noqa - ignore ABC method implementation
|
class M33SPlusPlusVG40(WhatsMiner): # noqa - ignore ABC method implementation
|
||||||
@@ -50,4 +50,4 @@ class M33SPlusPlusVG40(WhatsMiner): # noqa - ignore ABC method implementation
|
|||||||
warnings.warn(
|
warnings.warn(
|
||||||
"Unknown chip count for miner type M30S++ VG40, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
"Unknown chip count for miner type M30S++ VG40, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
||||||
)
|
)
|
||||||
self.fan_count = 2
|
self.fan_count = 0
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ class M36SVE10(WhatsMiner): # noqa - ignore ABC method implementation
|
|||||||
warnings.warn(
|
warnings.warn(
|
||||||
"Unknown chip count for miner type M36SVE10, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
"Unknown chip count for miner type M36SVE10, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
||||||
)
|
)
|
||||||
self.fan_count = 2
|
self.fan_count = 0
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ class M36SPlusVG30(WhatsMiner): # noqa - ignore ABC method implementation
|
|||||||
warnings.warn(
|
warnings.warn(
|
||||||
"Unknown chip count for miner type M36S+ VG30, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
"Unknown chip count for miner type M36S+ VG30, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
||||||
)
|
)
|
||||||
self.fan_count = 2
|
self.fan_count = 0
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ class M36SPlusPlusVH30(WhatsMiner): # noqa - ignore ABC method implementation
|
|||||||
warnings.warn(
|
warnings.warn(
|
||||||
"Unknown chip count for miner type M36S++ VH30, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
"Unknown chip count for miner type M36S++ VH30, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
||||||
)
|
)
|
||||||
self.fan_count = 2
|
self.fan_count = 0
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ class M39V20(WhatsMiner): # noqa - ignore ABC method implementation
|
|||||||
warnings.warn(
|
warnings.warn(
|
||||||
"Unknown chip count for miner type M39 V20, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
"Unknown chip count for miner type M39 V20, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
||||||
)
|
)
|
||||||
self.fan_count = 2
|
self.fan_count = 0
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ class M53VH30(WhatsMiner): # noqa - ignore ABC method implementation
|
|||||||
warnings.warn(
|
warnings.warn(
|
||||||
"Unknown chip count for miner type M53 VH30, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
"Unknown chip count for miner type M53 VH30, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
||||||
)
|
)
|
||||||
self.fan_count = 2
|
self.fan_count = 0
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ class M53SVH30(WhatsMiner): # noqa - ignore ABC method implementation
|
|||||||
warnings.warn(
|
warnings.warn(
|
||||||
"Unknown chip count for miner type M53S VH30, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
"Unknown chip count for miner type M53S VH30, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
||||||
)
|
)
|
||||||
self.fan_count = 2
|
self.fan_count = 0
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ class M53SPlusVJ30(WhatsMiner): # noqa - ignore ABC method implementation
|
|||||||
warnings.warn(
|
warnings.warn(
|
||||||
"Unknown chip count for miner type M53S+ VJ30, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
"Unknown chip count for miner type M53S+ VJ30, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
||||||
)
|
)
|
||||||
self.fan_count = 2
|
self.fan_count = 0
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ class M56VH30(WhatsMiner): # noqa - ignore ABC method implementation
|
|||||||
warnings.warn(
|
warnings.warn(
|
||||||
"Unknown chip count for miner type M56 VH30, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
"Unknown chip count for miner type M56 VH30, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
||||||
)
|
)
|
||||||
self.fan_count = 2
|
self.fan_count = 0
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ class M56SVH30(WhatsMiner): # noqa - ignore ABC method implementation
|
|||||||
warnings.warn(
|
warnings.warn(
|
||||||
"Unknown chip count for miner type M56S VH30, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
"Unknown chip count for miner type M56S VH30, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
||||||
)
|
)
|
||||||
self.fan_count = 2
|
self.fan_count = 0
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ class M56SPlusVJ30(WhatsMiner): # noqa - ignore ABC method implementation
|
|||||||
warnings.warn(
|
warnings.warn(
|
||||||
"Unknown chip count for miner type M56S+ VJ30, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
"Unknown chip count for miner type M56S+ VJ30, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
||||||
)
|
)
|
||||||
self.fan_count = 2
|
self.fan_count = 0
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ class M59VH30(WhatsMiner): # noqa - ignore ABC method implementation
|
|||||||
warnings.warn(
|
warnings.warn(
|
||||||
"Unknown chip count for miner type M59 VH30, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
"Unknown chip count for miner type M59 VH30, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
|
||||||
)
|
)
|
||||||
self.fan_count = 2
|
self.fan_count = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user