@gregoriusrippenstein/node-red-contrib-nodedev 0.5.3 → 0.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,18 @@
|
|
|
1
|
-
<script type="text/
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
<script type="text/markdown" data-help-name="{{ node.name }}">
|
|
2
|
+
{{{ node.summary }}}
|
|
3
|
+
|
|
4
|
+
### Inputs
|
|
5
|
+
|
|
6
|
+
: payload (any) : what is expected as payload input.
|
|
7
|
+
: topic (string) : (optional) is a topic expected or handled.
|
|
8
|
+
|
|
9
|
+
### Outputs
|
|
10
|
+
|
|
11
|
+
: payload (any) : what is returned as payload.
|
|
12
|
+
|
|
13
|
+
### Description
|
|
14
|
+
|
|
15
|
+
{{{ node.description }}}
|
|
16
|
+
|
|
17
|
+
<!-- [Markdown documentation details](https://nodered.org/docs/creating-nodes/help-style-guide) -->
|
|
4
18
|
</script>
|