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

Commit 5111233

Browse files
Roman Inozemtsevmaroun2
authored andcommitted
fix: update power limit application method in BOSer to use SAVE_AND_APPLY for immediate effect without restart bosminer
1 parent e2b9d35 commit 5111233

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyasic/miners/backends/braiins_os.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ async def set_power_limit(self, wattage: int) -> bool:
853853
try:
854854
result = await self.web.set_power_target(
855855
wattage,
856-
save_action=SaveAction(SaveAction.SAVE_AND_FORCE_APPLY),
856+
save_action=SaveAction(SaveAction.SAVE_AND_APPLY),
857857
)
858858
except APIError:
859859
return False

0 commit comments

Comments
 (0)