smithtek-mako-rf 1.7.0 → 1.8.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.7.0",
3
+ "version": "1.8.0",
4
4
  "description": "Smithtek dedicated node for communicating with the Mako PLC over RS485 or RF",
5
5
  "keywords": [
6
6
  "node-red",
Binary file
@@ -393,7 +393,7 @@ module.exports = function (RED) {
393
393
  continue;
394
394
  }
395
395
 
396
- const busName = (cfg.busName || "smithtek mako rf").trim();
396
+ const busName = (cfg.busName || "Mako rf").trim();
397
397
 
398
398
  // retries=0 means exactly 1 attempt
399
399
  const retries = clampInt(cfg.retries, 0, 10, 2);