mirror of
https://github.com/Retropex/custom-ocean.xyz-dashboard.git
synced 2025-05-12 19:20:45 +02:00
Update models.py
This commit is contained in:
parent
bfacc24734
commit
8b59c0e784
@ -37,7 +37,7 @@ class WorkerData:
|
||||
"""Data structure for individual worker information."""
|
||||
name: str = None
|
||||
status: str = "offline"
|
||||
type: str = "ASIC" # ASIC or FPGA
|
||||
type: str = "ASIC" # ASIC or Bitaxe
|
||||
model: str = "Unknown"
|
||||
hashrate_60sec: float = 0
|
||||
hashrate_60sec_unit: str = "TH/s"
|
||||
|
Loading…
Reference in New Issue
Block a user