Add recirculation pump node with input handling and flow management
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user