@zwave-js/config 12.1.0 → 12.2.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.
|
@@ -567,7 +567,9 @@
|
|
|
567
567
|
],
|
|
568
568
|
"compat": {
|
|
569
569
|
// In the default configuration this device sends Basic CC Sets instead of Binary Sensor Reports
|
|
570
|
-
"enableBasicSetMapping": true
|
|
570
|
+
"enableBasicSetMapping": true,
|
|
571
|
+
// Querying some values can take a bit longer if certain reports are disabled
|
|
572
|
+
"reportTimeout": 2000
|
|
571
573
|
},
|
|
572
574
|
"metadata": {
|
|
573
575
|
"inclusion": "Turn the primary controller of Z-Wave network into inclusion mode, short press the product’s Z-Wave button that you can find in the back of the product",
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Shenzhen Neo Electronics Co., Ltd",
|
|
3
|
+
"manufacturerId": "0x0258",
|
|
4
|
+
"label": "NAS-RP01Z1",
|
|
5
|
+
"description": "Neo Coolcam Repeater",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0010",
|
|
9
|
+
"productId": "0x0716"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"associations": {
|
|
17
|
+
"1": {
|
|
18
|
+
"label": "Lifeline",
|
|
19
|
+
"maxNodes": 5
|
|
20
|
+
},
|
|
21
|
+
"2": {
|
|
22
|
+
"label": "Low Temperature Basic Set",
|
|
23
|
+
"maxNodes": 5
|
|
24
|
+
},
|
|
25
|
+
"3": {
|
|
26
|
+
"label": "High Temperature Basic Set",
|
|
27
|
+
"maxNodes": 5
|
|
28
|
+
},
|
|
29
|
+
"4": {
|
|
30
|
+
"label": "Low Humidity Basic Set",
|
|
31
|
+
"maxNodes": 5
|
|
32
|
+
},
|
|
33
|
+
"5": {
|
|
34
|
+
"label": "High Humidity Basic Set",
|
|
35
|
+
"maxNodes": 5
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"paramInformation": [
|
|
39
|
+
{
|
|
40
|
+
"#": "1",
|
|
41
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
42
|
+
"label": "Red LED Blink When Measuring",
|
|
43
|
+
"defaultValue": 1
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"#": "2",
|
|
47
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
48
|
+
"label": "Yellow LED Blink During OTA",
|
|
49
|
+
"defaultValue": 1
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"#": "3",
|
|
53
|
+
"label": "Temperature Offset Value",
|
|
54
|
+
"valueSize": 1,
|
|
55
|
+
"unit": "0.1 °C/°F",
|
|
56
|
+
"minValue": -120,
|
|
57
|
+
"maxValue": 120,
|
|
58
|
+
"defaultValue": 0,
|
|
59
|
+
"unsigned": false
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"#": "4",
|
|
63
|
+
"label": "Humidity Offset Value",
|
|
64
|
+
"valueSize": 1,
|
|
65
|
+
"unit": "0.1 %rH",
|
|
66
|
+
"minValue": -120,
|
|
67
|
+
"maxValue": 120,
|
|
68
|
+
"defaultValue": 0,
|
|
69
|
+
"unsigned": false
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"#": "5",
|
|
73
|
+
"$import": "templates/shenzhen_neo_template.json#temperature_report_threshold",
|
|
74
|
+
"unit": "0.1 °C/°F",
|
|
75
|
+
"maxValue": 100,
|
|
76
|
+
"defaultValue": 10
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"#": "6",
|
|
80
|
+
"label": "Humidity D-Value (Report Threshold) Setting",
|
|
81
|
+
"valueSize": 1,
|
|
82
|
+
"unit": "0.1 %rH",
|
|
83
|
+
"minValue": 0,
|
|
84
|
+
"maxValue": 100,
|
|
85
|
+
"defaultValue": 20
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"#": "7",
|
|
89
|
+
"label": "Low Temperature Alarm Value",
|
|
90
|
+
"valueSize": 2,
|
|
91
|
+
"unit": "0.1 °C/°F",
|
|
92
|
+
"minValue": -200,
|
|
93
|
+
"maxValue": 600,
|
|
94
|
+
"defaultValue": 180,
|
|
95
|
+
"unsigned": false
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"#": "8",
|
|
99
|
+
"label": "High Temperature Alarm Value",
|
|
100
|
+
"valueSize": 2,
|
|
101
|
+
"unit": "0.1 °C/°F",
|
|
102
|
+
"minValue": -200,
|
|
103
|
+
"maxValue": 600,
|
|
104
|
+
"defaultValue": 300,
|
|
105
|
+
"unsigned": false
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"#": "9",
|
|
109
|
+
"label": "Low Humidity Alarm Value",
|
|
110
|
+
"valueSize": 2,
|
|
111
|
+
"unit": "0.1 %rH",
|
|
112
|
+
"minValue": 200,
|
|
113
|
+
"maxValue": 850,
|
|
114
|
+
"defaultValue": 400
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"#": "10",
|
|
118
|
+
"label": "High Humidity Alarm Value",
|
|
119
|
+
"valueSize": 2,
|
|
120
|
+
"unit": "0.1 %rH",
|
|
121
|
+
"minValue": 200,
|
|
122
|
+
"maxValue": 850,
|
|
123
|
+
"defaultValue": 400
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"#": "11",
|
|
127
|
+
"label": "Sensor Measuring Interval",
|
|
128
|
+
"valueSize": 2,
|
|
129
|
+
"unit": "seconds",
|
|
130
|
+
"minValue": 0,
|
|
131
|
+
"maxValue": 30000,
|
|
132
|
+
"defaultValue": 10
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"#": "12",
|
|
136
|
+
"label": "Heartbeat Time",
|
|
137
|
+
"valueSize": 2,
|
|
138
|
+
"unit": "seconds",
|
|
139
|
+
"minValue": 0,
|
|
140
|
+
"maxValue": 30000,
|
|
141
|
+
"defaultValue": 3600
|
|
142
|
+
}
|
|
143
|
+
]
|
|
144
|
+
}
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Shenzhen Neo Electronics Co., Ltd",
|
|
3
|
+
"manufacturerId": "0x0258",
|
|
4
|
+
"label": "NAS-WR02ZU",
|
|
5
|
+
"description": "Neo Coolcam Repeater",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0010",
|
|
9
|
+
"productId": "0x0722"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"associations": {
|
|
17
|
+
"1": {
|
|
18
|
+
"label": "Lifeline",
|
|
19
|
+
"maxNodes": 5
|
|
20
|
+
},
|
|
21
|
+
"2": {
|
|
22
|
+
"label": "Low Temperature Basic Set",
|
|
23
|
+
"maxNodes": 5
|
|
24
|
+
},
|
|
25
|
+
"3": {
|
|
26
|
+
"label": "High Temperature Basic Set",
|
|
27
|
+
"maxNodes": 5
|
|
28
|
+
},
|
|
29
|
+
"4": {
|
|
30
|
+
"label": "Low Humidity Basic Set",
|
|
31
|
+
"maxNodes": 5
|
|
32
|
+
},
|
|
33
|
+
"5": {
|
|
34
|
+
"label": "High Humidity Basic Set",
|
|
35
|
+
"maxNodes": 5
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"paramInformation": [
|
|
39
|
+
{
|
|
40
|
+
"#": "1",
|
|
41
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
42
|
+
"label": "Red LED Blink When Measuring",
|
|
43
|
+
"defaultValue": 1
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"#": "2",
|
|
47
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
48
|
+
"label": "Yellow LED Blink During OTA",
|
|
49
|
+
"defaultValue": 1
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"#": "3",
|
|
53
|
+
"label": "Temperature Offset Value",
|
|
54
|
+
"valueSize": 1,
|
|
55
|
+
"unit": "0.1 °C/°F",
|
|
56
|
+
"minValue": -120,
|
|
57
|
+
"maxValue": 120,
|
|
58
|
+
"defaultValue": 0,
|
|
59
|
+
"unsigned": false
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"#": "4",
|
|
63
|
+
"label": "Humidity Offset Value",
|
|
64
|
+
"valueSize": 1,
|
|
65
|
+
"unit": "0.1 %rH",
|
|
66
|
+
"minValue": -120,
|
|
67
|
+
"maxValue": 120,
|
|
68
|
+
"defaultValue": 0,
|
|
69
|
+
"unsigned": false
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"#": "5",
|
|
73
|
+
"$import": "templates/shenzhen_neo_template.json#temperature_report_threshold",
|
|
74
|
+
"unit": "0.1 °C/°F",
|
|
75
|
+
"maxValue": 100,
|
|
76
|
+
"defaultValue": 10
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"#": "6",
|
|
80
|
+
"label": "Humidity D-Value (Report Threshold) Setting",
|
|
81
|
+
"valueSize": 1,
|
|
82
|
+
"unit": "0.1 %rH",
|
|
83
|
+
"minValue": 0,
|
|
84
|
+
"maxValue": 100,
|
|
85
|
+
"defaultValue": 20
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"#": "7",
|
|
89
|
+
"label": "Low Temperature Alarm Value",
|
|
90
|
+
"valueSize": 2,
|
|
91
|
+
"unit": "0.1 °C/°F",
|
|
92
|
+
"minValue": -200,
|
|
93
|
+
"maxValue": 600,
|
|
94
|
+
"defaultValue": 180,
|
|
95
|
+
"unsigned": false
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"#": "8",
|
|
99
|
+
"label": "High Temperature Alarm Value",
|
|
100
|
+
"valueSize": 2,
|
|
101
|
+
"unit": "0.1 °C/°F",
|
|
102
|
+
"minValue": -200,
|
|
103
|
+
"maxValue": 600,
|
|
104
|
+
"defaultValue": 300,
|
|
105
|
+
"unsigned": false
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"#": "9",
|
|
109
|
+
"label": "Low Humidity Alarm Value",
|
|
110
|
+
"valueSize": 2,
|
|
111
|
+
"unit": "0.1 %rH",
|
|
112
|
+
"minValue": 200,
|
|
113
|
+
"maxValue": 850,
|
|
114
|
+
"defaultValue": 400
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"#": "10",
|
|
118
|
+
"label": "High Humidity Alarm Value",
|
|
119
|
+
"valueSize": 2,
|
|
120
|
+
"unit": "0.1 %rH",
|
|
121
|
+
"minValue": 200,
|
|
122
|
+
"maxValue": 850,
|
|
123
|
+
"defaultValue": 400
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"#": "11",
|
|
127
|
+
"label": "Sensor Measuring Interval",
|
|
128
|
+
"valueSize": 2,
|
|
129
|
+
"unit": "seconds",
|
|
130
|
+
"minValue": 0,
|
|
131
|
+
"maxValue": 30000,
|
|
132
|
+
"defaultValue": 10
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"#": "12",
|
|
136
|
+
"label": "Heartbeat Time",
|
|
137
|
+
"valueSize": 2,
|
|
138
|
+
"unit": "seconds",
|
|
139
|
+
"minValue": 0,
|
|
140
|
+
"maxValue": 30000,
|
|
141
|
+
"defaultValue": 3600
|
|
142
|
+
}
|
|
143
|
+
]
|
|
144
|
+
}
|
|
@@ -289,6 +289,27 @@
|
|
|
289
289
|
"label": "Increase Output Power (Non-Neutral)",
|
|
290
290
|
"description": "Increase output power when in non-neutral mode. (May cause problems with high level flicker or aux switch detection. Adjust maximum level if you are having problems.)"
|
|
291
291
|
},
|
|
292
|
+
{
|
|
293
|
+
"#": "26",
|
|
294
|
+
"$if": "firmwareVersion >= 1.1",
|
|
295
|
+
"label": "Dimming Mode",
|
|
296
|
+
"valueSize": 1,
|
|
297
|
+
// This parameter is actually writable, but Inovelli asked to have it readonly
|
|
298
|
+
// to prevent accidental changes that can damage the device:
|
|
299
|
+
// https://github.com/zwave-js/node-zwave-js/issues/6273#issuecomment-1714585107
|
|
300
|
+
"readOnly": true,
|
|
301
|
+
"allowManualEntry": false,
|
|
302
|
+
"options": [
|
|
303
|
+
{
|
|
304
|
+
"label": "Leading edge",
|
|
305
|
+
"value": 0
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"label": "Trailing edge",
|
|
309
|
+
"value": 1
|
|
310
|
+
}
|
|
311
|
+
]
|
|
312
|
+
},
|
|
292
313
|
{
|
|
293
314
|
"#": "50",
|
|
294
315
|
"label": "Button Delay Time",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.2.0",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -55,7 +55,7 @@
|
|
|
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.0
|
|
58
|
+
"@zwave-js/core": "12.2.0",
|
|
59
59
|
"@zwave-js/shared": "12.0.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.0
|
|
79
|
+
"@zwave-js/maintenance": "12.2.0",
|
|
80
80
|
"ava": "^5.3.1",
|
|
81
81
|
"comment-json": "^4.2.3",
|
|
82
82
|
"del-cli": "^5.1.0",
|