feature: add supports presets flag

This commit is contained in:
Upstream Data
2024-12-04 09:08:46 -07:00
committed by Brett Rowan
parent 1ba0f8ed83
commit 68c57f265f
2 changed files with 2 additions and 0 deletions

View File

@@ -95,6 +95,7 @@ class VNish(VNishFirmware, BMMiner):
web: VNishWebAPI
supports_shutdown = True
supports_presets = True
data_locations = VNISH_DATA_LOC

View File

@@ -56,6 +56,7 @@ class MinerProtocol(Protocol):
supports_shutdown: bool = False
supports_power_modes: bool = False
supports_presets: bool = False
supports_autotuning: bool = False
api_ver: str = None