smithtek-mako-rf 1.6.0 → 1.7.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smithtek-mako-rf",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "Smithtek dedicated node for communicating with the Mako PLC over RS485 or RF",
5
5
  "keywords": [
6
6
  "node-red",
@@ -408,9 +408,8 @@
408
408
 
409
409
  <div class="form-row">
410
410
  <label for="node-config-input-gap_s"><i class="fa fa-arrows-h"></i> Gap (seconds)</label>
411
- <input type="number" id="node-config-input-gap_s" style="width:140px;">
411
+ <input type="number" id="node-config-input-gap_s" step="0.1" min="0" style="width:140px;">
412
412
  </div>
413
-
414
413
  <div class="form-tips">
415
414
  Select a channel. RF is for the LoRa long range radio RTU coms.
416
415
  </div>