node-red-contrib-uos-nats 0.1.22 → 0.1.23
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 +4 -0
- package/package.json +1 -1
package/nodes/datahub-input.html
CHANGED
|
@@ -282,6 +282,10 @@
|
|
|
282
282
|
<label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
|
|
283
283
|
<input type="text" id="node-input-name">
|
|
284
284
|
</div>
|
|
285
|
+
<div class="form-row">
|
|
286
|
+
<label for="node-input-pollingInterval"><i class="fa fa-clock-o"></i> Polling (ms)</label>
|
|
287
|
+
<input type="number" id="node-input-pollingInterval" placeholder="0 (disabled)">
|
|
288
|
+
</div>
|
|
285
289
|
<div class="form-row">
|
|
286
290
|
<label for="node-input-connection"><i class="fa fa-cube"></i> u-OS Config</label>
|
|
287
291
|
<input type="text" id="node-input-connection">
|