Adds debug options in html
This commit is contained in:
parent
72deb7646e
commit
ded0565b10
|
|
@ -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.');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user