mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
parent
a0489f2a0d
commit
fdae75c99b
@ -123,6 +123,7 @@ module.exports = function(RED) {
|
||||
delete node.topics[topic];
|
||||
node.send(msg2);
|
||||
}
|
||||
else { delete node.topics[topic]; }
|
||||
node.status({});
|
||||
}, node.duration);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user