From 946c109a03c9d4583ea813acc741546f8a8e60f6 Mon Sep 17 00:00:00 2001 From: Brian Innes Date: Tue, 13 Dec 2016 13:42:36 +0000 Subject: [PATCH] Updated Node documentation guide (markdown) --- Node-documentation-guide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node-documentation-guide.md b/Node-documentation-guide.md index e70e5d9..db19821 100644 --- a/Node-documentation-guide.md +++ b/Node-documentation-guide.md @@ -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.