Updated Node documentation guide (markdown)

Brian Innes 2016-12-13 13:42:36 +00:00
parent 7b9f159b88
commit 946c109a03
1 changed files with 3 additions and 0 deletions

@ -15,6 +15,9 @@ After the short description the documentation should give a fuller description o
###Configuration
All configuration parameters should be described fully, including any incoming msg properties that override the default configuration.
###Input
Document all incoming properties that the node will use (but not already covered in the Configuration section)
###Output
Document all outgoing properties that are set or modified by the node.