1
0
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)

zobalogh 2014-10-29 07:55:52 -07:00
parent 307c1cc2df
commit 7b60b60502

@ -3,6 +3,7 @@ This page defines the features and design conventions that each input node shoul
Input nodes MUST:
* Create a new msg JavaScript object for every distinctive output they wish to generate. This is to be achieved for example by:
<code>
node.on("input", function(msg) {
msg = {};