Bug fix for now. Need to figure out how clock pulse will work.

This commit is contained in:
2025-06-16 17:08:33 +02:00
parent 5281696a21
commit 3ba98d2362

View File

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