node-red-contrib-zwave-js 7.1.2 → 7.2.0-beta.4

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,23 @@
1
1
  # node-red-contrib-zwave-js Change Log
2
2
 
3
+ - 7.2.0
4
+
5
+ **New Features**
6
+ - Implemented a Firmware Update Service, that allows to install Firmware on devices that have known updates
7
+ - 2 new event types have been added : **ALIVE**, **DEAD** - these allow you to monitor if a device has been marked dead
8
+ or alive accordingly.
9
+
10
+ **Bug Fixes**
11
+ - Modal alerts are now rendering HTML content once again
12
+ - Missing `normalizedObject.label` for Thermostat devices
13
+
14
+ **Changes**
15
+ - Association Management has been updated, and changes are now applied in batch.
16
+ - For battery operated devices, certain UI actions now ask you to wake up said device before anything is comitted.
17
+ - Bump ZWave JS
18
+ - Bump Winston
19
+ - Bump ESlint
20
+
3
21
  - 7.1.2
4
22
 
5
23
  **Changes**
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "node-red-contrib-zwave-js",
3
- "version": "7.1.2",
3
+ "version": "7.2.0-beta.4",
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": {
7
7
  "limiter": "^2.1.0",
8
8
  "lodash": "^4.17.21",
9
9
  "serialport": "^10.4.0",
10
- "winston": "^3.7.2",
10
+ "winston": "^3.8.1",
11
11
  "winston-transport": "^4.5.0",
12
- "zwave-js": "^9.4.0"
12
+ "zwave-js": "^9.6.0"
13
13
  },
14
14
  "devDependencies": {
15
- "eslint": "^8.18.0",
15
+ "eslint": "^8.19.0",
16
16
  "prettier": "^2.7.1"
17
17
  },
18
18
  "scripts": {