Add recirculation pump node with input handling and flow management

This commit is contained in:
2025-06-16 16:53:07 +02:00
parent d0f8ada144
commit 5281696a21
6 changed files with 105 additions and 7 deletions

View File

@@ -34,7 +34,9 @@ module.exports = function(RED) {
break;
case "Fluent":
reactor.setInfluent = msg;
reactor.updateState(msg.timestamp);
if (msg.payload.inlet == 0){
reactor.updateState(msg.timestamp);
}
break;
case "OTR":
reactor.setOTR = msg;