mirror of https://github.com/node-red/node-red.git
parent
8916cf273e
commit
4ad540412a
|
@ -87,6 +87,8 @@ module.exports = function(RED) {
|
|||
tout = null;
|
||||
node.status({});
|
||||
},node.duration);
|
||||
} else {
|
||||
if (node.op2type === "payl") { m2 = msg.payload; }
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue