mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Updated Input node feature definitions (markdown)
parent
7b60b60502
commit
c61818fb74
@ -7,6 +7,6 @@ Input nodes MUST:
|
||||
<code>
|
||||
node.on("input", function(msg) {
|
||||
msg = {};
|
||||
handleInputNodeInput(node, msg);
|
||||
doSomethingWithMsg(node, msg);
|
||||
});
|
||||
</code>
|
Loading…
Reference in New Issue
Block a user