@zwave-js/config 15.15.3 → 15.17.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 (67) hide show
  1. package/build/cjs/JsonTemplate.js +2 -2
  2. package/build/cjs/JsonTemplate.js.map +2 -2
  3. package/build/cjs/Logic.d.ts +1 -1
  4. package/build/cjs/Logic.js +6 -7
  5. package/build/cjs/Logic.js.map +2 -2
  6. package/build/cjs/LogicParser.d.ts +66 -84
  7. package/build/cjs/LogicParser.js +410 -1337
  8. package/build/cjs/LogicParser.js.map +3 -3
  9. package/build/cjs/Manufacturers.js +1 -1
  10. package/build/cjs/Manufacturers.js.map +2 -2
  11. package/build/cjs/_version.d.ts +1 -1
  12. package/build/cjs/_version.js +1 -1
  13. package/build/cjs/_version.js.map +1 -1
  14. package/build/cjs/devices/DeviceConfig.d.ts +3 -3
  15. package/build/cjs/devices/DeviceConfig.js +3 -3
  16. package/build/cjs/devices/DeviceConfig.js.map +2 -2
  17. package/build/cjs/devices/DeviceConfig.unit._test.js.map +1 -1
  18. package/build/cjs/devices/ParamInformation.d.ts +2 -0
  19. package/build/cjs/devices/ParamInformation.js +16 -2
  20. package/build/cjs/devices/ParamInformation.js.map +2 -2
  21. package/build/cjs/index.js.map +2 -2
  22. package/build/esm/JsonTemplate.js +2 -2
  23. package/build/esm/JsonTemplate.js.map +1 -1
  24. package/build/esm/Logic.d.ts +1 -1
  25. package/build/esm/Logic.d.ts.map +1 -1
  26. package/build/esm/Logic.js +6 -8
  27. package/build/esm/Logic.js.map +1 -1
  28. package/build/esm/LogicParser.d.ts +66 -84
  29. package/build/esm/LogicParser.d.ts.map +1 -1
  30. package/build/esm/LogicParser.js +432 -2335
  31. package/build/esm/LogicParser.js.map +1 -1
  32. package/build/esm/Manufacturers.js +1 -1
  33. package/build/esm/Manufacturers.js.map +1 -1
  34. package/build/esm/_version.d.ts +1 -1
  35. package/build/esm/_version.js +1 -1
  36. package/build/esm/devices/DeviceConfig.d.ts +3 -3
  37. package/build/esm/devices/DeviceConfig.d.ts.map +1 -1
  38. package/build/esm/devices/DeviceConfig.js +4 -3
  39. package/build/esm/devices/DeviceConfig.js.map +1 -1
  40. package/build/esm/devices/DeviceConfig.unit._test.js +1 -0
  41. package/build/esm/devices/DeviceConfig.unit._test.js.map +1 -1
  42. package/build/esm/devices/ParamInformation.d.ts +2 -0
  43. package/build/esm/devices/ParamInformation.d.ts.map +1 -1
  44. package/build/esm/devices/ParamInformation.js +17 -2
  45. package/build/esm/devices/ParamInformation.js.map +1 -1
  46. package/build/esm/index.d.ts.map +1 -1
  47. package/build/esm/index.js +0 -1
  48. package/build/esm/index.js.map +1 -1
  49. package/config/devices/0x003b/be468zp.json +1 -1
  50. package/config/devices/0x003b/be469.json +2 -3
  51. package/config/devices/0x003b/be469zp.json +2 -3
  52. package/config/devices/0x0063/55258_zw4002.json +34 -1
  53. package/config/devices/0x0090/918.json +101 -0
  54. package/config/devices/0x0090/hc620.json +4 -0
  55. package/config/devices/0x0148/cometz_700.json +1 -1
  56. package/config/devices/0x021d/{ddl240x.json → ddl240x_15hzw.json} +1 -2
  57. package/config/devices/0x021d/ddl240x_1hzw.json +115 -0
  58. package/config/devices/0x027a/zse11.json +134 -0
  59. package/config/devices/0x0460/qlsh-001P10.json +119 -0
  60. package/config/devices/0x0460/qnpl-0A112.json +4 -0
  61. package/config/devices/0x0460/qnsw-001P16.json +15 -0
  62. package/config/devices/0x0460/qnsw-001X16.json +10 -0
  63. package/config/devices/0x0460/templates/wave_template.json +70 -0
  64. package/config/devices/0x0460/{qnsw-002P16.json → wave_2pm.json} +22 -1
  65. package/config/devices/templates/master_template.json +1 -1
  66. package/config/eslint.config.mjs +24 -19
  67. package/package.json +10 -12
@@ -31,9 +31,42 @@
31
31
  }
32
32
  },
33
33
  "paramInformation": [
34
+ {
35
+ "#": "3",
36
+ "$if": "firmwareVersion >= 5.51",
37
+ "$import": "~/templates/master_template.json#led_indicator_three_options_inverted",
38
+ "defaultValue": 1
39
+ },
34
40
  {
35
41
  "#": "4",
36
42
  "$import": "~/templates/master_template.json#orientation"
43
+ },
44
+ {
45
+ "#": "19",
46
+ "$import": "templates/jasco_template.json#alternate_exclusion_menu"
47
+ },
48
+ {
49
+ "#": "40",
50
+ "$if": "firmwareVersion >= 5.51",
51
+ "label": "Fan Speed Control",
52
+ "valueSize": 1,
53
+ "defaultValue": 0,
54
+ "allowManualEntry": false,
55
+ "options": [
56
+ {
57
+ "label": "Press and hold",
58
+ "value": 0
59
+ },
60
+ {
61
+ "label": "Single button presses",
62
+ "value": 1
63
+ }
64
+ ]
65
+ },
66
+ {
67
+ "#": "84",
68
+ "$if": "firmwareVersion >= 5.51",
69
+ "$import": "templates/jasco_template.json#factory_default"
37
70
  }
38
71
  ],
39
72
  "compat": {
@@ -43,6 +76,6 @@
43
76
  "inclusion": "Press and release the top or bottom rocker.",
44
77
  "exclusion": "Press and release the top or bottom rocker.",
45
78
  "reset": "1. Quickly press the top button three times, then immediately press the bottom button three times. 2. The LED will flash on/off five times when completed successfully.",
46
- "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/3928/55258%20QSG%20v1%20(5).pdf"
79
+ "manual": "https://products.z-wavealliance.org/wp-content/uploads/products/52589/55258%20QSG%20v1%20(5).pdf"
47
80
  }
48
81
  }
@@ -0,0 +1,101 @@
1
+ {
2
+ "manufacturer": "Kwikset",
3
+ "manufacturerId": "0x0090",
4
+ "label": "918",
5
+ "description": "Deadbolt Door Lock",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0811",
9
+ "productId": "0x03b8"
10
+ },
11
+ {
12
+ "productType": "0x0811",
13
+ "productId": "0x03b9"
14
+ },
15
+ {
16
+ "productType": "0x0811",
17
+ "productId": "0x00b9"
18
+ }
19
+ ],
20
+ "firmwareVersion": {
21
+ "min": "0.0",
22
+ "max": "255.255"
23
+ },
24
+ "paramInformation": [
25
+ {
26
+ "#": "1",
27
+ "$import": "~/templates/master_template.json#base_enable_disable",
28
+ "label": "Status LED",
29
+ "defaultValue": 1
30
+ },
31
+ {
32
+ "#": "2",
33
+ "$import": "~/templates/master_template.json#base_enable_disable",
34
+ "label": "Buzzer",
35
+ "defaultValue": 1
36
+ },
37
+ {
38
+ "#": "3",
39
+ "$import": "~/templates/master_template.json#base_enable_disable",
40
+ "label": "User Program Button",
41
+ "defaultValue": 1
42
+ },
43
+ {
44
+ "#": "4",
45
+ "$import": "~/templates/master_template.json#base_enable_disable",
46
+ "label": "Secure Screen",
47
+ "description": "Control the secure screen functionality (on touch locks only)",
48
+ "defaultValue": 1
49
+ },
50
+ {
51
+ "#": "10",
52
+ "label": "Lock Direction",
53
+ "description": "Indicates the direction of the lock. Set to 1 (Right handed lock) to initiate direction detection.",
54
+ "valueSize": 1,
55
+ "defaultValue": 1,
56
+ "allowManualEntry": false,
57
+ "options": [
58
+ {
59
+ "label": "Unknown latch position",
60
+ "value": 0
61
+ },
62
+ {
63
+ "label": "Right handed lock",
64
+ "value": 1
65
+ },
66
+ {
67
+ "label": "Left handed lock",
68
+ "value": 2
69
+ }
70
+ ]
71
+ },
72
+ {
73
+ "#": "40",
74
+ "label": "Reset to Factory Default Settings",
75
+ "valueSize": 1,
76
+ "defaultValue": 0,
77
+ "writeOnly": true,
78
+ "destructive": true,
79
+ "allowManualEntry": false,
80
+ "options": [
81
+ {
82
+ "label": "Normal operation",
83
+ "value": 0
84
+ },
85
+ {
86
+ "label": "Reset to factory defaults",
87
+ "value": 1
88
+ }
89
+ ]
90
+ },
91
+ {
92
+ "#": "46",
93
+ "label": "Motor Resistance",
94
+ "valueSize": 4,
95
+ "minValue": 0,
96
+ "maxValue": 4294967295,
97
+ "unsigned": true,
98
+ "readOnly": true
99
+ }
100
+ ]
101
+ }
@@ -9,6 +9,10 @@
9
9
  "productId": "0x03a8",
10
10
  "zwaveAllianceId": [4026, 4288, 4279]
11
11
  },
12
+ {
13
+ "productType": "0x0811",
14
+ "productId": "0x06a8"
15
+ },
12
16
  {
13
17
  "productType": "0x0811",
14
18
  "productId": "0x13a8",
@@ -166,6 +166,6 @@
166
166
  }
167
167
  },
168
168
  "metadata": {
169
- "manual": "https://eurotronic.org/wp-content/uploads/2023/04/Comet-Z-Wave-EN-2023-04-06.pdf"
169
+ "manual": "https://eurotronic.org/wp-content/uploads/2024/06/bedienungsanleitung-comet-z-wave-en.pdf"
170
170
  }
171
171
  }
@@ -74,9 +74,8 @@
74
74
  "#": "4",
75
75
  "label": "Association Group 2: Basic Set Value",
76
76
  "valueSize": 1,
77
- "minValue": 0,
78
- "maxValue": 6,
79
77
  "defaultValue": 1,
78
+ "allowManualEntry": false,
80
79
  "options": [
81
80
  {
82
81
  "label": "Disable completely",
@@ -0,0 +1,115 @@
1
+ {
2
+ "manufacturer": "Philips",
3
+ "manufacturerId": "0x021d",
4
+ "label": "DDL240X-1HZW",
5
+ "description": "Home Access Keyed Touchscreen Deadbolt",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0903",
9
+ "productId": "0x00d3"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "1",
19
+ "label": "Volume Level",
20
+ "valueSize": 1,
21
+ "defaultValue": 2,
22
+ "allowManualEntry": false,
23
+ "options": [
24
+ {
25
+ "label": "Silent",
26
+ "value": 0
27
+ },
28
+ {
29
+ "label": "Low",
30
+ "value": 1
31
+ },
32
+ {
33
+ "label": "High",
34
+ "value": 2
35
+ }
36
+ ]
37
+ },
38
+ {
39
+ "#": "2",
40
+ "$import": "~/templates/master_template.json#base_enable_disable",
41
+ "label": "LED Indicator"
42
+ },
43
+ {
44
+ "#": "3",
45
+ "label": "Battery Report Interval",
46
+ "valueSize": 2,
47
+ "unit": "minutes",
48
+ "minValue": 0,
49
+ "maxValue": 14400,
50
+ "defaultValue": 1440,
51
+ "options": [
52
+ {
53
+ "label": "Disable",
54
+ "value": 0
55
+ }
56
+ ]
57
+ },
58
+ {
59
+ "#": "4",
60
+ "label": "Association Group 2: Basic Set Value",
61
+ "valueSize": 1,
62
+ "defaultValue": 1,
63
+ "allowManualEntry": false,
64
+ "options": [
65
+ {
66
+ "label": "Disable completely",
67
+ "value": 0
68
+ },
69
+ {
70
+ "label": "Unlocked: 0xff; Locked: 0x00",
71
+ "value": 1
72
+ },
73
+ {
74
+ "label": "Unlocked: 0x00; Locked: 0xff",
75
+ "value": 2
76
+ },
77
+ {
78
+ "label": "Unlocked: 0xff; Locked: No command",
79
+ "value": 3
80
+ },
81
+ {
82
+ "label": "Unlocked: No command; Locked: 0x00",
83
+ "value": 4
84
+ },
85
+ {
86
+ "label": "Unlocked: 0x00; Locked: No command",
87
+ "value": 5
88
+ },
89
+ {
90
+ "label": "Unlocked: No command; Locked: 0xff",
91
+ "value": 6
92
+ }
93
+ ]
94
+ },
95
+ {
96
+ "#": "5",
97
+ "label": "Check Fingerprint",
98
+ "valueSize": 1,
99
+ "minValue": 0,
100
+ "maxValue": 1,
101
+ "defaultValue": 0,
102
+ "readOnly": true,
103
+ "options": [
104
+ {
105
+ "label": "No",
106
+ "value": 0
107
+ },
108
+ {
109
+ "label": "Yes",
110
+ "value": 1
111
+ }
112
+ ]
113
+ }
114
+ ]
115
+ }
@@ -42,6 +42,7 @@
42
42
  },
43
43
  {
44
44
  "#": "16",
45
+ "$if": "firmwareVersion < 2.0",
45
46
  "$import": "templates/zooz_template.json#binary_sensor_report"
46
47
  },
47
48
  {
@@ -67,6 +68,52 @@
67
68
  "label": "Flash LED on Motion",
68
69
  "defaultValue": 1
69
70
  },
71
+ {
72
+ "#": "20",
73
+ "$if": "firmwareVersion >= 2.0",
74
+ "$import": "~/templates/master_template.json#base_enable_disable",
75
+ "label": "Vibration Sensor",
76
+ "defaultValue": 1
77
+ },
78
+ {
79
+ "#": "21",
80
+ "$if": "firmwareVersion >= 2.0",
81
+ "label": "Brightness Sensing Interval",
82
+ "valueSize": 2,
83
+ "unit": "seconds",
84
+ "minValue": 0,
85
+ "maxValue": 43200,
86
+ "defaultValue": 10,
87
+ "unsigned": true,
88
+ "options": [
89
+ {
90
+ "label": "Disable",
91
+ "value": 0
92
+ }
93
+ ]
94
+ },
95
+ {
96
+ "#": "22",
97
+ "$if": "firmwareVersion >= 2.0",
98
+ "label": "Temperature Sensing Interval",
99
+ "valueSize": 2,
100
+ "unit": "seconds",
101
+ "minValue": 0,
102
+ "maxValue": 43200,
103
+ "defaultValue": 60,
104
+ "unsigned": true
105
+ },
106
+ {
107
+ "#": "23",
108
+ "$if": "firmwareVersion >= 2.0",
109
+ "label": "Humidity Sensing Interval",
110
+ "valueSize": 2,
111
+ "unit": "seconds",
112
+ "minValue": 0,
113
+ "maxValue": 43200,
114
+ "defaultValue": 60,
115
+ "unsigned": true
116
+ },
70
117
  {
71
118
  "#": "32",
72
119
  "$import": "templates/zooz_template.json#low_battery_alarm_threshold",
@@ -81,6 +128,57 @@
81
128
  "maxValue": 744,
82
129
  "defaultValue": 4
83
130
  },
131
+ {
132
+ "#": "173",
133
+ "$if": "firmwareVersion >= 2.0",
134
+ "label": "Temperature Reporting Interval",
135
+ "valueSize": 2,
136
+ "unit": "seconds",
137
+ "minValue": 0,
138
+ "maxValue": 43200,
139
+ "defaultValue": 0,
140
+ "unsigned": true,
141
+ "options": [
142
+ {
143
+ "label": "Reports based on threshold only",
144
+ "value": 0
145
+ }
146
+ ]
147
+ },
148
+ {
149
+ "#": "174",
150
+ "$if": "firmwareVersion >= 2.0",
151
+ "label": "Humidity Reporting Interval",
152
+ "valueSize": 2,
153
+ "unit": "seconds",
154
+ "minValue": 0,
155
+ "maxValue": 43200,
156
+ "defaultValue": 0,
157
+ "unsigned": true,
158
+ "options": [
159
+ {
160
+ "label": "Reports based on threshold only",
161
+ "value": 0
162
+ }
163
+ ]
164
+ },
165
+ {
166
+ "#": "175",
167
+ "$if": "firmwareVersion >= 2.0",
168
+ "label": "Brightness Reporting Interval",
169
+ "valueSize": 2,
170
+ "unit": "seconds",
171
+ "minValue": 0,
172
+ "maxValue": 43200,
173
+ "defaultValue": 0,
174
+ "unsigned": true,
175
+ "options": [
176
+ {
177
+ "label": "Reports based on threshold only",
178
+ "value": 0
179
+ }
180
+ ]
181
+ },
84
182
  {
85
183
  "#": "182",
86
184
  "$import": "~/templates/master_template.json#base_0-99_nounit",
@@ -132,6 +230,42 @@
132
230
  "value": 0
133
231
  }
134
232
  ]
233
+ },
234
+ {
235
+ "#": "201",
236
+ "$if": "firmwareVersion >= 2.0",
237
+ "label": "Temperature Calibration",
238
+ "description": "Value is offset by 100: 0 = -10 °F, 50 = -5 °F, 100 = 0 °F, 150 = +5 °F, 200 = +10 °F",
239
+ "valueSize": 1,
240
+ "unit": "0.1 °F",
241
+ "minValue": 0,
242
+ "maxValue": 200,
243
+ "defaultValue": 100,
244
+ "unsigned": true
245
+ },
246
+ {
247
+ "#": "202",
248
+ "$if": "firmwareVersion >= 2.0",
249
+ "label": "Humidity Calibration",
250
+ "description": "Value is offset by 100: 0 = -10%, 50 = -5%, 100 = 0%, 150 = +5%, 200 = +10%",
251
+ "valueSize": 1,
252
+ "unit": "0.1 %",
253
+ "minValue": 0,
254
+ "maxValue": 200,
255
+ "defaultValue": 100,
256
+ "unsigned": true
257
+ },
258
+ {
259
+ "#": "203",
260
+ "$if": "firmwareVersion >= 2.0",
261
+ "label": "Brightness Calibration",
262
+ "description": "Value is offset by 100: 0 = -10 lux, 50 = -5 lux, 100 = 0 lux, 150 = +5 lux, 200 = +10 lux",
263
+ "valueSize": 1,
264
+ "unit": "0.1 lux",
265
+ "minValue": 0,
266
+ "maxValue": 200,
267
+ "defaultValue": 100,
268
+ "unsigned": true
135
269
  }
136
270
  ],
137
271
  "compat": [
@@ -0,0 +1,119 @@
1
+ {
2
+ "manufacturer": "Shelly Europe Ltd.",
3
+ "manufacturerId": "0x0460",
4
+ "label": "QLSH-001P10EU",
5
+ "description": "Shelly Wave Shutter",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0003",
9
+ "productId": "0x0083"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "5",
19
+ "$import": "templates/wave_template.json#switch_type",
20
+ "label": "SW1 & SW2 Switch Type"
21
+ },
22
+ {
23
+ "#": "6",
24
+ "$import": "templates/wave_template.json#swap_inputs"
25
+ },
26
+ {
27
+ "#": "16",
28
+ "$import": "templates/wave_template.json#swap_outputs"
29
+ },
30
+ {
31
+ "#": "36",
32
+ "$import": "templates/wave_template.json#power_change_report_treshold",
33
+ "label": "O1: Power Change Report Threshold"
34
+ },
35
+ {
36
+ "#": "39",
37
+ "$import": "templates/wave_template.json#min_time_between_reports",
38
+ "label": "O1: Minimum Time Between Power Reports"
39
+ },
40
+ {
41
+ "#": "71",
42
+ "$import": "templates/wave_template.json#operating_modes"
43
+ },
44
+ {
45
+ "#": "72",
46
+ "$import": "~/templates/master_template.json#base_0-65535",
47
+ "label": "Slats Turning Time",
48
+ "valueSize": 2,
49
+ "unit": "seconds"
50
+ },
51
+ {
52
+ "#": "73",
53
+ "$import": "~/templates/master_template.json#base_enable_disable",
54
+ "label": "Slats to Previous Position",
55
+ "defaultValue": 1
56
+ },
57
+ {
58
+ "#": "76",
59
+ "$import": "templates/wave_template.json#motor_limit_detection"
60
+ },
61
+ {
62
+ "#": "77",
63
+ "$import": "~/templates/master_template.json#base_1-255_nounit",
64
+ "label": "Delay Next Movement"
65
+ },
66
+ {
67
+ "#": "78",
68
+ "$import": "templates/wave_template.json#force_calibration",
69
+ "label": "Calibrate Device"
70
+ },
71
+ {
72
+ "#": "79",
73
+ "$import": "templates/wave_template.json#delay_limit_detection"
74
+ },
75
+ {
76
+ "#": "80",
77
+ "$import": "~/templates/master_template.json#base_0-127_nounit",
78
+ "label": "Stop Delay Time After Limit Detected",
79
+ "unit": "seconds",
80
+ "defaultValue": 10
81
+ },
82
+ {
83
+ "#": "81",
84
+ "$import": "templates/wave_template.json#max_moving_time"
85
+ },
86
+ {
87
+ "#": "105",
88
+ "$import": "templates/wave_template.json#led_intensity",
89
+ "label": "Signal LED Intensity"
90
+ },
91
+ {
92
+ "#": "117",
93
+ "$import": "templates/wave_template.json#remote_reboot",
94
+ "label": "Remote Reboot"
95
+ },
96
+ {
97
+ "#": "120",
98
+ "$import": "templates/wave_template.json#factory_reset"
99
+ },
100
+ {
101
+ "#": "201",
102
+ "$import": "templates/wave_template.json#serial_number",
103
+ "label": "Serial Number: Part 1"
104
+ },
105
+ {
106
+ "#": "202",
107
+ "$import": "templates/wave_template.json#serial_number",
108
+ "label": "Serial Number: Part 2"
109
+ },
110
+ {
111
+ "#": "203",
112
+ "$import": "templates/wave_template.json#serial_number",
113
+ "label": "Serial Number: Part 3"
114
+ }
115
+ ],
116
+ "metadata": {
117
+ "$import": "templates/wave_template.json#default_metadata"
118
+ }
119
+ }
@@ -7,6 +7,10 @@
7
7
  {
8
8
  "productType": "0x0002",
9
9
  "productId": "0x0087"
10
+ },
11
+ {
12
+ "productType": "0x0002",
13
+ "productId": "0x0092"
10
14
  }
11
15
  ],
12
16
  "firmwareVersion": {
@@ -35,6 +35,12 @@
35
35
  "$import": "templates/wave_template.json#switch_type",
36
36
  "label": "SW1 Switch Type"
37
37
  },
38
+ {
39
+ "#": "7",
40
+ "$if": "firmwareVersion >= 13.00",
41
+ "$import": "templates/wave_template.json#detached_mode",
42
+ "label": "Detach O Output"
43
+ },
38
44
  {
39
45
  "#": "17",
40
46
  "$import": "~/templates/master_template.json#state_after_power_failure_prev_off",
@@ -72,24 +78,33 @@
72
78
  },
73
79
  {
74
80
  "#": "91",
81
+ "$if": "firmwareVersion < 13.00",
75
82
  "$import": "templates/wave_template.json#alarm_configuration",
76
83
  "label": "Alarm Configuration: Water"
77
84
  },
78
85
  {
79
86
  "#": "92",
87
+ "$if": "firmwareVersion < 13.00",
80
88
  "$import": "templates/wave_template.json#alarm_configuration",
81
89
  "label": "Alarm Configuration: Smoke"
82
90
  },
83
91
  {
84
92
  "#": "93",
93
+ "$if": "firmwareVersion < 13.00",
85
94
  "$import": "templates/wave_template.json#alarm_configuration",
86
95
  "label": "Alarm Configuration: CO"
87
96
  },
88
97
  {
89
98
  "#": "94",
99
+ "$if": "firmwareVersion < 13.00",
90
100
  "$import": "templates/wave_template.json#alarm_configuration",
91
101
  "label": "Alarm Configuration: Heat"
92
102
  },
103
+ {
104
+ "#": "117",
105
+ "$if": "firmwareVersion >= 13.00",
106
+ "$import": "templates/wave_template.json#remote_reboot"
107
+ },
93
108
  {
94
109
  "#": "120",
95
110
  "$import": "templates/wave_template.json#factory_reset"
@@ -35,6 +35,12 @@
35
35
  "$import": "templates/wave_template.json#switch_type",
36
36
  "label": "SW1 Switch Type"
37
37
  },
38
+ {
39
+ "#": "7",
40
+ "$if": "firmwareVersion >= 13.00",
41
+ "$import": "templates/wave_template.json#detached_mode",
42
+ "label": "Detach O Output"
43
+ },
38
44
  {
39
45
  "#": "17",
40
46
  "$import": "~/templates/master_template.json#state_after_power_failure_prev_off",
@@ -62,21 +68,25 @@
62
68
  },
63
69
  {
64
70
  "#": "91",
71
+ "$if": "firmwareVersion < 13.00",
65
72
  "$import": "templates/wave_template.json#alarm_configuration",
66
73
  "label": "Alarm Configuration: Water"
67
74
  },
68
75
  {
69
76
  "#": "92",
77
+ "$if": "firmwareVersion < 13.00",
70
78
  "$import": "templates/wave_template.json#alarm_configuration",
71
79
  "label": "Alarm Configuration: Smoke"
72
80
  },
73
81
  {
74
82
  "#": "93",
83
+ "$if": "firmwareVersion < 13.00",
75
84
  "$import": "templates/wave_template.json#alarm_configuration",
76
85
  "label": "Alarm Configuration: CO"
77
86
  },
78
87
  {
79
88
  "#": "94",
89
+ "$if": "firmwareVersion < 13.00",
80
90
  "$import": "templates/wave_template.json#alarm_configuration",
81
91
  "label": "Alarm Configuration: Heat"
82
92
  },