bug: add missing key to epic data locations.

This commit is contained in:
UpstreamData
2023-12-18 14:07:46 -07:00
parent eb9b29aca1
commit 659dc55f3c

View File

@@ -43,6 +43,7 @@ EPIC_DATA_LOC = {
},
"env_temp": {"cmd": "get_env_temp", "kwargs": {}},
"wattage": {"cmd": "get_wattage", "kwargs": {"web_summary": {"web": "summary"}}},
"wattage_limit": {"cmd": "get_wattage_limit", "kwargs": {}},
"fans": {"cmd": "get_fans", "kwargs": {"web_summary": {"web": "summary"}}},
"fan_psu": {"cmd": "get_fan_psu", "kwargs": {}},
"fault_light": {