@zwave-js/config 12.2.3 → 12.3.1

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.
@@ -1679,7 +1679,7 @@
1679
1679
  ]
1680
1680
  },
1681
1681
  "association_group_2_command_type": {
1682
- "label": "Association Group 2: Command Type ",
1682
+ "label": "Association Group 2: Command Type",
1683
1683
  "valueSize": 1,
1684
1684
  "defaultValue": 2,
1685
1685
  "unsigned": true,
@@ -142,6 +142,7 @@
142
142
  "label": "External Relay and Operating State Update Interval",
143
143
  "description": "How often the devices sends Binary Switch State and Thermostat Mode in addition to change reports",
144
144
  "valueSize": 2,
145
+ "unit": "minutes",
145
146
  "minValue": 0,
146
147
  "maxValue": 240,
147
148
  "defaultValue": 0,
@@ -160,6 +161,7 @@
160
161
  },
161
162
  {
162
163
  "#": "15",
164
+ "$if": "firmwareVersion >= 1.2",
163
165
  "$import": "~/templates/master_template.json#base_enable_disable",
164
166
  "label": "Invert Output",
165
167
  "valueSize": 2
@@ -44,9 +44,8 @@
44
44
  "#": "2",
45
45
  "label": "Sensor Mode",
46
46
  "valueSize": 1,
47
- "minValue": 0,
48
- "maxValue": 5,
49
47
  "defaultValue": 1,
48
+ "allowManualEntry": false,
50
49
  "options": [
51
50
  {
52
51
  "label": "Floor",
@@ -79,9 +78,8 @@
79
78
  "label": "External Sensor Resistance",
80
79
  "valueSize": 1,
81
80
  "unit": "kΩ",
82
- "minValue": 0,
83
- "maxValue": 7,
84
81
  "defaultValue": 0,
82
+ "allowManualEntry": false,
85
83
  "options": [
86
84
  {
87
85
  "label": "10",
@@ -205,9 +203,8 @@
205
203
  "#": "13",
206
204
  "label": "Regulation Mode",
207
205
  "valueSize": 1,
208
- "minValue": 0,
209
- "maxValue": 1,
210
206
  "defaultValue": 0,
207
+ "allowManualEntry": false,
211
208
  "options": [
212
209
  {
213
210
  "label": "Hysteresis",
@@ -232,9 +229,8 @@
232
229
  "#": "15",
233
230
  "label": "Temperature Display",
234
231
  "valueSize": 1,
235
- "minValue": 0,
236
- "maxValue": 1,
237
232
  "defaultValue": 0,
233
+ "allowManualEntry": false,
238
234
  "options": [
239
235
  {
240
236
  "label": "Setpoint",
@@ -365,9 +361,8 @@
365
361
  "#": "27",
366
362
  "label": "Operating Mode",
367
363
  "valueSize": 1,
368
- "minValue": 0,
369
- "maxValue": 3,
370
364
  "defaultValue": 1,
365
+ "allowManualEntry": false,
371
366
  "options": [
372
367
  {
373
368
  "label": "Off",
@@ -391,9 +386,8 @@
391
386
  "#": "28",
392
387
  "label": "Open Window Detection",
393
388
  "valueSize": 1,
394
- "minValue": 0,
395
- "maxValue": 1,
396
389
  "defaultValue": 0,
390
+ "allowManualEntry": false,
397
391
  "options": [
398
392
  {
399
393
  "label": "Disabled",
@@ -11,7 +11,7 @@
11
11
  ],
12
12
  "firmwareVersion": {
13
13
  "min": "2.2.5",
14
- "max": "2.4"
14
+ "max": "2.4.6"
15
15
  },
16
16
  "paramInformation": [
17
17
  {
@@ -12,7 +12,7 @@
12
12
  ],
13
13
  "firmwareVersion": {
14
14
  "min": "2.4.5",
15
- "max": "2.4.7"
15
+ "max": "2.5.6"
16
16
  },
17
17
  "paramInformation": [
18
18
  {
@@ -12,7 +12,7 @@
12
12
  ],
13
13
  "firmwareVersion": {
14
14
  "min": "1.4",
15
- "max": "1.7"
15
+ "max": "1.8"
16
16
  },
17
17
  "paramInformation": [
18
18
  {
@@ -11,7 +11,7 @@
11
11
  ],
12
12
  "firmwareVersion": {
13
13
  "min": "1.2.5",
14
- "max": "1.2.7"
14
+ "max": "1.3.6"
15
15
  },
16
16
  "paramInformation": [
17
17
  {
@@ -0,0 +1,71 @@
1
+ {
2
+ "manufacturer": "Ring",
3
+ "manufacturerId": "0x0346",
4
+ "label": "5F56E9",
5
+ "description": "Panic Button (2nd Gen)",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0801",
9
+ "productId": "0x0401"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "1",
19
+ "label": "Heartbeat Interval",
20
+ "valueSize": 1,
21
+ "unit": "minutes",
22
+ "minValue": 1,
23
+ "maxValue": 70,
24
+ "defaultValue": 70
25
+ },
26
+ {
27
+ "#": "2",
28
+ "label": "Message Retry Attempt Limit",
29
+ "valueSize": 1,
30
+ "minValue": 0,
31
+ "maxValue": 5,
32
+ "defaultValue": 1
33
+ },
34
+ {
35
+ "#": "3",
36
+ "label": "Delay Between Retry Attempts",
37
+ "valueSize": 1,
38
+ "unit": "seconds",
39
+ "minValue": 1,
40
+ "maxValue": 60,
41
+ "defaultValue": 5
42
+ },
43
+ {
44
+ "#": "4",
45
+ "label": "Button Hold-Time",
46
+ "valueSize": 1,
47
+ "unit": "0.5 seconds",
48
+ "minValue": 1,
49
+ "maxValue": 20,
50
+ "defaultValue": 6
51
+ },
52
+ {
53
+ "#": "5",
54
+ "label": "Supervision Report Timeout",
55
+ "valueSize": 2,
56
+ "unit": "ms",
57
+ "minValue": 500,
58
+ "maxValue": 30000,
59
+ "defaultValue": 10000
60
+ },
61
+ {
62
+ "#": "6",
63
+ "label": "One Shot Timer",
64
+ "valueSize": 2,
65
+ "unit": "seconds",
66
+ "minValue": 500,
67
+ "maxValue": 30000,
68
+ "defaultValue": 10000
69
+ }
70
+ ]
71
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manufacturer": "Airzone",
3
3
  "manufacturerId": "0x044e",
4
- "label": "AZAI6WSPFU2",
4
+ "label": "AZAI6ZWEFU2",
5
5
  "description": "Aidoo Control HVAC Unit",
6
6
  "devices": [
7
7
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "12.2.3",
3
+ "version": "12.3.1",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -47,15 +47,15 @@
47
47
  "build": "tsc -b tsconfig.build.json --pretty",
48
48
  "clean": "del-cli build/ \"*.tsbuildinfo\"",
49
49
  "extract-api": "yarn api-extractor run",
50
- "lint:zwave": "yarn ts maintenance/lintConfigFiles.ts",
50
+ "lint:zwave": "yarn ts maintenance/lintConfigFiles.ts && eslint --cache --cache-location .eslintcache/config --ext .json \"config/devices/**/*.json\"",
51
51
  "ts": "node -r esbuild-register",
52
- "lint:ts": "eslint --cache --ext .ts \"src/**/*.ts\"",
52
+ "lint:ts": "eslint --cache --cache-location .eslintcache/ts --ext .ts \"src/**/*.ts\"",
53
53
  "lint:ts:fix": "yarn run lint:ts --fix",
54
54
  "test:ts": "ava",
55
55
  "test:dirty": "node -r ../../maintenance/esbuild-register.js ../maintenance/src/resolveDirtyTests.ts --run"
56
56
  },
57
57
  "dependencies": {
58
- "@zwave-js/core": "12.2.3",
58
+ "@zwave-js/core": "12.3.0",
59
59
  "@zwave-js/shared": "12.2.3",
60
60
  "alcalzone-shared": "^4.0.8",
61
61
  "ansi-colors": "^4.1.3",
@@ -76,7 +76,7 @@
76
76
  "@types/sinon": "^10.0.16",
77
77
  "@types/xml2js": "^0.4.12",
78
78
  "@types/yargs": "^17.0.24",
79
- "@zwave-js/maintenance": "12.2.3",
79
+ "@zwave-js/maintenance": "12.3.0",
80
80
  "ava": "^5.3.1",
81
81
  "comment-json": "^4.2.3",
82
82
  "del-cli": "^5.1.0",