fixed the high toggle showing the humidity and not the emc value
This commit is contained in:
parent
9de058f6dd
commit
b9cc34afa1
1 changed files with 1 additions and 1 deletions
|
|
@ -436,7 +436,7 @@ export default function BinVisualizer(props: Props) {
|
||||||
highNodeConditions = {
|
highNodeConditions = {
|
||||||
tempC: filteredNodes.temps[highTempIndex],
|
tempC: filteredNodes.temps[highTempIndex],
|
||||||
humidity: filteredNodes.humids[highTempIndex],
|
humidity: filteredNodes.humids[highTempIndex],
|
||||||
emc: filteredNodes.humids[highTempIndex],
|
emc: filteredNodes.moistures[highTempIndex],
|
||||||
tempCTrend: cableTrendData.hotNodeTrend?.tempTrend ?? 0,
|
tempCTrend: cableTrendData.hotNodeTrend?.tempTrend ?? 0,
|
||||||
humidityTrend: cableTrendData.hotNodeTrend?.humidityTrend ?? 0,
|
humidityTrend: cableTrendData.hotNodeTrend?.humidityTrend ?? 0,
|
||||||
emcTrend: cableTrendData.hotNodeTrend?.emcTrend ?? 0
|
emcTrend: cableTrendData.hotNodeTrend?.emcTrend ?? 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue