@zwave-js/config 15.3.2 → 15.5.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.
Files changed (34) hide show
  1. package/build/cjs/_version.d.ts +1 -1
  2. package/build/cjs/_version.js +1 -1
  3. package/build/cjs/_version.js.map +1 -1
  4. package/build/esm/_version.d.ts +1 -1
  5. package/build/esm/_version.js +1 -1
  6. package/config/devices/0x0001/zdp100.json +9 -1
  7. package/config/devices/0x0005/pe653.json +96 -7
  8. package/config/devices/0x0063/58446_zwa4013.json +98 -0
  9. package/config/devices/0x0063/templates/jasco_template.json +5 -0
  10. package/config/devices/0x0086/templates/aeotec_template.json +1232 -98
  11. package/config/devices/0x0129/ydm3109a.json +94 -0
  12. package/config/devices/0x015f/mh-s314-7102.json +697 -0
  13. package/config/devices/0x015f/mh4936.json +141 -0
  14. package/config/devices/0x015f/mh5-2a.json +19 -268
  15. package/config/devices/0x015f/mh5-2d.json +106 -0
  16. package/config/devices/0x015f/mh5-4a.json +98 -0
  17. package/config/devices/0x015f/mh7h.json +1 -1
  18. package/config/devices/0x015f/templates/mcohome_template.json +268 -14
  19. package/config/devices/0x0208/hkzw-dws01.json +10 -3
  20. package/config/devices/0x0208/hkzw-so08.json +10 -3
  21. package/config/devices/0x0208/hkzw_fld01.json +10 -3
  22. package/config/devices/0x0208/hkzw_ms02.json +10 -3
  23. package/config/devices/0x0267/10002020-13x.json +279 -0
  24. package/config/devices/0x0267/10002021-13x.json +179 -0
  25. package/config/devices/0x0267/10002034-13x.json +2 -1
  26. package/config/devices/0x0267/10002041-130.json +92 -62
  27. package/config/devices/0x0267/10002080-13x.json +68 -84
  28. package/config/devices/0x0267/10003041-13x.json +252 -0
  29. package/config/devices/0x031e/vzw31-sn.json +151 -3
  30. package/config/devices/0x0371/zwa046_1phase_eu.json +508 -0
  31. package/config/devices/0x0371/zwa046_2phase_us.json +722 -0
  32. package/config/devices/0x0371/zwa046_3phase_eu.json +940 -0
  33. package/config/devices/0x045a/WM25C.json +196 -0
  34. package/package.json +8 -8
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "manufacturer": "SimonTech S.L.U",
3
3
  "manufacturerId": "0x0267",
4
- "label": "10002041-130",
5
- "description": "iO Cover for the Simon 100 Schuko Plug Socket",
4
+ "label": "10002041-13X",
5
+ "description": "Cover for IO Socket",
6
6
  "devices": [
7
7
  {
8
8
  "productType": "0x0009",
9
- "productId": "0x0000"
9
+ "productId": "0x0000",
10
+ "zwaveAllianceId": 2674
10
11
  }
11
12
  ],
12
13
  "firmwareVersion": {
@@ -16,53 +17,35 @@
16
17
  "paramInformation": [
17
18
  {
18
19
  "#": "1",
19
- "label": "Association LED",
20
- "description": "Turns ON/OFF the Association LED",
21
- "valueSize": 1,
22
- "unit": "HEXADECIMAL",
23
- "defaultValue": 0,
24
- "unsigned": true,
25
- "writeOnly": true,
26
- "allowManualEntry": false,
27
- "options": [
28
- {
29
- "label": "Default",
30
- "value": 0
31
- },
32
- {
33
- "label": "Center LED on",
34
- "value": 255
35
- }
36
- ]
20
+ "$import": "~/templates/master_template.json#base_enable_disable_255",
21
+ "label": "Association LED"
37
22
  },
38
23
  {
39
24
  "#": "2",
40
- "label": "Custom Consumption Limit",
25
+ "label": "Overload Protection",
41
26
  "valueSize": 2,
42
- "unit": "HEXADECIMAL",
27
+ "unit": "W",
28
+ "minValue": 0,
29
+ "maxValue": 65535,
43
30
  "defaultValue": 0,
44
- "allowManualEntry": false,
31
+ "unsigned": true,
45
32
  "options": [
46
33
  {
47
- "label": "Default",
34
+ "label": "Disable",
48
35
  "value": 0
49
- },
50
- {
51
- "label": "Power in watts",
52
- "value": 255
53
36
  }
54
37
  ]
55
38
  },
56
39
  {
57
40
  "#": "3",
58
- "label": "Beacon LEDs",
41
+ "label": "Beacon LED Level",
59
42
  "valueSize": 1,
60
43
  "minValue": 0,
61
44
  "maxValue": 99,
62
45
  "defaultValue": 0,
63
46
  "options": [
64
47
  {
65
- "label": "Disables the beacon function",
48
+ "label": "Disable",
66
49
  "value": 0
67
50
  }
68
51
  ]
@@ -70,43 +53,63 @@
70
53
  {
71
54
  "#": "10",
72
55
  "label": "Delay ON",
56
+ "description": "Values 1-127 = seconds; 128-254 = minutes (minus 127)",
73
57
  "valueSize": 1,
58
+ "unit": "minutes",
74
59
  "minValue": 0,
75
60
  "maxValue": 254,
76
61
  "defaultValue": 0,
77
- "unsigned": true
62
+ "unsigned": true,
63
+ "options": [
64
+ {
65
+ "label": "Disable",
66
+ "value": 0
67
+ }
68
+ ]
78
69
  },
79
70
  {
80
71
  "#": "11",
81
- "label": "Activation TIME",
72
+ "label": "Auto-Off Timer",
73
+ "description": "Values 1-127 = seconds; 128-254 = minutes (minus 127)",
82
74
  "valueSize": 1,
83
75
  "minValue": 0,
84
76
  "maxValue": 254,
85
77
  "defaultValue": 0,
86
- "unsigned": true
78
+ "unsigned": true,
79
+ "options": [
80
+ {
81
+ "label": "Disable",
82
+ "value": 0
83
+ }
84
+ ]
87
85
  },
88
86
  {
89
- "#": "13",
90
- "label": "Lock Input",
87
+ "#": "12",
88
+ "label": "LED Indicator",
91
89
  "valueSize": 1,
92
- "defaultValue": 0,
90
+ "defaultValue": 255,
93
91
  "unsigned": true,
94
92
  "allowManualEntry": false,
95
93
  "options": [
96
94
  {
97
- "label": "Default",
95
+ "label": "Indicate status for 5 seconds after switching, off otherwise",
98
96
  "value": 0
99
97
  },
100
98
  {
101
- "label": "Disables pushbutton",
99
+ "label": "Follow load status",
102
100
  "value": 255
103
101
  }
104
102
  ]
105
103
  },
104
+ {
105
+ "#": "13",
106
+ "$import": "~/templates/master_template.json#base_enable_disable_255_inverted",
107
+ "label": "Local Control",
108
+ "defaultValue": 0
109
+ },
106
110
  {
107
111
  "#": "15",
108
- "label": "Reset",
109
- "description": "Reset default",
112
+ "label": "Reset Default",
110
113
  "valueSize": 2,
111
114
  "defaultValue": 0,
112
115
  "unsigned": true,
@@ -114,46 +117,52 @@
114
117
  "allowManualEntry": false,
115
118
  "options": [
116
119
  {
117
- "label": "All parameters except long pulse lock",
118
- "value": 0
120
+ "label": "Restore configuration values to default",
121
+ "value": 17170
119
122
  },
120
123
  {
121
- "label": "Restored to default",
124
+ "label": "Factory reset",
122
125
  "value": 39015
123
126
  }
124
127
  ]
125
128
  },
126
129
  {
127
130
  "#": "16",
128
- "label": "Delay OFF",
131
+ "label": "Delay Off",
132
+ "description": "Values 1-127 = seconds; 128-254 = minutes (minus 127)",
129
133
  "valueSize": 1,
130
134
  "minValue": 0,
131
135
  "maxValue": 254,
132
136
  "defaultValue": 0,
133
- "unsigned": true
137
+ "unsigned": true,
138
+ "options": [
139
+ {
140
+ "label": "Disable",
141
+ "value": 0
142
+ }
143
+ ]
134
144
  },
135
145
  {
136
146
  "#": "17",
137
- "label": "Post Reset State",
138
- "description": "Load state after reset",
147
+ "label": "State After Power Failure",
139
148
  "valueSize": 1,
140
149
  "defaultValue": 255,
141
150
  "unsigned": true,
142
151
  "allowManualEntry": false,
143
152
  "options": [
144
153
  {
145
- "label": "Off after reset",
154
+ "label": "Always off",
146
155
  "value": 0
147
156
  },
148
157
  {
149
- "label": "Activated after reset",
158
+ "label": "Always on",
150
159
  "value": 255
151
160
  }
152
161
  ]
153
162
  },
154
163
  {
155
164
  "#": "19",
156
- "label": "Action When Pressing",
165
+ "label": "Short Press Action",
157
166
  "valueSize": 1,
158
167
  "defaultValue": 0,
159
168
  "allowManualEntry": false,
@@ -175,23 +184,38 @@
175
184
  {
176
185
  "#": "20",
177
186
  "label": "Identify",
178
- "description": "The center LED flashes",
187
+ "description": "Central LED flashes",
179
188
  "valueSize": 1,
180
- "minValue": 255,
181
- "maxValue": 255,
182
- "defaultValue": 255,
189
+ "defaultValue": 0,
183
190
  "unsigned": true,
184
- "writeOnly": true
191
+ "writeOnly": true,
192
+ "allowManualEntry": false,
193
+ "options": [
194
+ {
195
+ "label": "Identify",
196
+ "value": 255
197
+ }
198
+ ]
185
199
  },
186
200
  {
187
201
  "#": "21",
188
- "label": "Charge Status",
189
- "description": "Charge status (read-only)",
202
+ "label": "Device State",
203
+ "description": "Read only configuration used to report the device state and last value this value is represented in hexadecimal. byte 0 informs about load state (0 load is off and 1 load is on) byte 1 informs about load value (0x00 or 0xff)",
190
204
  "valueSize": 2,
191
205
  "minValue": 0,
192
- "maxValue": 0,
193
- "defaultValue": 0,
194
- "readOnly": true
206
+ "maxValue": 511,
207
+ "defaultValue": 2,
208
+ "readOnly": true,
209
+ "options": [
210
+ {
211
+ "label": "Load is off",
212
+ "value": 0
213
+ },
214
+ {
215
+ "label": "Load is on",
216
+ "value": 511
217
+ }
218
+ ]
195
219
  },
196
220
  {
197
221
  "#": "27",
@@ -212,5 +236,11 @@
212
236
  }
213
237
  ]
214
238
  }
215
- ]
239
+ ],
240
+ "metadata": {
241
+ "inclusion": "When the pushbutton is released after a press of (2sec<T<30sec) the device will send a NIF to include from Z-Wave network or perform an association with other Z-Wave device.\nCentral LED will Blink with 0,3 sec period to inform that NIF can be send after release of pushbutton.\n\nThis process does not perform a default reset of configurations.\n\nCentral LED will Blink with 0,3 sec period to inform that NIF can be send after release of pushbutton",
242
+ "exclusion": "When the pushbutton is released after a press of (2sec<T<30sec) the device will send a NIF to exclude from Z-Wave network or perform an association with other Z-Wave device.\nMain LED will Blink with 0,3 sec period to inform that NIF can be send after release of pushbutton.\n\nThis process does not perform a default reset of configurations.\n\nMain LED will Blink with 0,3 sec period to inform that NIF can be send after release of pushbutton.",
243
+ "reset": "When the pushbutton is released after a press of (30sec<T) the device will perform a factory default values operation, excluding it from network and reset the configuration parameters.\n\nMain LED will perform 1 Blink with 5 sec.\n\nPlease use this procedure only when the network primary controller is missing or otherwise inoperable.",
244
+ "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/2674/S100%20iO%20Socket_990922_990921.pdf"
245
+ }
216
246
  }
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "manufacturer": "SimonTech S.L.U",
3
3
  "manufacturerId": "0x0267",
4
- "label": "10002080-13x",
5
- "description": "Simon IO: Roller Blind",
4
+ "label": "10002080-13X",
5
+ "description": "Roller Blind",
6
6
  "devices": [
7
7
  {
8
8
  "productType": "0x0004",
9
- "productId": "0x0000"
9
+ "productId": "0x0000",
10
+ "zwaveAllianceId": 2669
10
11
  },
11
12
  {
12
13
  "productType": "0x0004",
@@ -48,105 +49,54 @@
48
49
  "paramInformation": [
49
50
  {
50
51
  "#": "1",
51
- "label": "Association LED",
52
- "description": "Activates the Central LED.",
53
- "valueSize": 1,
54
- "defaultValue": 0,
55
- "unsigned": true,
56
- "allowManualEntry": false,
57
- "options": [
58
- {
59
- "label": "Turns the LED off",
60
- "value": 0
61
- },
62
- {
63
- "label": "Turns the LED on",
64
- "value": 255
65
- }
66
- ]
52
+ "$import": "~/templates/master_template.json#base_enable_disable_255",
53
+ "label": "Association LED"
67
54
  },
68
55
  {
69
56
  "#": "4",
70
57
  "label": "Up Time",
71
58
  "valueSize": 1,
72
- "defaultValue": 60,
73
- "readOnly": true,
74
- "allowManualEntry": false,
75
- "options": [
76
- {
77
- "label": "Sets the up time in seconds",
78
- "value": 1
79
- },
80
- {
81
- "label": "Default",
82
- "value": 60
83
- }
84
- ]
59
+ "unit": "seconds",
60
+ "minValue": 0,
61
+ "maxValue": 120,
62
+ "defaultValue": 60
85
63
  },
86
64
  {
87
65
  "#": "5",
88
66
  "label": "Down Time",
89
67
  "valueSize": 1,
90
- "defaultValue": 60,
91
- "allowManualEntry": false,
92
- "options": [
93
- {
94
- "label": "Sets the down time in seconds",
95
- "value": 1
96
- },
97
- {
98
- "label": "Default",
99
- "value": 60
100
- }
101
- ]
68
+ "unit": "seconds",
69
+ "minValue": 0,
70
+ "maxValue": 120,
71
+ "defaultValue": 60
102
72
  },
103
73
  {
104
74
  "#": "9",
105
- "label": "Calibration",
75
+ "label": "Calibrate",
106
76
  "valueSize": 1,
107
- "minValue": 255,
77
+ "minValue": 0,
108
78
  "maxValue": 255,
109
- "defaultValue": 255,
110
- "unsigned": true,
111
- "writeOnly": true
112
- },
113
- {
114
- "#": "12",
115
- "label": "Behavior of LED in Repose",
116
- "description": "Configuration of Main LED as identification at 20%.",
117
- "valueSize": 1,
118
79
  "defaultValue": 0,
119
80
  "unsigned": true,
120
- "allowManualEntry": false,
81
+ "writeOnly": true,
121
82
  "options": [
122
83
  {
123
- "label": "LED off",
124
- "value": 0
125
- },
126
- {
127
- "label": "LED on at 20% of maximum level",
84
+ "label": "Perform calibration",
128
85
  "value": 255
129
86
  }
130
87
  ]
131
88
  },
89
+ {
90
+ "#": "12",
91
+ "$import": "~/templates/master_template.json#base_enable_disable_255",
92
+ "label": "Night Light",
93
+ "description": "Sets LED to 20% brightness"
94
+ },
132
95
  {
133
96
  "#": "13",
134
- "label": "Lock Input",
135
- "description": "Unlock/lock the direct control of load.",
136
- "valueSize": 1,
137
- "defaultValue": 0,
138
- "unsigned": true,
139
- "allowManualEntry": false,
140
- "options": [
141
- {
142
- "label": "Unlock the direct control of load",
143
- "value": 0
144
- },
145
- {
146
- "label": "Lock the direct control of load",
147
- "value": 255
148
- }
149
- ]
97
+ "$import": "~/templates/master_template.json#base_enable_disable_255_inverted",
98
+ "label": "Local Control",
99
+ "defaultValue": 0
150
100
  },
151
101
  {
152
102
  "#": "21[0xff00]",
@@ -154,7 +104,6 @@
154
104
  "valueSize": 2,
155
105
  "defaultValue": 0,
156
106
  "readOnly": true,
157
- "allowManualEntry": false,
158
107
  "options": [
159
108
  {
160
109
  "label": "Stopped",
@@ -200,21 +149,56 @@
200
149
  },
201
150
  {
202
151
  "#": "27",
203
- "label": "Lock Long Press",
152
+ "label": "Lock Hold Press",
153
+ "description": "Locks the major part of hold press effects in order to avoid undesired callibrations, Z-Wave changes or restores default. 0xff hold press from 2sec to 20 sec does not performs a node info hold press of 10 to 15 does not performs a automatic callibration hold press of 15 to 30 does not changes the sunblind or awing reports hold press of 30sec restores configuration except lock hold press, and sends a node info in order to add or remove from Z-Wave network",
204
154
  "valueSize": 1,
155
+ "minValue": 0,
156
+ "maxValue": 255,
205
157
  "defaultValue": 0,
206
158
  "unsigned": true,
207
- "allowManualEntry": false,
208
159
  "options": [
209
160
  {
210
- "label": "Long press works as default",
161
+ "label": "Hold press is available",
211
162
  "value": 0
163
+ }
164
+ ]
165
+ },
166
+ {
167
+ "#": "15",
168
+ "label": "Reset Default",
169
+ "description": "Write only parameter used to restore configurations or perform a completely restore default",
170
+ "valueSize": 2,
171
+ "defaultValue": 0,
172
+ "unsigned": true,
173
+ "writeOnly": true,
174
+ "allowManualEntry": false,
175
+ "options": [
176
+ {
177
+ "label": "Configuration values are restored",
178
+ "value": 17170
212
179
  },
213
180
  {
214
- "label": "Long press works as overview",
215
- "value": 255
181
+ "label": "Factory reset",
182
+ "value": 39015
216
183
  }
217
184
  ]
185
+ },
186
+ {
187
+ "#": "20",
188
+ "label": "Identify",
189
+ "description": "Central LED flashes",
190
+ "valueSize": 1,
191
+ "minValue": 0,
192
+ "maxValue": 255,
193
+ "defaultValue": 0,
194
+ "unsigned": true,
195
+ "writeOnly": true
218
196
  }
219
- ]
197
+ ],
198
+ "metadata": {
199
+ "inclusion": "When the pushbutton is released after a press of (2sec<T<10sec) the device will send a NIF to include from Z-Wave network or perform an association with other Z-Wave device.\nCentral LED will Blink with 0,3 sec period to inform that NIF can be send after release of pushbutton.\n\nThis process does not perform a default reset of configurations.\n\nMain LED will Blink with 0,3 sec period to inform that NIF can be send after release of pushbutton.",
200
+ "exclusion": "When the pushbutton is released after a press of (2sec<T<10sec) the device will send a NIF to exclude from Z-Wave network or perform an association with other Z-Wave device.\nMain LED will Blink with 0,3 sec period to inform that NIF can be send after release of pushbutton.\n\nThis process does not perform a default reset of configurations.\n\nMain LED will Blink with 0,3 sec period to inform that NIF can be send after release of pushbutton.",
201
+ "reset": "When the pushbutton is released after a press of (30sec<T) the device will perform a factory default values operation, excluding it from network and reset the configuration parameters.\n\nMain LED will perform 1 Blink with 5 sec.\n\nPlease use this procedure only when the network primary controller is missing or otherwise inoperable.",
202
+ "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/2669/ROLLERBLIND_991025_990913.pdf"
203
+ }
220
204
  }