bug: fix a bunch of missed instances of nominal_ naming.

This commit is contained in:
Upstream Data
2023-12-22 15:32:01 -07:00
parent d84d95fe5f
commit 550b4a97a1
15 changed files with 96 additions and 96 deletions

View File

@@ -36,7 +36,7 @@ LUXMINER_DATA_LOC = {
"fw_ver": {"cmd": "get_fw_ver", "kwargs": {}},
"hostname": {"cmd": "get_hostname", "kwargs": {}},
"hashrate": {"cmd": "get_hashrate", "kwargs": {}},
"expected_hashrate": {"cmd": "get_nominal_hashrate", "kwargs": {}},
"expected_hashrate": {"cmd": "get_expected_hashrate", "kwargs": {}},
"hashboards": {"cmd": "get_hashboards", "kwargs": {}},
"wattage": {"cmd": "get_wattage", "kwargs": {}},
"wattage_limit": {"cmd": "get_wattage_limit", "kwargs": {}},