feature: rename MinerModels to MinerModel, and add device info in as properties of MinerData.

This commit is contained in:
Upstream Data
2024-05-09 12:48:30 -06:00
parent 1d67e5ed68
commit f6a134342a
94 changed files with 412 additions and 378 deletions

View File

@@ -13,12 +13,12 @@
# See the License for the specific language governing permissions and -
# limitations under the License. -
# ------------------------------------------------------------------------------
from pyasic.device.models import MinerModels
from pyasic.device.models import MinerModel
from pyasic.miners.device.makes import AvalonMinerMake
class Avalon841(AvalonMinerMake):
raw_model = MinerModels.AVALONMINER.Avalon841
raw_model = MinerModel.AVALONMINER.Avalon841
expected_hashboards = 4
expected_chips = 26