@bitpoolos/edge-bacnet 1.0.4 → 1.0.5

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.
Files changed (2) hide show
  1. package/bacnet_client.js +0 -1
  2. package/package.json +1 -1
package/bacnet_client.js CHANGED
@@ -598,7 +598,6 @@ class BacnetClient extends EventEmitter {
598
598
 
599
599
  function doScan() {
600
600
  let deviceIdRange = config.device.deviceId.split("-").sort(function(a, b){return a-b});
601
-
602
601
  let options = {
603
602
  lowLimit: deviceIdRange[0],
604
603
  highLimit: deviceIdRange[1]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitpoolos/edge-bacnet",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "A bacnet gateway for node-red",
5
5
  "dependencies": {
6
6
  "async-mutex": "^0.4.0",