@zwave-js/config 10.4.0 → 10.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.
@@ -284,5 +284,16 @@
284
284
  "defaultValue": 0,
285
285
  "readOnly": true
286
286
  }
287
- ]
287
+ ],
288
+ "compat": {
289
+ "commandClasses": {
290
+ "remove": {
291
+ // https://github.com/zwave-js/node-zwave-js/issues/5260#issuecomment-1399682117
292
+ // The device does not accept all commands using Supervision
293
+ "0x6c": {
294
+ "endpoints": "*"
295
+ }
296
+ }
297
+ }
298
+ }
288
299
  }
@@ -4,6 +4,11 @@
4
4
  "label": "ARZ Z-Wave Solar",
5
5
  "description": "Roller Shutter",
6
6
  "devices": [
7
+ {
8
+ // Solar variant of ARZ Z-Wave/102
9
+ "productType": "0x0003",
10
+ "productId": "0x0012"
11
+ },
7
12
  {
8
13
  // Solar variant of ARZ Z-Wave
9
14
  "productType": "0x0003",
@@ -153,7 +153,7 @@
153
153
  {
154
154
  "#": "4",
155
155
  "label": "Motion Window Time",
156
- "description": "The amount of time the movements specified in parameter #4 need to take place in. The higher the value, the more sensitive the PIR sensor.",
156
+ "description": "The amount of time the movements specified in parameter #3 need to take place in. The higher the value, the more sensitive the PIR sensor.",
157
157
  "valueSize": 1,
158
158
  "defaultValue": 2,
159
159
  "allowManualEntry": false,
@@ -0,0 +1,140 @@
1
+ {
2
+ "manufacturer": "McoHome Technology Co., Ltd.",
3
+ "manufacturerId": "0x015f",
4
+ "label": "MH-DS221",
5
+ "description": "Micro Switch",
6
+ "devices": [
7
+ {
8
+ "productType": "0xd221",
9
+ "productId": "0x7102"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "1",
19
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev",
20
+ "defaultValue": 0
21
+ },
22
+ {
23
+ "#": "2",
24
+ "label": "External Switch Type",
25
+ "valueSize": 1,
26
+ "minValue": 0,
27
+ "maxValue": 1,
28
+ "defaultValue": 0,
29
+ "allowManualEntry": false,
30
+ "options": [
31
+ {
32
+ "label": "Momentary",
33
+ "value": 0
34
+ },
35
+ {
36
+ "label": "Toggle",
37
+ "value": 1
38
+ }
39
+ ]
40
+ },
41
+ {
42
+ "#": "3",
43
+ "label": "External Switch Behavior",
44
+ "valueSize": 1,
45
+ "minValue": 0,
46
+ "maxValue": 1,
47
+ "defaultValue": 1,
48
+ "allowManualEntry": false,
49
+ "options": [
50
+ {
51
+ "label": "Without specified on/off position",
52
+ "value": 0
53
+ },
54
+ {
55
+ "label": "With specified on/off position",
56
+ "value": 1
57
+ }
58
+ ]
59
+ },
60
+ {
61
+ "#": "4",
62
+ "label": "Manual Operation During Auto Turn-Off",
63
+ "$import": "~/templates/master_template.json#base_enable_disable",
64
+ "defaultValue": 1
65
+ },
66
+ {
67
+ "#": "5",
68
+ "label": "Auto Turn-Off Timer",
69
+ "unit": "100ms",
70
+ "valueSize": 2,
71
+ "minValue": 0,
72
+ "maxValue": 32767,
73
+ "defaultValue": 0,
74
+ "options": [
75
+ {
76
+ "label": "Disabled",
77
+ "value": 0
78
+ }
79
+ ]
80
+ },
81
+ {
82
+ "#": "8",
83
+ "label": "Reports To Group 2",
84
+ "valueSize": 1,
85
+ "minValue": 0,
86
+ "maxValue": 255,
87
+ "defaultValue": 0,
88
+ "unsigned": true,
89
+ "allowManualEntry": false,
90
+ "options": [
91
+ {
92
+ "label": "On/Off",
93
+ "value": 0
94
+ },
95
+ {
96
+ "label": "On",
97
+ "value": 1
98
+ },
99
+ {
100
+ "label": "Off",
101
+ "value": 2
102
+ },
103
+ {
104
+ "label": "None",
105
+ "value": 255
106
+ }
107
+ ]
108
+ },
109
+ {
110
+ "#": "20",
111
+ "$import": "~/templates/master_template.json#base_enable_disable",
112
+ "label": "Smart Switch Mode",
113
+ "description": "When enabled, local operation is disabled"
114
+ },
115
+ {
116
+ "#": "21",
117
+ "$import": "~/templates/master_template.json#base_enable_disable_inverted",
118
+ "label": "Z-Wave Control",
119
+ "defaultValue": 0
120
+ },
121
+ {
122
+ "#": "255",
123
+ "label": "Factory reset",
124
+ "valueSize": 1,
125
+ "defaultValue": 0,
126
+ "writeOnly": true,
127
+ "allowManualEntry": false,
128
+ "options": [
129
+ {
130
+ "label": "Idle",
131
+ "value": 0
132
+ },
133
+ {
134
+ "label": "Factory reset",
135
+ "value": 85
136
+ }
137
+ ]
138
+ }
139
+ ]
140
+ }
@@ -39,6 +39,7 @@
39
39
  "paramInformation": [
40
40
  {
41
41
  "#": "1",
42
+ "$if": "firmwareVersion < 1.20",
42
43
  "$import": "templates/zooz_template.json#battery_report_threshold",
43
44
  "label": "Battery Report Threshold",
44
45
  "maxValue": 10,
@@ -327,20 +328,32 @@
327
328
  "label": "Temperature Reporting Interval",
328
329
  "valueSize": 2,
329
330
  "unit": "minutes",
330
- "minValue": 1,
331
+ "minValue": 0,
331
332
  "maxValue": 480,
332
333
  "defaultValue": 240,
333
- "unsigned": true
334
+ "unsigned": true,
335
+ "options": [
336
+ {
337
+ "label": "Disable",
338
+ "value": 0
339
+ }
340
+ ]
334
341
  },
335
342
  {
336
343
  "#": "17",
337
344
  "label": "Humidity Reporting Interval",
338
345
  "valueSize": 2,
339
346
  "unit": "minutes",
340
- "minValue": 1,
347
+ "minValue": 0,
341
348
  "maxValue": 480,
342
349
  "defaultValue": 240,
343
- "unsigned": true
350
+ "unsigned": true,
351
+ "options": [
352
+ {
353
+ "label": "Disable",
354
+ "value": 0
355
+ }
356
+ ]
344
357
  }
345
358
  ],
346
359
  "metadata": {
@@ -25,142 +25,71 @@
25
25
  "paramInformation": [
26
26
  {
27
27
  "#": "1",
28
- "label": "Dimming Step",
29
- "description": "Percentage of step when switch is dimming up or down (0 = instant)",
30
- "valueSize": 1,
31
- "minValue": 0,
32
- "maxValue": 99,
33
- "defaultValue": 0
28
+ "$import": "~/templates/master_template.json#led_indicator_four_options"
34
29
  },
35
30
  {
36
31
  "#": "2",
37
- "label": "Minimum Level",
38
- "description": "Minimum dimming level for attached light",
39
- "valueSize": 1,
40
- "minValue": 1,
41
- "maxValue": 99,
42
- "defaultValue": 1
43
- },
44
- {
45
- "#": "3",
46
- "$import": "~/templates/master_template.json#led_indicator_four_options",
47
- "defaultValue": 1
32
+ "$import": "templates/minoston_template.json#auto_off_timer"
48
33
  },
49
34
  {
50
35
  "#": "4",
51
- "$import": "~/templates/master_template.json#orientation"
36
+ "$import": "templates/minoston_template.json#auto_on_timer"
52
37
  },
53
38
  {
54
- "#": "5",
55
- "$import": "templates/minoston_template.json#auto_off_timer_32767s"
39
+ "#": "6",
40
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev",
41
+ "defaultValue": 0
56
42
  },
57
43
  {
58
44
  "#": "7",
59
- "label": "Association Group 3 Setting",
60
- "description": "Change how devices respond when associated in group 3",
61
- "valueSize": 1,
62
- "defaultValue": 0,
63
- "allowManualEntry": false,
64
- "options": [
65
- {
66
- "label": "Dim up/down",
67
- "value": 0
68
- },
69
- {
70
- "label": "Keep in sync",
71
- "value": 1
72
- }
73
- ]
45
+ "$import": "~/templates/master_template.json#dimming_speed_1-99_seconds",
46
+ "defaultValue": 1
74
47
  },
75
48
  {
76
49
  "#": "8",
77
- "label": "Default Level (local)",
78
- "description": "Default level when light is turned on at the switch (0 = previous level)",
79
- "valueSize": 1,
80
- "minValue": 0,
81
- "maxValue": 99,
82
- "defaultValue": 0
83
- },
84
- {
85
- "#": "9",
86
- "label": "Default Level (Z-Wave)",
87
- "description": "Default level when light is turned on via Z-Wave command (0 = previous level)",
88
- "valueSize": 1,
89
- "minValue": 0,
90
- "maxValue": 99,
91
- "defaultValue": 0
92
- },
93
- {
94
- "#": "6[0x01]",
95
- "label": "Send command on local action",
96
- "description": "When should the switch send commands to Group 3 devices?",
97
- "valueSize": 1,
98
- "defaultValue": 1,
99
- "allowManualEntry": false,
50
+ "$import": "~/templates/master_template.json#minimum_dim_level_0-99",
51
+ "defaultValue": 10,
100
52
  "options": [
101
53
  {
102
54
  "label": "Disable",
103
55
  "value": 0
104
- },
105
- {
106
- "label": "Enable",
107
- "value": 1
108
56
  }
109
57
  ]
110
58
  },
111
59
  {
112
- "#": "6[0x02]",
113
- "label": "Send command on 3-way action",
114
- "description": "When should the switch send commands to Group 3 devices?",
115
- "valueSize": 1,
116
- "defaultValue": 0,
117
- "allowManualEntry": false,
60
+ "#": "9",
61
+ "$import": "~/templates/master_template.json#maximum_dim_level_0-99",
118
62
  "options": [
119
63
  {
120
64
  "label": "Disable",
121
65
  "value": 0
122
- },
123
- {
124
- "label": "Enable",
125
- "value": 1
126
66
  }
127
67
  ]
128
68
  },
129
69
  {
130
- "#": "6[0x04]",
131
- "label": "Send command on z-wave action",
132
- "description": "When should the switch send commands to Group 3 devices?",
70
+ "#": "10",
71
+ "label": "Local Dimmer Speed Control",
133
72
  "valueSize": 1,
73
+ "minValue": 0,
74
+ "maxValue": 1,
134
75
  "defaultValue": 0,
135
76
  "allowManualEntry": false,
136
77
  "options": [
137
78
  {
138
- "label": "Disable",
79
+ "label": "Controlled by parameter 9",
139
80
  "value": 0
140
81
  },
141
82
  {
142
- "label": "Enable",
83
+ "label": "Instant On/Off",
143
84
  "value": 1
144
85
  }
145
86
  ]
146
87
  },
147
88
  {
148
- "#": "6[0x08]",
149
- "label": "Send command on auto off timer",
150
- "description": "When should the switch send commands to Group 3 devices?",
151
- "valueSize": 1,
152
- "defaultValue": 0,
153
- "allowManualEntry": false,
154
- "options": [
155
- {
156
- "label": "Disable",
157
- "value": 0
158
- },
159
- {
160
- "label": "Enable",
161
- "value": 1
162
- }
163
- ]
89
+ "#": "11",
90
+ "$import": "~/templates/master_template.json#base_1-10_nounit",
91
+ "label": "Dimming Rate",
92
+ "defaultValue": 4
164
93
  }
165
94
  ],
166
95
  "metadata": {
@@ -754,5 +754,16 @@
754
754
  }
755
755
  ]
756
756
  }
757
- ]
757
+ ],
758
+ "compat": {
759
+ // Older firmware versions do not properly support Supervision CC
760
+ "$if": "firmwareVersion < 2.6",
761
+ "commandClasses": {
762
+ "remove": {
763
+ "0x6c": {
764
+ "endpoints": "*"
765
+ }
766
+ }
767
+ }
768
+ }
758
769
  }
@@ -707,5 +707,16 @@
707
707
  }
708
708
  ]
709
709
  }
710
- ]
710
+ ],
711
+ "compat": {
712
+ // Older firmware versions do not properly support Supervision CC
713
+ "$if": "firmwareVersion < 2.6",
714
+ "commandClasses": {
715
+ "remove": {
716
+ "0x6c": {
717
+ "endpoints": "*"
718
+ }
719
+ }
720
+ }
721
+ }
711
722
  }
@@ -163,5 +163,16 @@
163
163
  "$import": "~/templates/master_template.json#base_0-99_nounit",
164
164
  "defaultValue": 50
165
165
  }
166
- ]
166
+ ],
167
+ "compat": {
168
+ // Older firmware versions do not properly support Supervision CC
169
+ "$if": "firmwareVersion < 2.6",
170
+ "commandClasses": {
171
+ "remove": {
172
+ "0x6c": {
173
+ "endpoints": "*"
174
+ }
175
+ }
176
+ }
177
+ }
167
178
  }
@@ -203,5 +203,16 @@
203
203
  "$import": "~/templates/master_template.json#base_0-99_nounit",
204
204
  "defaultValue": 50
205
205
  }
206
- ]
206
+ ],
207
+ "compat": {
208
+ // Older firmware versions do not properly support Supervision CC
209
+ "$if": "firmwareVersion < 2.6",
210
+ "commandClasses": {
211
+ "remove": {
212
+ "0x6c": {
213
+ "endpoints": "*"
214
+ }
215
+ }
216
+ }
217
+ }
207
218
  }
@@ -248,5 +248,16 @@
248
248
  "$import": "~/templates/master_template.json#base_0-99_nounit",
249
249
  "defaultValue": 50
250
250
  }
251
- ]
251
+ ],
252
+ "compat": {
253
+ // Older firmware versions do not properly support Supervision CC
254
+ "$if": "firmwareVersion < 2.6",
255
+ "commandClasses": {
256
+ "remove": {
257
+ "0x6c": {
258
+ "endpoints": "*"
259
+ }
260
+ }
261
+ }
262
+ }
252
263
  }
@@ -293,5 +293,16 @@
293
293
  "$import": "~/templates/master_template.json#base_0-99_nounit",
294
294
  "defaultValue": 50
295
295
  }
296
- ]
296
+ ],
297
+ "compat": {
298
+ // Older firmware versions do not properly support Supervision CC
299
+ "$if": "firmwareVersion < 2.6",
300
+ "commandClasses": {
301
+ "remove": {
302
+ "0x6c": {
303
+ "endpoints": "*"
304
+ }
305
+ }
306
+ }
307
+ }
297
308
  }
@@ -338,5 +338,16 @@
338
338
  "$import": "~/templates/master_template.json#base_0-99_nounit",
339
339
  "defaultValue": 50
340
340
  }
341
- ]
341
+ ],
342
+ "compat": {
343
+ // Older firmware versions do not properly support Supervision CC
344
+ "$if": "firmwareVersion < 2.6",
345
+ "commandClasses": {
346
+ "remove": {
347
+ "0x6c": {
348
+ "endpoints": "*"
349
+ }
350
+ }
351
+ }
352
+ }
342
353
  }
@@ -70,12 +70,19 @@
70
70
  {
71
71
  "#": "2",
72
72
  "label": "Motion Retrigger Timeout",
73
+ "description": "Allowable range: 0, 30-3600. Values 1-29 are equivalent to 30.",
73
74
  "valueSize": 2,
74
75
  "unit": "seconds",
75
- "minValue": 30,
76
+ "minValue": 0,
76
77
  "maxValue": 3600,
77
78
  "defaultValue": 30,
78
- "unsigned": true
79
+ "unsigned": true,
80
+ "options": [
81
+ {
82
+ "label": "Disable",
83
+ "value": 0
84
+ }
85
+ ]
79
86
  },
80
87
  {
81
88
  "#": "3",
@@ -0,0 +1,258 @@
1
+ {
2
+ "manufacturer": "Inteset",
3
+ "manufacturerId": "0x039a",
4
+ "label": "INT-SMMD-N1",
5
+ "description": "Inteset PIR Motion Sensor",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0003",
9
+ "productId": "0x0106"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "1",
19
+ "label": "Motion Sensitivity",
20
+ "description": "Higher values = lower sensitivity and lower range.",
21
+ "valueSize": 1,
22
+ "minValue": 0,
23
+ "maxValue": 99,
24
+ "defaultValue": 3
25
+ },
26
+ {
27
+ "#": "2",
28
+ "label": "Motion Window Time",
29
+ "description": "The amount of time the moves specified in parameter #3 need to take place in for the sensor to report motion. Higher values = more sensitive.",
30
+ "valueSize": 1,
31
+ "minValue": 0,
32
+ "maxValue": 3,
33
+ "defaultValue": 2,
34
+ "allowManualEntry": false,
35
+ "options": [
36
+ {
37
+ "label": "4s",
38
+ "value": 0
39
+ },
40
+ {
41
+ "label": "8s",
42
+ "value": 1
43
+ },
44
+ {
45
+ "label": "12s",
46
+ "value": 2
47
+ },
48
+ {
49
+ "label": "16s",
50
+ "value": 3
51
+ }
52
+ ]
53
+ },
54
+ {
55
+ "#": "3",
56
+ "label": "Pulse Count",
57
+ "description": "Number of moves required for the sensor to report motion. Higher values = less sensitive.",
58
+ "valueSize": 1,
59
+ "minValue": 0,
60
+ "maxValue": 3,
61
+ "defaultValue": 1,
62
+ "allowManualEntry": false,
63
+ "options": [
64
+ {
65
+ "label": "1",
66
+ "value": 0
67
+ },
68
+ {
69
+ "label": "2",
70
+ "value": 1
71
+ },
72
+ {
73
+ "label": "3",
74
+ "value": 2
75
+ },
76
+ {
77
+ "label": "4",
78
+ "value": 3
79
+ }
80
+ ]
81
+ },
82
+ {
83
+ "#": "4",
84
+ "label": "Motion Blind Time",
85
+ "description": "The amount of time the sensor will not report motion after it has reported motion.",
86
+ "valueSize": 1,
87
+ "minValue": 0,
88
+ "maxValue": 15,
89
+ "defaultValue": 15,
90
+ "allowManualEntry": false,
91
+ "options": [
92
+ {
93
+ "label": "0.5s",
94
+ "value": 0
95
+ },
96
+ {
97
+ "label": "1s",
98
+ "value": 1
99
+ },
100
+ {
101
+ "label": "1.5s",
102
+ "value": 2
103
+ },
104
+ {
105
+ "label": "2s",
106
+ "value": 3
107
+ },
108
+ {
109
+ "label": "2.5s",
110
+ "value": 4
111
+ },
112
+ {
113
+ "label": "3s",
114
+ "value": 5
115
+ },
116
+ {
117
+ "label": "3.5s",
118
+ "value": 6
119
+ },
120
+ {
121
+ "label": "4s",
122
+ "value": 7
123
+ },
124
+ {
125
+ "label": "4.5s",
126
+ "value": 8
127
+ },
128
+ {
129
+ "label": "5s",
130
+ "value": 9
131
+ },
132
+ {
133
+ "label": "5.5s",
134
+ "value": 10
135
+ },
136
+ {
137
+ "label": "6s",
138
+ "value": 11
139
+ },
140
+ {
141
+ "label": "6.5s",
142
+ "value": 12
143
+ },
144
+ {
145
+ "label": "7s",
146
+ "value": 13
147
+ },
148
+ {
149
+ "label": "7.5s",
150
+ "value": 14
151
+ },
152
+ {
153
+ "label": "8s",
154
+ "value": 15
155
+ }
156
+ ]
157
+ },
158
+ {
159
+ "#": "5",
160
+ "$import": "~/templates/master_template.json#base_enable_disable",
161
+ "label": "Enable Motion Sensor",
162
+ "defaultValue": 1
163
+ },
164
+ {
165
+ "#": "6",
166
+ "label": "Motion Clear Time",
167
+ "description": "How long the sensor will wait before reporting no motion",
168
+ "unit": "seconds",
169
+ "valueSize": 2,
170
+ "minValue": 10,
171
+ "maxValue": 3600,
172
+ "defaultValue": 30
173
+ },
174
+ {
175
+ "#": "7",
176
+ "$import": "~/templates/master_template.json#base_enable_disable",
177
+ "label": "LED Indicator: Blink on Motion",
178
+ "defaultValue": 1
179
+ },
180
+ {
181
+ "#": "8",
182
+ "$import": "~/templates/master_template.json#base_enable_disable",
183
+ "label": "Binary Sensor Reports"
184
+ },
185
+ {
186
+ "#": "9",
187
+ "label": "Group 2: Basic Set Level",
188
+ "valueSize": 1,
189
+ "minValue": 0,
190
+ "maxValue": 100,
191
+ "defaultValue": 100,
192
+ "allowManualEntry": false,
193
+ "options": [
194
+ {
195
+ "label": "Off (0x00)",
196
+ "value": 0
197
+ },
198
+ {
199
+ "label": "On (0xff)",
200
+ "value": 100
201
+ }
202
+ ]
203
+ },
204
+ {
205
+ "#": "10",
206
+ "label": "Brightness Measuring Interval",
207
+ "unit": "seconds",
208
+ "valueSize": 2,
209
+ "minValue": 30,
210
+ "maxValue": 3600,
211
+ "defaultValue": 180
212
+ },
213
+ {
214
+ "#": "11",
215
+ "label": "Brightness Change Report Threshold",
216
+ "valueSize": 1,
217
+ "minValue": 1,
218
+ "maxValue": 127,
219
+ "defaultValue": 50
220
+ },
221
+ {
222
+ "#": "12",
223
+ "label": "Night/Day Brightness Threshold",
224
+ "valueSize": 1,
225
+ "minValue": 1,
226
+ "maxValue": 127,
227
+ "defaultValue": 50
228
+ },
229
+ {
230
+ "#": "13",
231
+ "$import": "~/templates/master_template.json#base_enable_disable",
232
+ "label": "Report Motion Only At Night",
233
+ "description": "When enabled, the sensor will report motion only when the ambient brightness is below the value set in parameter #12."
234
+ },
235
+ {
236
+ "#": "14",
237
+ "$import": "~/templates/master_template.json#base_enable_disable",
238
+ "label": "Send Repeat Motion Event While Active"
239
+ },
240
+ {
241
+ "#": "99",
242
+ "label": "Brightness Calibration Factor",
243
+ "valueSize": 2,
244
+ "unit": "1/1000",
245
+ "minValue": 1,
246
+ "maxValue": 65535,
247
+ "defaultValue": 1000,
248
+ "unsigned": true
249
+ }
250
+ ],
251
+ "metadata": {
252
+ "wakeup": "Press the button briefly",
253
+ "inclusion": "Press the button 3 times within 1.5s to enter inclusion mode.",
254
+ "exclusion": "Press the button 3 times within 1.5s",
255
+ "reset": "Press and hold the button for 10s until LED light is on, then release the button.",
256
+ "manual": "http://downloads.inteset.com/Motion2In1ManualS2.pdf"
257
+ }
258
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "10.4.0",
3
+ "version": "10.5.0",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -65,7 +65,7 @@
65
65
  "lint:prettier:fix": "yarn run lint:prettier -w"
66
66
  },
67
67
  "dependencies": {
68
- "@zwave-js/core": "10.4.0",
68
+ "@zwave-js/core": "10.5.0",
69
69
  "@zwave-js/shared": "10.4.0",
70
70
  "alcalzone-shared": "^4.0.8",
71
71
  "ansi-colors": "^4.1.3",
@@ -87,7 +87,7 @@
87
87
  "@types/semver": "^7.3.12",
88
88
  "@types/xml2js": "^0.4.11",
89
89
  "@types/yargs": "^17.0.12",
90
- "@zwave-js/maintenance": "10.4.0",
90
+ "@zwave-js/maintenance": "10.5.0",
91
91
  "comment-json": "^4.2.3",
92
92
  "del-cli": "^5.0.0",
93
93
  "esbuild": "0.15.7",