Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.

Commit 72c6dbd

Browse files
committed
bug: fix whatsminer fault light not working properly in V3
1 parent 237691e commit 72c6dbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyasic/miners/backends/btminer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ async def fault_light_off(self) -> bool:
960960
async def fault_light_on(self) -> bool:
961961
try:
962962
data = await self.rpc.set_system_led(
963-
leds=[{"color": "red", "period": 60, "duration": 20, "start": 0}]
963+
leds=[{"color": "red", "period": 200, "duration": 100, "start": 0}]
964964
)
965965
except APIError:
966966
return False

0 commit comments

Comments
 (0)