@zwave-js/config 12.2.2 → 12.3.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.
- package/config/devices/0x0085/zws12.json +1 -1
- package/config/devices/0x0086/templates/aeotec_template.json +1 -1
- package/config/devices/0x0118/tz69.json +1 -1
- package/config/devices/0x0118/tz75.json +1 -1
- package/config/devices/0x0118/tz79.json +1 -1
- package/config/devices/0x013c/pan16.json +1 -1
- package/config/devices/0x013c/philio_pan07-1a.json +1 -1
- package/config/devices/0x0175/pan11.json +1 -1
- package/config/devices/0x018c/pm-b400zw-n.json +71 -0
- package/config/devices/0x019b/z-trm6.json +6 -12
- package/config/devices/0x0330/ves-zw-hld-016.json +1 -1
- package/config/devices/0x0330/ves-zw-mot-018.json +1 -1
- package/config/devices/0x0330/ves-zw-swi-002.json +1 -1
- package/config/devices/0x0330/ves-zw-swi-014.json +1 -1
- package/config/devices/0x0346/panic_button_gen2.json +71 -0
- package/package.json +6 -6
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Dawon DNS",
|
|
3
|
+
"manufacturerId": "0x018c",
|
|
4
|
+
"label": "PM-B400ZW-N",
|
|
5
|
+
"description": "Smart Plug with Power Meter",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0042",
|
|
9
|
+
"productId": "0x0006",
|
|
10
|
+
"zwaveAllianceId": 1870
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"productType": "0x0042",
|
|
14
|
+
"productId": "0x0005"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"firmwareVersion": {
|
|
18
|
+
"min": "0.0",
|
|
19
|
+
"max": "255.255"
|
|
20
|
+
},
|
|
21
|
+
"paramInformation": [
|
|
22
|
+
{
|
|
23
|
+
"#": "1[0xff]",
|
|
24
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
25
|
+
"label": "Standby Power Cutoff",
|
|
26
|
+
"valueSize": 4
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"#": "1[0xffffff00]",
|
|
30
|
+
"label": "Standby Power Cutoff Threshold",
|
|
31
|
+
"valueSize": 4,
|
|
32
|
+
"unit": "0.01 W",
|
|
33
|
+
"minValue": 0,
|
|
34
|
+
"maxValue": 60000,
|
|
35
|
+
"defaultValue": 0
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"#": "2",
|
|
39
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
40
|
+
"label": "Energy (kWh) Reporting",
|
|
41
|
+
"defaultValue": 1
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"#": "3",
|
|
45
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
46
|
+
"label": "Accumulation of kWh Values",
|
|
47
|
+
"defaultValue": 1
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"#": "4",
|
|
51
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
52
|
+
"label": "Connected Device in Use"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"#": "5",
|
|
56
|
+
"label": "Energy (kWh) Report Interval",
|
|
57
|
+
"valueSize": 1,
|
|
58
|
+
"unit": "10 minutes",
|
|
59
|
+
"minValue": 0,
|
|
60
|
+
"maxValue": 144,
|
|
61
|
+
"defaultValue": 6,
|
|
62
|
+
"unsigned": true
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"metadata": {
|
|
66
|
+
"inclusion": "After mounting the UZB controller to your PC and running the PC Controller program, click the Add button in the PC Controller program. Press the button on the Smart Plug for more than five seconds after you plug the Smart Plug into a power outlet and it will include to the network controller, while flashing the red button on the LED Smart Plug",
|
|
67
|
+
"exclusion": "After mounting the UZB controller to your PC and run the PC Controller program you can click the Remove button in the PC Controller program. Press the button on the Smart Plug for more than five seconds after you plug the Smart Plug into a power outlet will Exclusion in the network controller, while the flashing red button LED Smart Plug",
|
|
68
|
+
"reset": "Press the button on the Smart Plug for more than 10 seconds after you plug the Smart Plug into a power outlet will make a Exclusion in the network controller, while the flashing red button LED Smart Plug. And all the variables are initialized.\n\n※ Please use this procedure only in the event that the network primary \n controller is missing or otherwise inoperable",
|
|
69
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/1870/PB-B400ZWN_Manual.pdf"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
@@ -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",
|
|
@@ -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
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.3.0",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -47,16 +47,16 @@
|
|
|
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.
|
|
59
|
-
"@zwave-js/shared": "12.2.
|
|
58
|
+
"@zwave-js/core": "12.3.0",
|
|
59
|
+
"@zwave-js/shared": "12.2.3",
|
|
60
60
|
"alcalzone-shared": "^4.0.8",
|
|
61
61
|
"ansi-colors": "^4.1.3",
|
|
62
62
|
"fs-extra": "^11.1.1",
|
|
@@ -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.
|
|
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",
|