@zwave-js/config 15.8.0 → 15.9.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.
@@ -0,0 +1,57 @@
1
+ {
2
+ "manufacturer": "First Alert",
3
+ "manufacturerId": "0x041b",
4
+ "label": "SMCO410",
5
+ "description": "Smoke & CO Alarm",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0001",
9
+ "productId": "0x0410",
10
+ "zwaveAllianceId": 5196
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "0.0",
15
+ "max": "255.255"
16
+ },
17
+ "associations": {
18
+ "1": {
19
+ "label": "Lifeline",
20
+ "maxNodes": 5,
21
+ "isLifeline": true
22
+ }
23
+ },
24
+ "paramInformation": [
25
+ {
26
+ "#": "1",
27
+ "label": "Supervision Report Timeout",
28
+ "valueSize": 2,
29
+ "unit": "ms",
30
+ "minValue": 500,
31
+ "maxValue": 5000,
32
+ "defaultValue": 1500
33
+ },
34
+ {
35
+ "#": "2",
36
+ "label": "Supervision Retry Count",
37
+ "valueSize": 2,
38
+ "minValue": 0,
39
+ "maxValue": 2,
40
+ "defaultValue": 1
41
+ },
42
+ {
43
+ "#": "3",
44
+ "label": "Supervision Wait Time",
45
+ "valueSize": 2,
46
+ "unit": "seconds",
47
+ "minValue": 1,
48
+ "maxValue": 60,
49
+ "defaultValue": 5
50
+ }
51
+ ],
52
+ "metadata": {
53
+ "inclusion": "Press and hold the button until the device chirps twice and the green LED flashes",
54
+ "exclusion": "Press and hold the button until the device chirps twice and the green LED flashes",
55
+ "reset": "Press and hold the button until the device chirps 3 times. This may take 20+ seconds."
56
+ }
57
+ }
@@ -2,7 +2,7 @@
2
2
  "manufacturer": "Nabu Casa",
3
3
  "manufacturerId": "0x0466",
4
4
  "label": "Home Assistant Connect ZWA-2",
5
- "description": "Z-Wave Antenna",
5
+ "description": "Z-Wave Adapter",
6
6
  "devices": [
7
7
  {
8
8
  "productType": "0x0001",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "15.8.0",
3
+ "version": "15.9.0",
4
4
  "description": "zwave-js: configuration files",
5
5
  "keywords": [],
6
6
  "publishConfig": {
@@ -77,8 +77,8 @@
77
77
  "test:dirty": "tsx ../maintenance/src/resolveDirtyTests.ts --run"
78
78
  },
79
79
  "dependencies": {
80
- "@zwave-js/core": "15.7.0",
81
- "@zwave-js/shared": "15.7.0",
80
+ "@zwave-js/core": "15.9.0",
81
+ "@zwave-js/shared": "15.9.0",
82
82
  "alcalzone-shared": "^5.0.0",
83
83
  "ansi-colors": "^4.1.3",
84
84
  "json-logic-js": "^2.0.5",
@@ -89,27 +89,27 @@
89
89
  },
90
90
  "devDependencies": {
91
91
  "@alcalzone/esm2cjs": "^1.4.1",
92
- "@microsoft/api-extractor": "^7.52.2",
92
+ "@microsoft/api-extractor": "^7.52.8",
93
93
  "@types/js-levenshtein": "^1.1.3",
94
94
  "@types/json-logic-js": "^2.0.8",
95
- "@types/node": "^20.17.57",
95
+ "@types/node": "^20.19.2",
96
96
  "@types/semver": "^7.7.0",
97
97
  "@types/sinon": "^17.0.4",
98
98
  "@types/xml2js": "^0.4.14",
99
99
  "@types/yargs": "^17.0.33",
100
- "@zwave-js/maintenance": "15.7.0",
100
+ "@zwave-js/maintenance": "15.9.0",
101
101
  "comment-json": "^4.2.5",
102
102
  "del-cli": "^6.0.0",
103
103
  "es-main": "^1.3.0",
104
104
  "js-levenshtein": "^1.1.6",
105
105
  "ky": "^1.8.1",
106
106
  "peggy": "^3.0.2",
107
- "sinon": "^20.0.0",
107
+ "sinon": "^21.0.0",
108
108
  "ts-pegjs": "patch:ts-pegjs@npm%3A4.2.1#~/.yarn/patches/ts-pegjs-npm-4.2.1-0f567a1059.patch",
109
- "tsx": "^4.19.4",
109
+ "tsx": "^4.20.3",
110
110
  "typescript": "5.8.3",
111
111
  "vitest": "^2.1.9",
112
112
  "xml2js": "^0.6.2",
113
- "yargs": "^17.7.2"
113
+ "yargs": "^18.0.0"
114
114
  }
115
115
  }