feature: add fault_light to influx

This commit is contained in:
Brett Rowan
2025-03-17 14:17:37 -06:00
parent 4694c0f774
commit 0be9e9d519

View File

@@ -441,6 +441,7 @@ class MinerData(BaseModel):
"total_chips", "total_chips",
"expected_chips", "expected_chips",
"efficiency", "efficiency",
"fault_light",
"is_mining", "is_mining",
"errors", "errors",
"pools", "pools",