Adds debug options in html

This commit is contained in:
Etienne Chassaing 2025-08-06 12:02:43 +02:00
parent 72deb7646e
commit ded0565b10

View File

@ -549,8 +549,7 @@
} }
if (qconsoElement) { if (qconsoElement) {
const qconso = dsData.Qinlet - dsData.Qoutlet; qconsoElement.innerHTML = `DS<br>${dsData.Qconso.toFixed(1)} L/h`;
qconsoElement.innerHTML = `DS<br>${qconso.toFixed(1)} L/h`;
} else { } else {
console.error('Element with selector "#Qconso .monitor-value" not found.'); console.error('Element with selector "#Qconso .monitor-value" not found.');
} }