fixed the high toggle showing the humidity and not the emc value

This commit is contained in:
csawatzky 2025-09-29 11:08:51 -06:00
parent 9de058f6dd
commit b9cc34afa1

View file

@ -436,7 +436,7 @@ export default function BinVisualizer(props: Props) {
highNodeConditions = {
tempC: filteredNodes.temps[highTempIndex],
humidity: filteredNodes.humids[highTempIndex],
emc: filteredNodes.humids[highTempIndex],
emc: filteredNodes.moistures[highTempIndex],
tempCTrend: cableTrendData.hotNodeTrend?.tempTrend ?? 0,
humidityTrend: cableTrendData.hotNodeTrend?.humidityTrend ?? 0,
emcTrend: cableTrendData.hotNodeTrend?.emcTrend ?? 0