@zwave-js/config 15.25.0 → 15.25.1

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 (65) hide show
  1. package/build/cjs/JsonTemplate.d.ts +21 -0
  2. package/build/cjs/JsonTemplate.js +50 -28
  3. package/build/cjs/JsonTemplate.js.map +2 -2
  4. package/build/cjs/Logic.js +1 -0
  5. package/build/cjs/Logic.js.map +2 -2
  6. package/build/cjs/_version.d.ts +1 -1
  7. package/build/cjs/_version.js +1 -1
  8. package/build/cjs/_version.js.map +1 -1
  9. package/build/cjs/index.d.ts +1 -0
  10. package/build/cjs/index.js +10 -1
  11. package/build/cjs/index.js.map +2 -2
  12. package/build/esm/JsonTemplate.d.ts +21 -0
  13. package/build/esm/JsonTemplate.d.ts.map +1 -1
  14. package/build/esm/JsonTemplate.js +78 -34
  15. package/build/esm/JsonTemplate.js.map +1 -1
  16. package/build/esm/Logic.d.ts.map +1 -1
  17. package/build/esm/Logic.js +1 -0
  18. package/build/esm/Logic.js.map +1 -1
  19. package/build/esm/_version.d.ts +1 -1
  20. package/build/esm/_version.js +1 -1
  21. package/build/esm/index.d.ts +1 -0
  22. package/build/esm/index.d.ts.map +1 -1
  23. package/build/esm/index.js +1 -0
  24. package/build/esm/index.js.map +1 -1
  25. package/config/devices/0x015f/mh-5900.json +1044 -2
  26. package/config/devices/0x015f/templates/mcohome_template.json +21 -0
  27. package/config/devices/0x0267/10002020-13x.json +4 -0
  28. package/config/devices/0x0267/10002080-13x.json +16 -0
  29. package/config/devices/0x027a/templates/zooz_template.json +14 -0
  30. package/config/devices/0x027a/zac36.json +127 -0
  31. package/config/devices/0x027a/zen04.json +4 -3
  32. package/config/devices/0x027a/zen05.json +132 -0
  33. package/config/devices/0x027a/zen06.json +57 -1
  34. package/config/devices/0x027a/zen14.json +2 -1
  35. package/config/devices/0x027a/zen15.json +20 -1
  36. package/config/devices/0x027a/zen21.json +44 -24
  37. package/config/devices/0x027a/zen22.json +34 -11
  38. package/config/devices/0x027a/zen23.json +39 -10
  39. package/config/devices/0x027a/zen24.json +20 -0
  40. package/config/devices/0x027a/zen26.json +11 -0
  41. package/config/devices/0x027a/zen27.json +15 -4
  42. package/config/devices/0x027a/zen30.json +83 -5
  43. package/config/devices/0x027a/zen31.json +116 -8
  44. package/config/devices/0x027a/zen35.json +6 -10
  45. package/config/devices/0x027a/zen37.json +25 -0
  46. package/config/devices/0x027a/zen51.json +7 -1
  47. package/config/devices/0x027a/zen52.json +36 -1
  48. package/config/devices/0x027a/zen53.json +43 -0
  49. package/config/devices/0x027a/zen54.json +9 -0
  50. package/config/devices/0x027a/zen55.json +34 -22
  51. package/config/devices/0x027a/zen72.json +4 -3
  52. package/config/devices/0x027a/zen73.json +32 -3
  53. package/config/devices/0x027a/zen74.json +61 -5
  54. package/config/devices/0x027a/zen75.json +13 -0
  55. package/config/devices/0x027a/zen76.json +25 -3
  56. package/config/devices/0x027a/zen77.json +5 -4
  57. package/config/devices/0x027a/zse09.json +4 -3
  58. package/config/devices/0x027a/zse11.json +1 -0
  59. package/config/devices/0x027a/zse18.json +37 -4
  60. package/config/devices/0x027a/zse33.json +1 -2
  61. package/config/devices/0x027a/zse40.json +5 -6
  62. package/config/devices/0x027a/zse43.json +2 -1
  63. package/config/devices/0x027a/zse50.json +1 -1
  64. package/config/devices/0x0464/lamp-zw2.json +232 -0
  65. package/package.json +1 -1
@@ -1,3 +1,10 @@
1
+ // Firmware versions
2
+ // VER 1.0: 20.16
3
+ // VER 2.0-2.02: 20.15
4
+ // VER 3.0-4.05: 3.0 -> 3.04 -> 4.0 -> 4.05
5
+
6
+ // Conditionals:
7
+ // VER 3.0 and later: firmwareVersion >= 3.0 && firmwareVersion < 20.15
1
8
  {
2
9
  "manufacturer": "Zooz",
3
10
  "manufacturerId": "0x027a",
@@ -21,50 +28,51 @@
21
28
  "paramInformation": [
22
29
  {
23
30
  "#": "1",
31
+ "$if": "firmwareVersion !== 20.16",
24
32
  "$import": "~/templates/master_template.json#orientation_momentary"
25
33
  },
26
34
  {
27
35
  "#": "2",
28
- "$if": "firmwareVersion <= 2.255",
29
- "$import": "~/templates/master_template.json#led_indicator_two_options"
36
+ "$if": "firmwareVersion >= 3.0 && firmwareVersion < 20.15",
37
+ "$import": "~/templates/master_template.json#led_indicator_four_options"
30
38
  },
31
39
  {
32
40
  "#": "2",
33
- "$if": "firmwareVersion >= 3.0",
34
- "$import": "~/templates/master_template.json#led_indicator_four_options"
41
+ "$if": "firmwareVersion !== 20.16",
42
+ "$import": "~/templates/master_template.json#led_indicator_two_options"
35
43
  },
36
44
  {
37
45
  "#": "3",
38
- "$if": "firmwareVersion <= 2.255",
39
- "$import": "~/templates/master_template.json#base_enable_disable_inverted",
40
- "label": "Enable/Disable LED Indicator",
41
- "defaultValue": 0
46
+ "$if": "firmwareVersion >= 3.0 && firmwareVersion < 20.15",
47
+ "$import": "~/templates/master_template.json#base_enable_disable",
48
+ "label": "Auto Turn-Off Timer"
42
49
  },
43
50
  {
44
51
  "#": "3",
45
- "$if": "firmwareVersion >= 3.0",
46
- "$import": "~/templates/master_template.json#base_enable_disable",
47
- "label": "Auto Turn-Off Timer"
52
+ "$if": "firmwareVersion !== 20.16",
53
+ "$import": "~/templates/master_template.json#base_enable_disable_inverted",
54
+ "label": "Enable/Disable LED Indicator",
55
+ "defaultValue": 0
48
56
  },
49
57
  {
50
58
  "#": "4",
51
- "$if": "firmwareVersion >= 3.0",
59
+ "$if": "firmwareVersion >= 3.0 && firmwareVersion < 20.15",
52
60
  "$import": "templates/zooz_template.json#auto_off_timer_duration"
53
61
  },
54
62
  {
55
63
  "#": "5",
56
- "$if": "firmwareVersion >= 3.0",
64
+ "$if": "firmwareVersion >= 3.0 && firmwareVersion < 20.15",
57
65
  "$import": "~/templates/master_template.json#base_enable_disable",
58
66
  "label": "Auto Turn-On Timer"
59
67
  },
60
68
  {
61
69
  "#": "6",
62
- "$if": "firmwareVersion >= 3.0",
70
+ "$if": "firmwareVersion >= 3.0 && firmwareVersion < 20.15",
63
71
  "$import": "templates/zooz_template.json#auto_on_timer_duration"
64
72
  },
65
73
  {
66
74
  "#": "7[0x01]",
67
- "$if": "firmwareVersion >= 3.4",
75
+ "$if": "firmwareVersion >= 3.4 && firmwareVersion < 20.15",
68
76
  "$import": "~/templates/master_template.json#base_enable_disable",
69
77
  "label": "Send Status Change Report: Local Control",
70
78
  "description": "Determine whether a trigger of this type should prompt a status change report to associated devices.",
@@ -72,7 +80,7 @@
72
80
  },
73
81
  {
74
82
  "#": "7[0x02]",
75
- "$if": "firmwareVersion >= 3.4",
83
+ "$if": "firmwareVersion >= 3.4 && firmwareVersion < 20.15",
76
84
  "$import": "~/templates/master_template.json#base_enable_disable",
77
85
  "label": "Send Status Change Report: 3-Way",
78
86
  "description": "Determine whether a trigger of this type should prompt a status change report to associated devices.",
@@ -80,7 +88,7 @@
80
88
  },
81
89
  {
82
90
  "#": "7[0x04]",
83
- "$if": "firmwareVersion >= 3.4",
91
+ "$if": "firmwareVersion >= 3.4 && firmwareVersion < 20.15",
84
92
  "$import": "~/templates/master_template.json#base_enable_disable",
85
93
  "label": "Send Status Change Report: Z-Wave",
86
94
  "description": "Determine whether a trigger of this type should prompt a status change report to associated devices.",
@@ -88,7 +96,7 @@
88
96
  },
89
97
  {
90
98
  "#": "7[0x08]",
91
- "$if": "firmwareVersion >= 3.4",
99
+ "$if": "firmwareVersion >= 3.4 && firmwareVersion < 20.15",
92
100
  "$import": "~/templates/master_template.json#base_enable_disable",
93
101
  "label": "Send Status Change Report: Timer",
94
102
  "description": "Determine whether a trigger of this type should prompt a status change report to associated devices.",
@@ -96,33 +104,45 @@
96
104
  },
97
105
  {
98
106
  "#": "8",
99
- "$if": "firmwareVersion >= 3.0",
107
+ "$if": "firmwareVersion >= 3.0 && firmwareVersion < 20.15",
100
108
  "$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev"
101
109
  },
102
110
  {
103
111
  "#": "9",
104
- "$if": "firmwareVersion >= 3.1",
112
+ "$if": "firmwareVersion >= 3.1 && firmwareVersion < 20.15",
105
113
  "$import": "templates/zooz_template.json#enable_scene_control"
106
114
  },
107
115
  {
108
116
  "#": "10",
109
- "$if": "firmwareVersion >= 3.1",
117
+ "$if": "firmwareVersion >= 3.1 && firmwareVersion < 20.15",
110
118
  "$import": "templates/zooz_template.json#local_control"
111
119
  },
112
120
  {
113
121
  "#": "11",
114
- "$if": "firmwareVersion >= 3.4",
122
+ "$if": "firmwareVersion >= 3.4 && firmwareVersion < 20.15",
115
123
  "$import": "~/templates/master_template.json#smart_switch_mode_0-2"
116
124
  },
117
125
  {
118
126
  "#": "12",
119
- "$if": "firmwareVersion >= 3.4",
127
+ "$if": "firmwareVersion >= 3.4 && firmwareVersion < 20.15",
120
128
  "$import": "templates/zooz_template.json#3way_switch_type"
121
129
  },
122
130
  {
123
131
  "#": "13",
124
- "$if": "firmwareVersion >= 3.4",
132
+ "$if": "firmwareVersion >= 3.4 && firmwareVersion < 20.15",
125
133
  "$import": "templates/zooz_template.json#smart_switch_mode_reporting"
134
+ },
135
+ {
136
+ // Value table is not published by Zooz for the ZEN21; assumed identical to the ZEN26/ZEN27.
137
+ "#": "16",
138
+ "$if": "firmwareVersion >= 4.5 && firmwareVersion < 20.15",
139
+ "$import": "templates/zooz_template.json#central_scene_paddle_mapping"
140
+ },
141
+ {
142
+ "#": "17",
143
+ "$if": "firmwareVersion >= 4.5 && firmwareVersion < 20.15",
144
+ "$import": "templates/zooz_template.json#local_programming",
145
+ "defaultValue": 0
126
146
  }
127
147
  ],
128
148
  "metadata": {
@@ -16,13 +16,31 @@
16
16
  "paramInformation": [
17
17
  {
18
18
  "#": "1",
19
- "$if": "firmwareVersion <= 2.255 || firmwareVersion >= 20.14",
19
+ "$if": "firmwareVersion <= 2.255 || firmwareVersion >= 20.15",
20
20
  "$import": "~/templates/master_template.json#orientation"
21
21
  },
22
22
  {
23
23
  "#": "1",
24
- "$if": "firmwareVersion >= 3.0 && firmwareVersion <= 20.14",
25
- "$import": "~/templates/master_template.json#orientation_momentary"
24
+ "$if": "firmwareVersion >= 3.0 && firmwareVersion < 20.15",
25
+ "$purpose": "orientation",
26
+ "label": "On/Off Paddle Orientation",
27
+ "valueSize": 1,
28
+ "defaultValue": 0,
29
+ "allowManualEntry": false,
30
+ "options": [
31
+ {
32
+ "label": "Upper paddle on, lower paddle off",
33
+ "value": 0
34
+ },
35
+ {
36
+ "label": "Upper paddle off, lower paddle on",
37
+ "value": 1
38
+ },
39
+ {
40
+ "label": "Either paddle toggles on/off",
41
+ "value": 2
42
+ }
43
+ ]
26
44
  },
27
45
  {
28
46
  "#": "2",
@@ -67,22 +85,28 @@
67
85
  }
68
86
  ]
69
87
  },
70
- {
71
- "#": "4",
72
- "$if": "firmwareVersion >= 3.0",
73
- "$import": "templates/zooz_template.json#auto_off_timer_duration"
74
- },
75
88
  {
76
89
  "#": "5",
77
90
  "$if": "firmwareVersion >= 3.0",
78
91
  "$import": "~/templates/master_template.json#base_enable_disable",
79
- "label": "Enable/Disable Auto Turn-On"
92
+ "label": "Auto Turn-On Timer"
80
93
  },
81
94
  {
82
95
  "#": "6",
83
96
  "$if": "firmwareVersion >= 3.0",
84
97
  "$import": "templates/zooz_template.json#auto_on_timer_duration"
85
98
  },
99
+ {
100
+ "#": "3",
101
+ "$if": "firmwareVersion >= 3.0 && firmwareVersion < 20.15",
102
+ "$import": "~/templates/master_template.json#base_enable_disable",
103
+ "label": "Auto Turn-Off Timer"
104
+ },
105
+ {
106
+ "#": "4",
107
+ "$if": "firmwareVersion >= 3.0 && firmwareVersion < 20.15",
108
+ "$import": "templates/zooz_template.json#auto_off_timer_duration"
109
+ },
86
110
  {
87
111
  "#": "7[0x01]",
88
112
  "$if": "firmwareVersion >= 3.0",
@@ -189,8 +213,7 @@
189
213
  {
190
214
  "#": "22",
191
215
  "$if": "firmwareVersion >= 3.7",
192
- "$import": "templates/zooz_template.json#night_light_mode",
193
- "defaultValue": 0
216
+ "$import": "templates/zooz_template.json#night_light_mode"
194
217
  }
195
218
  ]
196
219
  }
@@ -1,3 +1,12 @@
1
+ // Firmware versions
2
+ // VER 1.0: 20.16
3
+ // VER 1.1: 20.15
4
+ // VER 2.0: 1.05
5
+ // VER 3.0+: 3.0 -> 3.01 -> 3.03 -> 3.04 -> 3.05 -> 4.0 -> 4.01 -> 4.03
6
+
7
+ // Conditionals:
8
+ // VER 1.1 & 2.0: firmwareVersion >= 1.5 && firmwareVersion < 3.0 || firmwareVersion === 20.15
9
+ // VER 3.0 and later: firmwareVersion >= 3.0 && firmwareVersion < 20.15
1
10
  {
2
11
  "manufacturer": "Zooz",
3
12
  "manufacturerId": "0x027a",
@@ -37,54 +46,74 @@
37
46
  },
38
47
  {
39
48
  "#": "1",
40
- "$if": "firmwareVersion >= 3.0 && firmwareVersion <= 20.14 || firmwareVersion >= 20.17",
49
+ "$if": "firmwareVersion >= 3.0 && firmwareVersion < 20.15",
41
50
  "$import": "~/templates/master_template.json#orientation_momentary"
42
51
  },
43
52
  {
44
53
  "#": "3",
45
- "$if": "firmwareVersion >= 3.0 && firmwareVersion <= 20.14 || firmwareVersion >= 20.17",
54
+ "$if": "firmwareVersion >= 3.0 && firmwareVersion < 20.15",
46
55
  "$import": "~/templates/master_template.json#base_enable_disable",
47
56
  "label": "Auto Turn-Off Timer"
48
57
  },
49
58
  {
50
59
  "#": "4",
51
- "$if": "firmwareVersion >= 3.0 && firmwareVersion <= 20.14 || firmwareVersion >= 20.17",
60
+ "$if": "firmwareVersion >= 3.0 && firmwareVersion < 20.15",
52
61
  "$import": "templates/zooz_template.json#auto_off_timer_duration"
53
62
  },
54
63
  {
55
64
  "#": "5",
56
- "$if": "firmwareVersion >= 3.0 && firmwareVersion <= 20.14 || firmwareVersion >= 20.17",
65
+ "$if": "firmwareVersion >= 3.0 && firmwareVersion < 20.15",
57
66
  "$import": "~/templates/master_template.json#base_enable_disable",
58
67
  "label": "Auto Turn-On Timer"
59
68
  },
60
69
  {
61
70
  "#": "6",
62
- "$if": "firmwareVersion >= 3.0 && firmwareVersion <= 20.14 || firmwareVersion >= 20.17",
71
+ "$if": "firmwareVersion >= 3.0 && firmwareVersion < 20.15",
63
72
  "$import": "templates/zooz_template.json#auto_on_timer_duration"
64
73
  },
74
+ {
75
+ "#": "7[0x01]",
76
+ "$if": "firmwareVersion >= 3.0 && firmwareVersion < 20.15",
77
+ "$import": "templates/zooz_template.json#control_device_trigger_physical"
78
+ },
79
+ {
80
+ "#": "7[0x02]",
81
+ "$if": "firmwareVersion >= 3.0 && firmwareVersion < 20.15",
82
+ "$import": "templates/zooz_template.json#control_device_trigger_3way"
83
+ },
84
+ {
85
+ "#": "7[0x04]",
86
+ "$if": "firmwareVersion >= 3.0 && firmwareVersion < 20.15",
87
+ "$import": "templates/zooz_template.json#control_device_trigger_zwave"
88
+ },
89
+ {
90
+ "#": "7[0x08]",
91
+ "$if": "firmwareVersion >= 3.0 && firmwareVersion < 20.15",
92
+ "$import": "templates/zooz_template.json#control_device_trigger_timer"
93
+ },
65
94
  {
66
95
  "#": "8",
67
- "$if": "firmwareVersion >= 3.0 && firmwareVersion <= 20.14 || firmwareVersion >= 20.17",
96
+ "$if": "firmwareVersion >= 3.0 && firmwareVersion < 20.15",
68
97
  "$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev"
69
98
  },
70
99
  {
71
100
  "#": "9",
72
- "$if": "firmwareVersion >= 3.1 && firmwareVersion <= 20.14 || firmwareVersion >= 20.17",
101
+ "$if": "firmwareVersion >= 3.1 && firmwareVersion < 20.15",
73
102
  "$import": "templates/zooz_template.json#enable_scene_control"
74
103
  },
75
104
  {
76
105
  "#": "11",
77
- "$if": "firmwareVersion >= 3.1 && firmwareVersion <= 20.14 || firmwareVersion >= 20.17",
106
+ "$if": "firmwareVersion >= 3.1 && firmwareVersion < 20.15",
78
107
  "$import": "~/templates/master_template.json#smart_switch_mode_0-2"
79
108
  },
80
109
  {
81
110
  "#": "12",
82
- "$if": "firmwareVersion >= 3.4 && firmwareVersion <= 20.14 || firmwareVersion >= 20.17",
111
+ "$if": "firmwareVersion >= 3.4 && firmwareVersion < 20.15",
83
112
  "$import": "templates/zooz_template.json#3way_switch_type"
84
113
  },
85
114
  {
86
115
  "#": "13",
87
- "$if": "firmwareVersion >= 3.5 && firmwareVersion <= 20.14 || firmwareVersion >= 20.17",
116
+ "$if": "firmwareVersion >= 3.5 && firmwareVersion < 20.15",
88
117
  "$import": "templates/zooz_template.json#smart_switch_mode_reporting"
89
118
  }
90
119
  ]
@@ -66,6 +66,26 @@
66
66
  "$if": "firmwareVersion >= 3.0",
67
67
  "$import": "templates/zooz_template.json#auto_on_timer_duration"
68
68
  },
69
+ {
70
+ "#": "7[0x01]",
71
+ "$if": "firmwareVersion >= 3.0",
72
+ "$import": "templates/zooz_template.json#control_device_trigger_physical"
73
+ },
74
+ {
75
+ "#": "7[0x02]",
76
+ "$if": "firmwareVersion >= 3.0",
77
+ "$import": "templates/zooz_template.json#control_device_trigger_3way"
78
+ },
79
+ {
80
+ "#": "7[0x04]",
81
+ "$if": "firmwareVersion >= 3.0",
82
+ "$import": "templates/zooz_template.json#control_device_trigger_zwave"
83
+ },
84
+ {
85
+ "#": "7[0x08]",
86
+ "$if": "firmwareVersion >= 3.0",
87
+ "$import": "templates/zooz_template.json#control_device_trigger_timer"
88
+ },
69
89
  {
70
90
  "#": "8",
71
91
  "$if": "firmwareVersion >= 3.0",
@@ -118,6 +118,17 @@
118
118
  "#": "13",
119
119
  "$if": "firmwareVersion >= 2.2",
120
120
  "$import": "templates/zooz_template.json#smart_switch_mode_reporting"
121
+ },
122
+ {
123
+ "#": "14",
124
+ "$if": "firmwareVersion >= 3.50",
125
+ "$import": "templates/zooz_template.json#central_scene_paddle_mapping"
126
+ },
127
+ {
128
+ "#": "15",
129
+ "$if": "firmwareVersion >= 3.50",
130
+ "$import": "templates/zooz_template.json#local_programming",
131
+ "defaultValue": 0
121
132
  }
122
133
  ],
123
134
  "metadata": {
@@ -91,8 +91,7 @@
91
91
  },
92
92
  {
93
93
  "#": "9",
94
- "$import": "templates/zooz_template.json#dimmer_ramp_rate",
95
- "defaultValue": 1
94
+ "$import": "templates/zooz_template.json#dimmer_ramp_rate"
96
95
  },
97
96
  {
98
97
  "#": "10",
@@ -147,14 +146,15 @@
147
146
  },
148
147
  {
149
148
  "#": "17",
150
- "$if": "firmwareVersion === 2.7",
149
+ "$if": "firmwareVersion >= 2.7 && firmwareVersion <= 3.0",
151
150
  "$import": "templates/zooz_template.json#zwave_ramp_rate",
152
151
  "defaultValue": 1
153
152
  },
154
153
  {
155
154
  "#": "17",
156
- "$if": "firmwareVersion >= 2.8",
155
+ "$if": "firmwareVersion >= 3.1",
157
156
  "$import": "templates/zooz_template.json#zwave_ramp_rate"
157
+ // The default value changed, nothing else
158
158
  },
159
159
  {
160
160
  "#": "18",
@@ -176,6 +176,17 @@
176
176
  "$if": "firmwareVersion >= 2.8",
177
177
  "$import": "templates/zooz_template.json#night_light_mode",
178
178
  "defaultValue": 0
179
+ },
180
+ {
181
+ "#": "23",
182
+ "$if": "firmwareVersion >= 3.40",
183
+ "$import": "templates/zooz_template.json#central_scene_paddle_mapping"
184
+ },
185
+ {
186
+ "#": "24",
187
+ "$if": "firmwareVersion >= 3.40",
188
+ "$import": "templates/zooz_template.json#local_programming",
189
+ "defaultValue": 0
179
190
  }
180
191
  ],
181
192
  "metadata": {
@@ -1,14 +1,15 @@
1
- // The firmware versions on this device are a mess. Firmwares in one column are the same feature-wise
2
- // Features: (a) (b) (c) (d)
1
+ // The firmware versions on this device are a mess. Firmwares in one column are the same feature-wise.
2
+ // Features: (a) (b) (c) (d) (e) (f)
3
3
  // Revision 1: 1.3 -> 1.5 -> 1.11
4
4
  // Revision 2: 2.0 = 2.1 -> 2.11
5
- // Revision 3: 3.0 -> 3.10 -> 3.20
6
- // 800LR: 4.10
5
+ // Revision 3: 3.0 -> 3.10 -> 3.20 -> 3.30
6
+ // 800LR: 4.10 -> 4.20 -> 4.30 -> 4.40
7
7
 
8
8
  // Conditionals:
9
9
  // (b): firmwareVersion >= 1.5
10
10
  // (c): firmwareVersion >= 1.11 && firmwareVersion < 2.0 || firmwareVersion >= 2.11 && firmwareVersion < 3.0 || firmwareVersion >= 3.10
11
11
  // (d): firmwareVersion >= 3.20
12
+ // (e): firmwareVersion >= 3.30 && firmwareVersion < 4.0
12
13
  // 800LR: firmwareVersion >= 4.10
13
14
 
14
15
  {
@@ -306,11 +307,88 @@
306
307
  "$import": "templates/zooz_template.json#local_programming"
307
308
  },
308
309
  {
310
+ // Introduced in firmware 3.20 (700-series) and present on the 800LR line from 4.10
309
311
  "#": "34",
310
- "$if": "firmwareVersion >= 4.20",
312
+ "$if": "firmwareVersion >= 3.20",
311
313
  "$import": "~/templates/master_template.json#base_enable_disable_inverted",
312
314
  "label": "LED Indication: Settings Changed",
313
315
  "defaultValue": 0
316
+ },
317
+ {
318
+ "#": "16",
319
+ "$if": "firmwareVersion >= 4.10",
320
+ "$import": "templates/zooz_template.json#smart_switch_mode_dimming_reporting",
321
+ "label": "Multilevel Dimming Reports"
322
+ },
323
+ {
324
+ "#": "35[0x01]",
325
+ "$if": "firmwareVersion >= 4.10",
326
+ "$import": "~/templates/master_template.json#base_enable_disable",
327
+ "label": "Association Reports: Physical Tap",
328
+ "description": "Whether a physical tap should cause a report to be sent to associated devices.",
329
+ "defaultValue": 1
330
+ },
331
+ {
332
+ "#": "35[0x02]",
333
+ "$if": "firmwareVersion >= 4.10",
334
+ "$import": "~/templates/master_template.json#base_enable_disable",
335
+ "label": "Association Reports: Timer",
336
+ "description": "Whether a timer trigger should cause a report to be sent to associated devices.",
337
+ "defaultValue": 1
338
+ },
339
+ {
340
+ "#": "35[0x04]",
341
+ "$if": "firmwareVersion >= 4.10",
342
+ "$import": "~/templates/master_template.json#base_enable_disable",
343
+ "label": "Association Reports: Z-Wave Commands",
344
+ "description": "Whether controlling the device through Z-Wave commands should cause a report to be sent to associated devices.",
345
+ "defaultValue": 1
346
+ },
347
+ {
348
+ "#": "36",
349
+ "$if": "firmwareVersion >= 4.30",
350
+ "$import": "templates/zooz_template.json#on_off_switch_mode"
351
+ },
352
+ {
353
+ "#": "37",
354
+ "$if": "firmwareVersion >= 4.30",
355
+ "$import": "templates/zooz_template.json#custom_brightness",
356
+ "label": "Dimmer Brightness for Basic Set On",
357
+ "unit": "%"
358
+ },
359
+ {
360
+ "#": "38",
361
+ "$if": "firmwareVersion >= 4.40",
362
+ "$import": "templates/zooz_template.json#gamma_factor",
363
+ "label": "Gamma Factor for Dimmer",
364
+ "defaultValue": 22
365
+ },
366
+ {
367
+ "#": "39",
368
+ "$if": "firmwareVersion >= 4.40",
369
+ "$import": "~/templates/master_template.json#base_enable_disable_inverted",
370
+ "label": "Scene Control Multi-Tap for Relay",
371
+ "defaultValue": 0
372
+ },
373
+ {
374
+ "#": "40",
375
+ "$if": "firmwareVersion >= 4.40",
376
+ "$import": "~/templates/master_template.json#base_enable_disable_inverted",
377
+ "label": "Scene Control Multi-Tap for Dimmer",
378
+ "defaultValue": 0
379
+ },
380
+ {
381
+ "#": "41",
382
+ "$if": "firmwareVersion >= 4.40",
383
+ "$import": "templates/zooz_template.json#led_indicator_multi_color",
384
+ "label": "LED Indicator Multi-Color for Relay"
385
+ },
386
+ {
387
+ "#": "42",
388
+ "$if": "firmwareVersion >= 4.40",
389
+ "$import": "templates/zooz_template.json#led_indicator_multi_color",
390
+ "label": "LED Indicator Multi-Color for Dimmer",
391
+ "description": "Selects the LED indicator color in the opposite switch state when parameter 1 is set to value 0 or 1."
314
392
  }
315
393
  ],
316
394
  "compat": [