added env_temp for whatsminers

This commit is contained in:
UpstreamData
2022-06-10 11:03:09 -06:00
parent f7309decdb
commit 198eedcd43
2 changed files with 7 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ class MinerData:
hostname: str = "Unknown"
hashrate: float = 0
temperature_avg: int = field(init=False)
env_temp: int = 0
left_board_temp: int = 0
left_board_chip_temp: int = 0
center_board_temp: int = 0