@zwave-js/config 12.5.1 → 12.5.2

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 (29) hide show
  1. package/build/Notifications.d.ts +1 -0
  2. package/build/Notifications.d.ts.map +1 -1
  3. package/build/Notifications.js +18 -0
  4. package/build/Notifications.js.map +1 -1
  5. package/config/.dprint.jsonc +1 -1
  6. package/config/devices/0x0063/14297_zw1002.json +16 -0
  7. package/config/devices/0x013c/nsg-ab-02.json +101 -0
  8. package/config/devices/0x019b/leakage-stopper.json +297 -0
  9. package/config/devices/0x019b/templates/heatit_template.json +21 -0
  10. package/config/devices/0x0346/ring_smoke_co_listener.json +70 -0
  11. package/config/devices/0x045a/Z-TRV-V01.json +155 -0
  12. package/config/devices/0x0460/qmem-0A1PC16.json +50 -0
  13. package/config/devices/0x0460/qmsw-0A1P8.json +101 -0
  14. package/config/devices/0x0460/qmsw-0A1X8.json +91 -0
  15. package/config/devices/0x0460/qnpl-001X12.json +101 -0
  16. package/config/devices/0x0460/qnpl-001X16.json +101 -0
  17. package/config/devices/0x0460/qnsh-001P10.json +5 -47
  18. package/config/devices/0x0460/qnsn-0A24X.json +66 -0
  19. package/config/devices/0x0460/qnsn-0D24X.json +66 -0
  20. package/config/devices/0x0460/qnsw-001P16.json +35 -186
  21. package/config/devices/0x0460/qnsw-001X16.json +29 -173
  22. package/config/devices/0x0460/qnsw-002P16.json +52 -286
  23. package/config/devices/0x0460/qpsw-0A1P16.json +105 -0
  24. package/config/devices/0x0460/qpsw-0A1X16.json +96 -0
  25. package/config/devices/0x0460/qpsw-0A2P16.json +148 -0
  26. package/config/devices/0x0460/qpsw-0A2X16.json +128 -0
  27. package/config/devices/0x0460/templates/wave_template.json +168 -0
  28. package/config/notifications.json +18 -6
  29. package/package.json +2 -2
@@ -0,0 +1,148 @@
1
+ {
2
+ "manufacturer": "Shelly Europe Ltd.",
3
+ "manufacturerId": "0x0460",
4
+ "label": "QPSW-0A2P16",
5
+ "description": "Wave Pro 2PM",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0002",
9
+ "productId": "0x008d"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "1",
19
+ "$import": "templates/wave_template.json#switch_type",
20
+ "label": "SW1 Switch Type"
21
+ },
22
+ {
23
+ "#": "2",
24
+ "$import": "templates/wave_template.json#switch_type",
25
+ "label": "SW2 Switch Type"
26
+ },
27
+ {
28
+ "#": "6",
29
+ "$import": "templates/wave_template.json#swap_inputs"
30
+ },
31
+ {
32
+ "#": "16",
33
+ "$import": "templates/wave_template.json#swap_outputs"
34
+ },
35
+ {
36
+ "#": "17",
37
+ "$import": "~/templates/master_template.json#state_after_power_failure_prev_off",
38
+ "label": "O1: State After Power Failure"
39
+ },
40
+ {
41
+ "#": "18",
42
+ "$import": "~/templates/master_template.json#state_after_power_failure_prev_off",
43
+ "label": "O2: State After Power Failure"
44
+ },
45
+ {
46
+ "#": "19",
47
+ "$import": "templates/wave_template.json#auto_off_timer",
48
+ "label": "O1: Auto-Off Timer"
49
+ },
50
+ {
51
+ "#": "20",
52
+ "$import": "templates/wave_template.json#auto_on_timer",
53
+ "label": "O1: Auto-On Timer"
54
+ },
55
+ {
56
+ "#": "25",
57
+ "$import": "templates/wave_template.json#timer_unit",
58
+ "label": "O1: Auto-On/Off Timer Unit"
59
+ },
60
+ {
61
+ "#": "21",
62
+ "$import": "templates/wave_template.json#auto_off_timer",
63
+ "label": "O2: Auto-Off Timer"
64
+ },
65
+ {
66
+ "#": "22",
67
+ "$import": "templates/wave_template.json#auto_on_timer",
68
+ "label": "O2: Auto-On Timer"
69
+ },
70
+ {
71
+ "#": "26",
72
+ "$import": "templates/wave_template.json#timer_unit",
73
+ "label": "O2: Auto-On/Off Timer Unit"
74
+ },
75
+ {
76
+ "#": "23",
77
+ "$import": "templates/wave_template.json#out_relay_type",
78
+ "label": "O1: Relay Type"
79
+ },
80
+ {
81
+ "#": "24",
82
+ "$import": "templates/wave_template.json#out_relay_type",
83
+ "label": "O2: Relay Type"
84
+ },
85
+ {
86
+ "#": "36",
87
+ "$import": "templates/wave_template.json#power_change_report_treshold",
88
+ "label": "O1: Power Change Report Threshold"
89
+ },
90
+ {
91
+ "#": "39",
92
+ "$import": "templates/wave_template.json#min_time_between_reports",
93
+ "label": "O1: Minimum Time Between Power Reports"
94
+ },
95
+ {
96
+ "#": "37",
97
+ "$import": "templates/wave_template.json#power_change_report_treshold",
98
+ "label": "O2: Power Change Report Threshold"
99
+ },
100
+ {
101
+ "#": "40",
102
+ "$import": "templates/wave_template.json#min_time_between_reports",
103
+ "label": "O2: Minimum Time Between Power Reports"
104
+ },
105
+ {
106
+ "#": "91",
107
+ "$import": "templates/wave_template.json#alarm_configuration",
108
+ "label": "Alarm Configuration: Water"
109
+ },
110
+ {
111
+ "#": "92",
112
+ "$import": "templates/wave_template.json#alarm_configuration",
113
+ "label": "Alarm Configuration: Smoke"
114
+ },
115
+ {
116
+ "#": "93",
117
+ "$import": "templates/wave_template.json#alarm_configuration",
118
+ "label": "Alarm Configuration: CO"
119
+ },
120
+ {
121
+ "#": "94",
122
+ "$import": "templates/wave_template.json#alarm_configuration",
123
+ "label": "Alarm Configuration: Heat"
124
+ },
125
+ {
126
+ "#": "120",
127
+ "$import": "templates/wave_template.json#factory_reset"
128
+ },
129
+ {
130
+ "#": "201",
131
+ "$import": "templates/wave_template.json#serial_number",
132
+ "label": "Serial Number: Part 1"
133
+ },
134
+ {
135
+ "#": "202",
136
+ "$import": "templates/wave_template.json#serial_number",
137
+ "label": "Serial Number: Part 2"
138
+ },
139
+ {
140
+ "#": "203",
141
+ "$import": "templates/wave_template.json#serial_number",
142
+ "label": "Serial Number: Part 3"
143
+ }
144
+ ],
145
+ "metadata": {
146
+ "$import": "templates/wave_template.json#default_metadata"
147
+ }
148
+ }
@@ -0,0 +1,128 @@
1
+ {
2
+ "manufacturer": "Shelly Europe Ltd.",
3
+ "manufacturerId": "0x0460",
4
+ "label": "QPSW-0A2X16",
5
+ "description": "Wave Pro 2",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0002",
9
+ "productId": "0x008c"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "1",
19
+ "$import": "templates/wave_template.json#switch_type",
20
+ "label": "SW1 Switch Type"
21
+ },
22
+ {
23
+ "#": "2",
24
+ "$import": "templates/wave_template.json#switch_type",
25
+ "label": "SW2 Switch Type"
26
+ },
27
+ {
28
+ "#": "6",
29
+ "$import": "templates/wave_template.json#swap_inputs"
30
+ },
31
+ {
32
+ "#": "16",
33
+ "$import": "templates/wave_template.json#swap_outputs"
34
+ },
35
+ {
36
+ "#": "17",
37
+ "$import": "~/templates/master_template.json#state_after_power_failure_prev_off",
38
+ "label": "O1: State After Power Failure"
39
+ },
40
+ {
41
+ "#": "18",
42
+ "$import": "~/templates/master_template.json#state_after_power_failure_prev_off",
43
+ "label": "O2: State After Power Failure"
44
+ },
45
+ {
46
+ "#": "19",
47
+ "$import": "templates/wave_template.json#auto_off_timer",
48
+ "label": "O1: Auto-Off Timer"
49
+ },
50
+ {
51
+ "#": "20",
52
+ "$import": "templates/wave_template.json#auto_on_timer",
53
+ "label": "O1: Auto-On Timer"
54
+ },
55
+ {
56
+ "#": "25",
57
+ "$import": "templates/wave_template.json#timer_unit",
58
+ "label": "O1: Auto-On/Off Timer Unit"
59
+ },
60
+ {
61
+ "#": "21",
62
+ "$import": "templates/wave_template.json#auto_off_timer",
63
+ "label": "O2: Auto-Off Timer"
64
+ },
65
+ {
66
+ "#": "22",
67
+ "$import": "templates/wave_template.json#auto_on_timer",
68
+ "label": "O2: Auto-On Timer"
69
+ },
70
+ {
71
+ "#": "26",
72
+ "$import": "templates/wave_template.json#timer_unit",
73
+ "label": "O2: Auto-On/Off Timer Unit"
74
+ },
75
+ {
76
+ "#": "23",
77
+ "$import": "templates/wave_template.json#out_relay_type",
78
+ "label": "O1: Relay Type"
79
+ },
80
+ {
81
+ "#": "24",
82
+ "$import": "templates/wave_template.json#out_relay_type",
83
+ "label": "O2: Relay Type"
84
+ },
85
+ {
86
+ "#": "91",
87
+ "$import": "templates/wave_template.json#alarm_configuration",
88
+ "label": "Alarm Configuration: Water"
89
+ },
90
+ {
91
+ "#": "92",
92
+ "$import": "templates/wave_template.json#alarm_configuration",
93
+ "label": "Alarm Configuration: Smoke"
94
+ },
95
+ {
96
+ "#": "93",
97
+ "$import": "templates/wave_template.json#alarm_configuration",
98
+ "label": "Alarm Configuration: CO"
99
+ },
100
+ {
101
+ "#": "94",
102
+ "$import": "templates/wave_template.json#alarm_configuration",
103
+ "label": "Alarm Configuration: Heat"
104
+ },
105
+ {
106
+ "#": "120",
107
+ "$import": "templates/wave_template.json#factory_reset"
108
+ },
109
+ {
110
+ "#": "201",
111
+ "$import": "templates/wave_template.json#serial_number",
112
+ "label": "Serial Number: Part 1"
113
+ },
114
+ {
115
+ "#": "202",
116
+ "$import": "templates/wave_template.json#serial_number",
117
+ "label": "Serial Number: Part 2"
118
+ },
119
+ {
120
+ "#": "203",
121
+ "$import": "templates/wave_template.json#serial_number",
122
+ "label": "Serial Number: Part 3"
123
+ }
124
+ ],
125
+ "metadata": {
126
+ "$import": "templates/wave_template.json#default_metadata"
127
+ }
128
+ }
@@ -0,0 +1,168 @@
1
+ {
2
+ "switch_type": {
3
+ "valueSize": 1,
4
+ "defaultValue": 2,
5
+ "allowManualEntry": false,
6
+ "options": [
7
+ {
8
+ "label": "Momentary switch",
9
+ "value": 0
10
+ },
11
+ {
12
+ "label": "Toggle switch (Follow switch)",
13
+ "value": 1
14
+ },
15
+ {
16
+ "label": "Toggle switch (Change on toggle)",
17
+ "value": 2
18
+ }
19
+ ]
20
+ },
21
+ "swap_inputs": {
22
+ "label": "Swap Inputs",
23
+ "valueSize": 1,
24
+ "defaultValue": 0,
25
+ "allowManualEntry": false,
26
+ "options": [
27
+ {
28
+ "label": "Normal (SW1 - O1, SW2 - O2)",
29
+ "value": 0
30
+ },
31
+ {
32
+ "label": "Swapped (SW1 - O2, SW2 - O1)",
33
+ "value": 1
34
+ }
35
+ ]
36
+ },
37
+ "swap_outputs": {
38
+ "label": "Swap Outputs",
39
+ "valueSize": 1,
40
+ "defaultValue": 0,
41
+ "unsigned": true,
42
+ "allowManualEntry": false,
43
+ "options": [
44
+ {
45
+ "label": "Normal",
46
+ "value": 0
47
+ },
48
+ {
49
+ "label": "Swapped (O1 - close, O2 - open)",
50
+ "value": 1
51
+ }
52
+ ]
53
+ },
54
+ "auto_off_timer": {
55
+ "description": "The timer resets to zero each time the device receives an ON command",
56
+ "valueSize": 2,
57
+ "minValue": 0,
58
+ "maxValue": 32535,
59
+ "defaultValue": 0
60
+ },
61
+ "auto_on_timer": {
62
+ "description": "The timer resets to zero each time the device receives an OFF command",
63
+ "valueSize": 2,
64
+ "minValue": 0,
65
+ "maxValue": 32535,
66
+ "defaultValue": 0
67
+ },
68
+ "timer_unit": {
69
+ "valueSize": 1,
70
+ "defaultValue": 0,
71
+ "allowManualEntry": false,
72
+ "options": [
73
+ {
74
+ "label": "seconds",
75
+ "value": 0
76
+ },
77
+ {
78
+ "label": "10 ms",
79
+ "value": 1
80
+ }
81
+ ]
82
+ },
83
+ "out_relay_type": {
84
+ "valueSize": 1,
85
+ "defaultValue": 0,
86
+ "allowManualEntry": false,
87
+ "options": [
88
+ {
89
+ "label": "NO: normally open",
90
+ "value": 0
91
+ },
92
+ {
93
+ "label": "NC: normally closed",
94
+ "value": 1
95
+ }
96
+ ]
97
+ },
98
+ "power_change_report_treshold": {
99
+ "valueSize": 1,
100
+ "unit": "%",
101
+ "minValue": 0,
102
+ "maxValue": 100,
103
+ "defaultValue": 50
104
+ },
105
+ "min_time_between_reports": {
106
+ "valueSize": 1,
107
+ "unit": "seconds",
108
+ "minValue": 0,
109
+ "maxValue": 120,
110
+ "defaultValue": 30
111
+ },
112
+ "alarm_configuration": {
113
+ "valueSize": 4,
114
+ "defaultValue": 0,
115
+ "allowManualEntry": false,
116
+ "options": [
117
+ {
118
+ "label": "No action",
119
+ "value": 0
120
+ },
121
+ {
122
+ "label": "Open relay",
123
+ "value": 1
124
+ },
125
+ {
126
+ "label": "Close relay",
127
+ "value": 2
128
+ }
129
+ ]
130
+ },
131
+ "led_intensity": {
132
+ "valueSize": 1,
133
+ "unit": "%",
134
+ "minValue": 0,
135
+ "maxValue": 100,
136
+ "defaultValue": 100
137
+ },
138
+
139
+ "factory_reset": {
140
+ "label": "Factory Reset",
141
+ "description": "Reset to factory default settings and remove from the Z-Wave network.",
142
+ "valueSize": 4,
143
+ "defaultValue": 0,
144
+ "allowManualEntry": false,
145
+ "options": [
146
+ {
147
+ "label": "Idle",
148
+ "value": 0
149
+ },
150
+ {
151
+ "label": "Factory reset",
152
+ "value": 1431655765
153
+ }
154
+ ]
155
+ },
156
+ "serial_number": {
157
+ "valueSize": 4,
158
+ "minValue": 0,
159
+ "maxValue": 2147483647,
160
+ "readOnly": true
161
+ },
162
+ "default_metadata": {
163
+ "inclusion": "6.1 Adding the Device to a Z-Wave™ network (inclusion)\nNote! All Device outputs (O, O1, O2, etc. - depending on the Device type) will turn the load 1s on/1s off /1s on/1s off if the Device is successfully added to/removed from a Z-Wave™ network.\n\n6.1.1 SmartStart adding (inclusion)\nSmartStart enabled products can be added into a Z-Wave™ network by scanning the Z-Wave™ QR Code present on the Device with a gateway providing SmartStart inclusion. No further action is required, and the SmartStart device will be added automatically within 10 minutes of being switched on in the network vicinity.\n1. With the gateway application scan the QR code on the Device label and add the Security 2 (S2) Device Specific Key (DSK) to the provisioning list in the gateway.\n2. Connect the Device to a power supply.\n3. Check if the blue LED is blinking in Mode 1. If so, the Device is not added to a Z-Wave™ network.\n4. Adding will be initiated automatically within a few seconds after connecting the Device to a power supply, and the Device will be added to a Z-Wave™ network automatically.\n5. The blue LED will be blinking in Mode 2 during the adding process.\n6. The green LED will be blinking in Mode 1 if the Device is successfully added to a Z-Wave™ network.\n\n6.1.2 Adding (inclusion) with a switch/push-button\n1. Connect the Device to a power supply.\n2. Check if the blue LED is blinking in Mode 1. If so, the Device is not added to a Z-Wave™ network.\n3. Enable add/remove mode on the gateway.\n4. Toggle the switch/push-button connected to any of the SW terminals (SW, SW1, SW2, etc.) 3 times within 3 seconds (this procedure puts the Device in Learn mode*). The Device must receive on/off signal 3 times, which means pressing the momentary switch 3 times, or toggling the switch on and off 3 times.\n5. The blue LED will be blinking in Mode 2 during the adding process.\n6. The green LED will be blinking in Mode 1 if the Device is successfully added to a Z-Wave™ network.\n*Learn mode - a state that allows the Device to receive network information from the gateway.\n\n6.1.3 Adding (inclusion) with the S button\n1. Connect the Device to a power supply.\n2. Check if the blue LED is blinking in Mode 1. If so, the Device is not added to a Z-Wave™ network.\n3. Enable add/remove mode on the gateway.\n4. To enter the Setting mode, quickly press and hold the S button on the Device until the LED turns solid blue.\n5. Quickly release and then press and hold (> 2s) the S button on the Device until the blue LED starts blinking in Mode 3. Releasing the S button will start the Learn mode.\n6. The blue LED will be blinking in Mode 2 during the adding process.\n7. The green LED will be blinking in Mode 1 if the Device is successfully added to a Z-Wave™ network.\nNote! In Setting mode, the Device has a timeout of 10s before entering again into Normal mode",
164
+ "exclusion": "Removing the Device from a Z-Wave™ network (exclusion)\nNote! The Device will be removed from your Z-wave™ network, but any custom configuration parameters will not be erased.\nNote! All Device outputs (O, O1, O2, etc. - depending on the Device type) will turn the load 1s on/1s off /1s on/1s off if the Device is successfully added to/removed from a Z-Wave™ network.\n\n6.2.1 Removing (exclusion) with a switch/push-button\n1. Connect the Device to a power supply.\n2. Check if the green LED is blinking in Mode 1. If so, the Device is added to a Z-Wave™ network.\n3. Enable add/remove mode on the gateway.\n4. Toggle the switch/push-button connected to any of the SW terminals (SW, SW1, SW2,…) 3 times within 3 seconds (this procedure puts the Device in Learn mode). The Device must receive on/off signal 3 times, which means pressing the momentary switch 3 times, or toggling the switch on and off 3 times.\n5. The blue LED will be blinking in Mode 2 during the removing process.\n6. The blue LED will be blinking in Mode 1 if the Device is successfully removed from a Z-Wave™ network.\n\n6.2.2 Removing (exclusion) with the S button\n1. Connect the Device to a power supply.\n2. Check if the green LED is blinking in Mode 1. If so, the Device is added to a Z-Wave™ network.\n3. Enable add/remove mode on the gateway.\n4. To enter the Setting mode, quickly press and hold the S button on the Device until the LED turns solid blue.\n5. Quickly release and then press and hold (> 2s) the S button on the Device until the blue LED starts blinking in Mode 3. Releasing the S button will start the Learn mode.\n6. The blue LED will be blinking in Mode 2 during the removing process.\n7. The blue LED will be blinking in Mode 1 if the Device is successfully removed from a Z-Wave™ network.\nNote! In Setting mode, the Device has a timeout of 10s before entering again into Normal mode",
165
+ "reset": "6.3 Factory reset\n6.3.1 Factory reset general\nAfter Factory reset, all custom parameters and stored values (kWh, associations, routings, etc.) will return to their default state. HOME ID and NODE ID assigned to the Device will be deleted. Use this reset procedure only when the gateway is missing or otherwise inoperable.\n\n6.3.2 Factory reset with a switch/push-button\nNote! Factory reset with a switch/push-button is only possible within the first minute after the Device is connected to a power supply.\n1. Connect the Device to a power supply.\n2. Toggle the switch/push-button connected to any of the SW terminals (SW, SW1, SW2,…) 5 times within 3 seconds. The Device must receive on/off signal 5 times, which means pressing the push-button 5 times, or toggling the switch on and off 5 times.\n3. During factory reset, the LED will turn solid green for about 1s, then the blue and red LED will start blinking in Mode 3 for approx. 2s.\n4. The blue LED will be blinking in Mode 1 if the Factory reset is successful.\n\n6.3.3 Factory reset with the S button\nNote! Factory reset with the S button is possible anytime.\n1. To enter the Setting mode, quickly press and hold the S button on the Device until the LED turns solid blue.\n2. Press the S button multiple times until the LED turns solid red.\n3. Press and hold (> 2s) S button on the Device until the red LED starts blinking in Mode 3. Releasing the S button will start the factory reset.\n4. During factory reset, the LED will turn solid green for about 1s, then the blue and red LED will start blinking in Mode 3 for approx. 2s.\n5. The blue LED will be blinking in Mode 1 if the Factory reset is successful.\n\n6.3.4 Remote factory reset with parameter with the gateway\nFactory reset can be done remotely with the settings in Parameter No. 120",
166
+ "manual": "https://kb.shelly.cloud/knowledge-base/shelly-qubino-wave-devices"
167
+ }
168
+ }
@@ -301,7 +301,9 @@
301
301
  "0x02": "Below low threshold",
302
302
  "0x03": "Above high threshold",
303
303
  "0x04": "Max"
304
- }
304
+ },
305
+ // Translate missing event parameter to "no data"
306
+ "default": "0x01"
305
307
  }
306
308
  }
307
309
  }
@@ -318,7 +320,9 @@
318
320
  "0x02": "Below low threshold",
319
321
  "0x03": "Above high threshold",
320
322
  "0x04": "Max"
321
- }
323
+ },
324
+ // Translate missing event parameter to "no data"
325
+ "default": "0x01"
322
326
  }
323
327
  }
324
328
  }
@@ -334,7 +338,9 @@
334
338
  "0x01": "No data",
335
339
  "0x02": "Below low threshold",
336
340
  "0x03": "Above high threshold"
337
- }
341
+ },
342
+ // Translate missing event parameter to "no data"
343
+ "default": "0x01"
338
344
  }
339
345
  }
340
346
  }
@@ -350,7 +356,9 @@
350
356
  "0x01": "No data",
351
357
  "0x02": "Below low threshold",
352
358
  "0x03": "Above high threshold"
353
- }
359
+ },
360
+ // Translate missing event parameter to "no data"
361
+ "default": "0x01"
354
362
  }
355
363
  }
356
364
  }
@@ -1249,7 +1257,9 @@
1249
1257
  "0x02": "Below low threshold",
1250
1258
  "0x03": "Above high threshold",
1251
1259
  "0x04": "Max"
1252
- }
1260
+ },
1261
+ // Translate missing event parameter to "no data"
1262
+ "default": "0x01"
1253
1263
  }
1254
1264
  }
1255
1265
  }
@@ -1266,7 +1276,9 @@
1266
1276
  "0x02": "Below low threshold",
1267
1277
  "0x03": "Above high threshold",
1268
1278
  "0x04": "Max"
1269
- }
1279
+ },
1280
+ // Translate missing event parameter to "no data"
1281
+ "default": "0x01"
1270
1282
  }
1271
1283
  }
1272
1284
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "12.5.1",
3
+ "version": "12.5.2",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -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.5.1",
79
+ "@zwave-js/maintenance": "12.5.2",
80
80
  "ava": "^5.3.1",
81
81
  "comment-json": "^4.2.3",
82
82
  "del-cli": "^5.1.0",