node-red-contrib-uos-nats 0.1.37 → 0.1.38
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.
- package/nodes/datahub-input.html +3 -1
- package/package.json +1 -1
package/nodes/datahub-input.html
CHANGED
|
@@ -355,7 +355,9 @@
|
|
|
355
355
|
<dt>u-OS Config</dt>
|
|
356
356
|
<dd>Pick the connection node that holds host, port and OAuth credentials.</dd>
|
|
357
357
|
<dt>Provider ID</dt>
|
|
358
|
-
<dd>Provider to read. The drop-down lists every provider returned by the
|
|
358
|
+
<dd>Provider to read. The drop-down lists every provider returned by the Data Hub API.</dd>
|
|
359
|
+
</dl>
|
|
360
|
+
<p><strong>Attributes:</strong></p>
|
|
359
361
|
<dl>
|
|
360
362
|
<dt>Provider & Variables</dt>
|
|
361
363
|
<dd>Click the <strong>Refresh</strong> button to load the lists. Use the Input Port (e.g. inject node) to trigger manual snapshots.</dd>
|