dev-Rene #1

Merged
renederen merged 21 commits from dev-Rene into main 2025-12-08 10:00:07 +00:00
2 changed files with 503 additions and 879 deletions
Showing only changes of commit 955c17a466 - Show all commits

View File

@@ -228,7 +228,7 @@ class nodeClass {
case 'q_in': {
// payload can be number or { value, unit, timestamp }
const val = Number(msg.payload);
const unit = msg?.unit || 'l/s';
const unit = msg?.unit;
const ts = msg?.timestamp || Date.now();
this.source.setManualInflow(val, ts, unit);
break;

File diff suppressed because it is too large Load Diff