node-red-contrib-zwave-js 9.1.1 → 9.1.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # node-red-contrib-zwave-js Change Log
2
2
 
3
+ - 9.1.2
4
+
5
+ **Bug Fixes**
6
+ - Fix Handling USB reset options correctly
7
+
3
8
  - 9.1.1
4
9
 
5
10
  **Bug Fixes**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-zwave-js",
3
- "version": "9.1.1",
3
+ "version": "9.1.2",
4
4
  "license": "MIT",
5
5
  "description": "The most powerful, high performing and highly polished Z-Wave node for Node-RED based on Z-Wave JS. If you want a fully featured Z-Wave framework in your Node-RED instance, you have found it.",
6
6
  "dependencies": {
@@ -348,7 +348,7 @@ module.exports = function (RED) {
348
348
  '[options] [features.softReset]',
349
349
  'Disabled'
350
350
  );
351
- DriverOptions.features.softReset = true;
351
+ DriverOptions.features.softReset = false;
352
352
  }
353
353
 
354
354
  DriverOptions.storage = {};