refactor: shorten some lines.

This commit is contained in:
UpstreamData
2024-01-16 08:39:15 -07:00
parent 468134e754
commit 34ca5ba68f
4 changed files with 12 additions and 6 deletions

View File

@@ -663,7 +663,8 @@ class BFGMinerRPCAPI(BaseMinerRPCAPI):
<summary>Expand</summary>
Parameters:
which: Which device to zero. Setting this to 'all' zeros all devices. Setting this to 'bestshare' zeros only the bestshare values for each pool and global.
which: Which device to zero. Setting this to 'all' zeros all devices.
Setting this to 'bestshare' zeros only the bestshare values for each pool and global.
summary: Whether or not to show a full summary.

View File

@@ -561,7 +561,8 @@ class BMMinerRPCAPI(BaseMinerRPCAPI):
<summary>Expand</summary>
Parameters:
which: Which device to zero. Setting this to 'all' zeros all devices. Setting this to 'bestshare' zeros only the bestshare values for each pool and global.
which: Which device to zero. Setting this to 'all' zeros all devices.
Setting this to 'bestshare' zeros only the bestshare values for each pool and global.
summary: Whether or not to show a full summary.

View File

@@ -559,7 +559,8 @@ class CGMinerRPCAPI(BaseMinerRPCAPI):
<summary>Expand</summary>
Parameters:
which: Which device to zero. Setting this to 'all' zeros all devices. Setting this to 'bestshare' zeros only the bestshare values for each pool and global.
which: Which device to zero. Setting this to 'all' zeros all devices.
Setting this to 'bestshare' zeros only the bestshare values for each pool and global.
summary: Whether or not to show a full summary.