From cafd6e6efa694fa074b5a88a04c56c1aa65b6300 Mon Sep 17 00:00:00 2001 From: Dean Cording Date: Mon, 8 Jan 2018 22:53:53 +1000 Subject: [PATCH] Added section for node configuration properties --- docs/creating-nodes/help-style-guide.md | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/creating-nodes/help-style-guide.md b/docs/creating-nodes/help-style-guide.md index d59c6056..009dd9a6 100644 --- a/docs/creating-nodes/help-style-guide.md +++ b/docs/creating-nodes/help-style-guide.md @@ -24,6 +24,24 @@ a consistent appearance between nodes.

Connects to a MQTT broker and publishes messages.

+
+
+ If the node has any configuration properties, this section describes those properties + and how they affect the operation of the node. The description should be brief - if further + descrption is needed, it should be in the Details section. +
+
+

Properties

+
+
server + config node +
+
the config node specifying the MQTT server to connect to.
+
topic string
+
the MQTT topic to publish to.
+
+
+
If the node has an input, this section describes the properties of the @@ -111,6 +129,15 @@ The above example was created with the following HTML.