diff --git a/pyasic/miners/_types/whatsminer/M3X/M31H.py b/pyasic/miners/_types/whatsminer/M3X/M31H.py index c50d69f8..60c0ec16 100644 --- a/pyasic/miners/_types/whatsminer/M3X/M31H.py +++ b/pyasic/miners/_types/whatsminer/M3X/M31H.py @@ -26,4 +26,4 @@ class M31HV40(WhatsMiner): # noqa - ignore ABC method implementation warnings.warn( "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 diff --git a/pyasic/miners/_types/whatsminer/M3X/M33.py b/pyasic/miners/_types/whatsminer/M3X/M33.py index 8fc9680c..83e7e68c 100644 --- a/pyasic/miners/_types/whatsminer/M3X/M33.py +++ b/pyasic/miners/_types/whatsminer/M3X/M33.py @@ -26,7 +26,7 @@ class M33V10(WhatsMiner): # noqa - ignore ABC method implementation warnings.warn( "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 @@ -38,7 +38,7 @@ class M33V20(WhatsMiner): # noqa - ignore ABC method implementation warnings.warn( "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 @@ -50,4 +50,4 @@ class M33V30(WhatsMiner): # noqa - ignore ABC method implementation warnings.warn( "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 diff --git a/pyasic/miners/_types/whatsminer/M3X/M33S.py b/pyasic/miners/_types/whatsminer/M3X/M33S.py index bd025b85..4ade90df 100644 --- a/pyasic/miners/_types/whatsminer/M3X/M33S.py +++ b/pyasic/miners/_types/whatsminer/M3X/M33S.py @@ -26,4 +26,4 @@ class M33SVG30(WhatsMiner): # noqa - ignore ABC method implementation warnings.warn( "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 diff --git a/pyasic/miners/_types/whatsminer/M3X/M33S_Plus.py b/pyasic/miners/_types/whatsminer/M3X/M33S_Plus.py index f830fc77..0ea9f2db 100644 --- a/pyasic/miners/_types/whatsminer/M3X/M33S_Plus.py +++ b/pyasic/miners/_types/whatsminer/M3X/M33S_Plus.py @@ -26,7 +26,7 @@ class M33SPlusVH20(WhatsMiner): # noqa - ignore ABC method implementation warnings.warn( "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 @@ -38,4 +38,4 @@ class M33SPlusVH30(WhatsMiner): # noqa - ignore ABC method implementation warnings.warn( "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 diff --git a/pyasic/miners/_types/whatsminer/M3X/M33S_Plus_Plus.py b/pyasic/miners/_types/whatsminer/M3X/M33S_Plus_Plus.py index 32179ce5..ebeb487f 100644 --- a/pyasic/miners/_types/whatsminer/M3X/M33S_Plus_Plus.py +++ b/pyasic/miners/_types/whatsminer/M3X/M33S_Plus_Plus.py @@ -26,7 +26,7 @@ class M33SPlusPlusVH20(WhatsMiner): # noqa - ignore ABC method implementation warnings.warn( "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 @@ -38,7 +38,7 @@ class M33SPlusPlusVH30(WhatsMiner): # noqa - ignore ABC method implementation warnings.warn( "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 @@ -50,4 +50,4 @@ class M33SPlusPlusVG40(WhatsMiner): # noqa - ignore ABC method implementation warnings.warn( "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 diff --git a/pyasic/miners/_types/whatsminer/M3X/M36S.py b/pyasic/miners/_types/whatsminer/M3X/M36S.py index ad0f5192..a7f47e0e 100644 --- a/pyasic/miners/_types/whatsminer/M3X/M36S.py +++ b/pyasic/miners/_types/whatsminer/M3X/M36S.py @@ -26,4 +26,4 @@ class M36SVE10(WhatsMiner): # noqa - ignore ABC method implementation warnings.warn( "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 diff --git a/pyasic/miners/_types/whatsminer/M3X/M36S_Plus.py b/pyasic/miners/_types/whatsminer/M3X/M36S_Plus.py index a2aa8c9b..21752c18 100644 --- a/pyasic/miners/_types/whatsminer/M3X/M36S_Plus.py +++ b/pyasic/miners/_types/whatsminer/M3X/M36S_Plus.py @@ -26,4 +26,4 @@ class M36SPlusVG30(WhatsMiner): # noqa - ignore ABC method implementation warnings.warn( "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 diff --git a/pyasic/miners/_types/whatsminer/M3X/M36S_Plus_Plus.py b/pyasic/miners/_types/whatsminer/M3X/M36S_Plus_Plus.py index 7a61fdaa..d073bcf7 100644 --- a/pyasic/miners/_types/whatsminer/M3X/M36S_Plus_Plus.py +++ b/pyasic/miners/_types/whatsminer/M3X/M36S_Plus_Plus.py @@ -26,4 +26,4 @@ class M36SPlusPlusVH30(WhatsMiner): # noqa - ignore ABC method implementation warnings.warn( "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 diff --git a/pyasic/miners/_types/whatsminer/M3X/M39.py b/pyasic/miners/_types/whatsminer/M3X/M39.py index ec0fb20b..2b741721 100644 --- a/pyasic/miners/_types/whatsminer/M3X/M39.py +++ b/pyasic/miners/_types/whatsminer/M3X/M39.py @@ -26,4 +26,4 @@ class M39V20(WhatsMiner): # noqa - ignore ABC method implementation warnings.warn( "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 diff --git a/pyasic/miners/_types/whatsminer/M5X/M53.py b/pyasic/miners/_types/whatsminer/M5X/M53.py index 67f69a81..6972a370 100644 --- a/pyasic/miners/_types/whatsminer/M5X/M53.py +++ b/pyasic/miners/_types/whatsminer/M5X/M53.py @@ -26,4 +26,4 @@ class M53VH30(WhatsMiner): # noqa - ignore ABC method implementation warnings.warn( "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 diff --git a/pyasic/miners/_types/whatsminer/M5X/M53S.py b/pyasic/miners/_types/whatsminer/M5X/M53S.py index b3454b5e..7013d563 100644 --- a/pyasic/miners/_types/whatsminer/M5X/M53S.py +++ b/pyasic/miners/_types/whatsminer/M5X/M53S.py @@ -26,4 +26,4 @@ class M53SVH30(WhatsMiner): # noqa - ignore ABC method implementation warnings.warn( "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 diff --git a/pyasic/miners/_types/whatsminer/M5X/M53S_Plus.py b/pyasic/miners/_types/whatsminer/M5X/M53S_Plus.py index 65752b43..182c0d7d 100644 --- a/pyasic/miners/_types/whatsminer/M5X/M53S_Plus.py +++ b/pyasic/miners/_types/whatsminer/M5X/M53S_Plus.py @@ -26,4 +26,4 @@ class M53SPlusVJ30(WhatsMiner): # noqa - ignore ABC method implementation warnings.warn( "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 diff --git a/pyasic/miners/_types/whatsminer/M5X/M56.py b/pyasic/miners/_types/whatsminer/M5X/M56.py index 5f8d1b19..2ca42e27 100644 --- a/pyasic/miners/_types/whatsminer/M5X/M56.py +++ b/pyasic/miners/_types/whatsminer/M5X/M56.py @@ -26,4 +26,4 @@ class M56VH30(WhatsMiner): # noqa - ignore ABC method implementation warnings.warn( "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 diff --git a/pyasic/miners/_types/whatsminer/M5X/M56S.py b/pyasic/miners/_types/whatsminer/M5X/M56S.py index 05246937..8f31db04 100644 --- a/pyasic/miners/_types/whatsminer/M5X/M56S.py +++ b/pyasic/miners/_types/whatsminer/M5X/M56S.py @@ -26,4 +26,4 @@ class M56SVH30(WhatsMiner): # noqa - ignore ABC method implementation warnings.warn( "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 diff --git a/pyasic/miners/_types/whatsminer/M5X/M56S_Plus.py b/pyasic/miners/_types/whatsminer/M5X/M56S_Plus.py index 35383a76..ba25b040 100644 --- a/pyasic/miners/_types/whatsminer/M5X/M56S_Plus.py +++ b/pyasic/miners/_types/whatsminer/M5X/M56S_Plus.py @@ -26,4 +26,4 @@ class M56SPlusVJ30(WhatsMiner): # noqa - ignore ABC method implementation warnings.warn( "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 diff --git a/pyasic/miners/_types/whatsminer/M5X/M59.py b/pyasic/miners/_types/whatsminer/M5X/M59.py index 07c2725e..9ee12afa 100644 --- a/pyasic/miners/_types/whatsminer/M5X/M59.py +++ b/pyasic/miners/_types/whatsminer/M5X/M59.py @@ -26,4 +26,4 @@ class M59VH30(WhatsMiner): # noqa - ignore ABC method implementation warnings.warn( "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