diff --git a/templates/control.html b/templates/control.html index af1d7d2..6e79739 100644 --- a/templates/control.html +++ b/templates/control.html @@ -549,8 +549,7 @@ } if (qconsoElement) { - const qconso = dsData.Qinlet - dsData.Qoutlet; - qconsoElement.innerHTML = `DS
${qconso.toFixed(1)} L/h`; + qconsoElement.innerHTML = `DS
${dsData.Qconso.toFixed(1)} L/h`; } else { console.error('Element with selector "#Qconso .monitor-value" not found.'); }