@zwave-js/config 10.0.0-beta.4 → 10.0.0-beta.7

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 (70) hide show
  1. package/build/ConfigManager.d.ts.map +1 -1
  2. package/build/ConfigManager.js +15 -10
  3. package/build/ConfigManager.js.map +1 -1
  4. package/build/DeviceClasses.d.ts.map +1 -1
  5. package/build/DeviceClasses.js +1 -2
  6. package/build/DeviceClasses.js.map +1 -1
  7. package/build/Manufacturers.d.ts.map +1 -1
  8. package/build/Manufacturers.js +1 -2
  9. package/build/Manufacturers.js.map +1 -1
  10. package/build/Meters.d.ts.map +1 -1
  11. package/build/Meters.js +1 -2
  12. package/build/Meters.js.map +1 -1
  13. package/build/Notifications.d.ts.map +1 -1
  14. package/build/Notifications.js +2 -3
  15. package/build/Notifications.js.map +1 -1
  16. package/build/SensorTypes.d.ts.map +1 -1
  17. package/build/SensorTypes.js +1 -2
  18. package/build/SensorTypes.js.map +1 -1
  19. package/build/devices/DeviceConfig.d.ts.map +1 -1
  20. package/build/devices/DeviceConfig.js +3 -4
  21. package/build/devices/DeviceConfig.js.map +1 -1
  22. package/build/devices/EndpointConfig.d.ts.map +1 -1
  23. package/build/devices/EndpointConfig.js +1 -2
  24. package/build/devices/EndpointConfig.js.map +1 -1
  25. package/config/devices/0x010f/fgwpb-121.json +0 -4
  26. package/config/devices/0x010f/fgwpg-111.json +448 -0
  27. package/config/devices/0x010f/fgwpg-121.json +98 -102
  28. package/config/devices/0x0271/is140-2.json +15 -123
  29. package/config/devices/0x0271/l_810_led_ihf.json +16 -90
  30. package/config/devices/0x0271/motionswitch_led.json +89 -106
  31. package/config/devices/0x0271/rs_led_d2_z-wave.json +15 -93
  32. package/config/devices/0x0271/templates/steinel_template.json +237 -0
  33. package/config/devices/0x0271/xled_home_2.json +14 -209
  34. package/config/devices/0x027a/zen05.json +63 -0
  35. package/config/devices/0x027a/zen17.json +71 -20
  36. package/config/devices/0x027a/zen20.json +75 -8
  37. package/config/devices/0x0312/mp20z.json +13 -71
  38. package/config/devices/0x0312/mp21z.json +2 -32
  39. package/config/devices/0x0312/mp21zd.json +8 -8
  40. package/config/devices/0x0312/{mp21zp.json → mp21zp_mp31zp.json} +3 -6
  41. package/config/devices/0x0312/mp22z.json +5 -47
  42. package/config/devices/0x0312/mp22zd.json +2 -2
  43. package/config/devices/0x0312/mp22zp.json +1 -7
  44. package/config/devices/0x0312/mp23z.json +2 -32
  45. package/config/devices/0x0312/mp24z.json +5 -45
  46. package/config/devices/0x0312/mr40z.json +3 -3
  47. package/config/devices/0x0312/ms10z.json +11 -25
  48. package/config/devices/0x0312/ms11zs.json +1 -1
  49. package/config/devices/0x0312/ms12z.json +11 -25
  50. package/config/devices/0x0312/ms13z.json +14 -14
  51. package/config/devices/0x0312/n4001.json +1 -7
  52. package/config/devices/0x0312/n4002.json +10 -10
  53. package/config/devices/0x0312/n4003.json +55 -0
  54. package/config/devices/0x0312/nzw30.json +3 -44
  55. package/config/devices/0x0312/nzw30s.json +3 -40
  56. package/config/devices/0x0312/nzw30t.json +2 -22
  57. package/config/devices/0x0312/nzw31.json +2 -21
  58. package/config/devices/0x0312/nzw31s.json +2 -21
  59. package/config/devices/0x0312/nzw36.json +2 -26
  60. package/config/devices/0x0312/nzw96.json +2 -26
  61. package/config/devices/0x0312/templates/minoston_template.json +43 -1
  62. package/config/devices/0x0312/zw30.json +16 -144
  63. package/config/devices/0x0312/zw31.json +16 -146
  64. package/config/devices/0x0312/zw31s.json +10 -10
  65. package/config/devices/0x0312/zw39.json +4 -44
  66. package/config/devices/0x0312/zw922.json +3 -3
  67. package/config/devices/0x0312/zw96.json +5 -32
  68. package/config/devices/0x0312/zw97.json +9 -46
  69. package/config/devices/templates/master_template.json +21 -1
  70. package/package.json +8 -6
@@ -21,28 +21,30 @@
21
21
  {
22
22
  "#": "3",
23
23
  "label": "Overload",
24
- "description": "Overload safety switch",
24
+ "description": "Turn off the controlled device in case of exceeding the defined power.",
25
25
  "valueSize": 2,
26
+ "unit": "0.1 W",
26
27
  "minValue": 0,
27
28
  "maxValue": 30000,
28
29
  "defaultValue": 0,
29
30
  "options": [
30
31
  {
31
- "label": "Overload Disabled",
32
+ "label": "Disable",
32
33
  "value": 0
33
34
  }
34
35
  ]
35
36
  },
36
37
  {
37
38
  "#": "11",
38
- "label": "Power Reporting",
39
+ "label": "Power Reporting Threshold",
39
40
  "valueSize": 1,
41
+ "unit": "%",
40
42
  "minValue": 0,
41
43
  "maxValue": 100,
42
44
  "defaultValue": 15,
43
45
  "options": [
44
46
  {
45
- "label": "Disables power reporting",
47
+ "label": "Disable",
46
48
  "value": 0
47
49
  }
48
50
  ]
@@ -51,12 +53,13 @@
51
53
  "#": "12",
52
54
  "label": "Energy Reporting Threshold",
53
55
  "valueSize": 2,
56
+ "unit": "0.01 kWh",
54
57
  "minValue": 0,
55
58
  "maxValue": 500,
56
59
  "defaultValue": 10,
57
60
  "options": [
58
61
  {
59
- "label": "Disables energy reporting",
62
+ "label": "Disable",
60
63
  "value": 0
61
64
  }
62
65
  ]
@@ -65,6 +68,7 @@
65
68
  "#": "13",
66
69
  "label": "Power Reporting Interval",
67
70
  "valueSize": 2,
71
+ "unit": "seconds",
68
72
  "minValue": 0,
69
73
  "maxValue": 32400,
70
74
  "defaultValue": 3600,
@@ -79,6 +83,7 @@
79
83
  "#": "14",
80
84
  "label": "Energy Reporting Interval",
81
85
  "valueSize": 2,
86
+ "unit": "seconds",
82
87
  "minValue": 0,
83
88
  "maxValue": 32400,
84
89
  "defaultValue": 3600,
@@ -107,50 +112,9 @@
107
112
  }
108
113
  ]
109
114
  },
110
- {
111
- "#": "21",
112
- "label": "Up Value",
113
- "description": "Upper power threshold",
114
- "valueSize": 2,
115
- "minValue": 100,
116
- "maxValue": 30000,
117
- "defaultValue": 500
118
- },
119
- {
120
- "#": "22",
121
- "label": "Down value",
122
- "description": "Lower power threshold",
123
- "valueSize": 2,
124
- "minValue": 0,
125
- "maxValue": 29900,
126
- "defaultValue": 300
127
- },
128
- {
129
- "#": "23",
130
- "label": "Controlling",
131
- "description": "Controlling 3rd association group devices",
132
- "valueSize": 1,
133
- "defaultValue": 3,
134
- "allowManualEntry": false,
135
- "options": [
136
- {
137
- "label": "Power Exceeded",
138
- "value": 1
139
- },
140
- {
141
- "label": "Power Dropped",
142
- "value": 2
143
- },
144
- {
145
- "label": "Power Dropped or Exceeded",
146
- "value": 3
147
- }
148
- ]
149
- },
150
115
  {
151
116
  "#": "24",
152
- "label": "Switch On",
153
- "description": "Command frame sent to devices in 2nd group",
117
+ "label": "Group 2: Switch On Value",
154
118
  "valueSize": 2,
155
119
  "minValue": 0,
156
120
  "maxValue": 255,
@@ -168,8 +132,7 @@
168
132
  },
169
133
  {
170
134
  "#": "25",
171
- "label": "Switch Off",
172
- "description": "Command frame sent to devices in 2nd group",
135
+ "label": "Group 2: Switch Off Value",
173
136
  "valueSize": 2,
174
137
  "minValue": 0,
175
138
  "maxValue": 255,
@@ -185,10 +148,48 @@
185
148
  }
186
149
  ]
187
150
  },
151
+ {
152
+ "#": "23",
153
+ "label": "Group 3: Control Mode",
154
+ "description": "When to send a command to devices in the association group 3.",
155
+ "valueSize": 1,
156
+ "defaultValue": 3,
157
+ "allowManualEntry": false,
158
+ "options": [
159
+ {
160
+ "label": "Power usage above upper threshold",
161
+ "value": 1
162
+ },
163
+ {
164
+ "label": "Power usage below lower threshold",
165
+ "value": 2
166
+ },
167
+ {
168
+ "label": "Both",
169
+ "value": 3
170
+ }
171
+ ]
172
+ },
173
+ {
174
+ "#": "21",
175
+ "label": "Group 3: Upper Power Threshold",
176
+ "valueSize": 2,
177
+ "minValue": 100,
178
+ "maxValue": 30000,
179
+ "defaultValue": 500
180
+ },
181
+ {
182
+ "#": "22",
183
+ "label": "Group 3: Lower Power Threshold",
184
+ "valueSize": 2,
185
+ "minValue": 0,
186
+ "maxValue": 29900,
187
+ "defaultValue": 300
188
+ },
188
189
  {
189
190
  "#": "26",
190
- "label": "Threshold Up",
191
- "description": "Command frame sent to the devices in 3rd group",
191
+ "label": "Group 3: Upper Threshold Command Value",
192
+ "description": "Which value to send when the power usage is above the upper threshold.",
192
193
  "valueSize": 2,
193
194
  "minValue": 0,
194
195
  "maxValue": 255,
@@ -206,8 +207,8 @@
206
207
  },
207
208
  {
208
209
  "#": "27",
209
- "label": "Threshold Down",
210
- "description": "Command frame sent to the devices in 3rd group",
210
+ "label": "Group 3: Lower Threshold Command Value",
211
+ "description": "Which value to send when the power usage is below the lower threshold.",
211
212
  "valueSize": 2,
212
213
  "minValue": 0,
213
214
  "maxValue": 255,
@@ -224,42 +225,40 @@
224
225
  ]
225
226
  },
226
227
  {
227
- "#": "30",
228
- "label": "Active Alarms",
229
- "description": "Network alarms to which the Wall Plug will respond",
230
- "valueSize": 1,
231
- "defaultValue": 63,
232
- "allowManualEntry": false,
233
- "options": [
234
- {
235
- "label": "General",
236
- "value": 1
237
- },
238
- {
239
- "label": "Smoke",
240
- "value": 2
241
- },
242
- {
243
- "label": "Carbon Monoxide",
244
- "value": 4
245
- },
246
- {
247
- "label": "Carbon Dioxide",
248
- "value": 8
249
- },
250
- {
251
- "label": "High Temperature",
252
- "value": 16
253
- },
254
- {
255
- "label": "Flood",
256
- "value": 32
257
- },
258
- {
259
- "label": "All Alarms (default)",
260
- "value": 63
261
- }
262
- ]
228
+ "#": "30[0x01]",
229
+ "$import": "~/templates/master_template.json#base_enable_disable",
230
+ "label": "Respond To Alarms: General",
231
+ "defaultValue": 1
232
+ },
233
+ {
234
+ "#": "30[0x02]",
235
+ "$import": "~/templates/master_template.json#base_enable_disable",
236
+ "label": "Respond To Alarms: Smoke",
237
+ "defaultValue": 1
238
+ },
239
+ {
240
+ "#": "30[0x04]",
241
+ "$import": "~/templates/master_template.json#base_enable_disable",
242
+ "label": "Respond To Alarms: Carbon Monoxide",
243
+ "defaultValue": 1
244
+ },
245
+ {
246
+ "#": "30[0x08]",
247
+ "$import": "~/templates/master_template.json#base_enable_disable",
248
+ "label": "Respond To Alarms: Carbon Dioxide",
249
+ "defaultValue": 1
250
+ },
251
+ {
252
+ "#": "30[0x10]",
253
+ "$import": "~/templates/master_template.json#base_enable_disable",
254
+ "label": "Respond To Alarms: High Temperature",
255
+ "defaultValue": 1
256
+ },
257
+ {
258
+ "#": "30[0x20]",
259
+ "$import": "~/templates/master_template.json#base_enable_disable",
260
+ "label": "Respond To Alarms: Flood",
261
+ "defaultValue": 1
263
262
  },
264
263
  {
265
264
  "#": "31",
@@ -286,32 +285,31 @@
286
285
  },
287
286
  {
288
287
  "#": "32",
289
- "label": "Alarm state duration",
290
- "description": "Specifies the duration of the alarm state",
288
+ "label": "Alarm Duration",
291
289
  "valueSize": 2,
290
+ "unit": "seconds",
292
291
  "minValue": 1,
293
292
  "maxValue": 32400,
294
293
  "defaultValue": 600
295
294
  },
296
295
  {
297
296
  "#": "40",
298
- "label": "Power load for violet color",
299
- "description": "Maximum active power to flash the LED frame Violet",
297
+ "label": "LED Indicator: Power Threshold For Violet Color",
300
298
  "valueSize": 2,
299
+ "unit": "0.1 W",
301
300
  "minValue": 1000,
302
301
  "maxValue": 30000,
303
302
  "defaultValue": 30000
304
303
  },
305
304
  {
306
305
  "#": "41",
307
- "label": "LED frame color On",
308
- "description": "LED frame color when controlled device is on",
306
+ "label": "LED Indicator: Color When Load On",
309
307
  "valueSize": 1,
310
308
  "defaultValue": 1,
311
309
  "allowManualEntry": false,
312
310
  "options": [
313
311
  {
314
- "label": "Disable Illumination",
312
+ "label": "LED Off",
315
313
  "value": 0
316
314
  },
317
315
  {
@@ -354,14 +352,13 @@
354
352
  },
355
353
  {
356
354
  "#": "42",
357
- "label": "LED frame color Off",
358
- "description": "LED frame color when controlled device is off",
355
+ "label": "LED Indicator: Color When Load Off",
359
356
  "valueSize": 1,
360
357
  "defaultValue": 0,
361
358
  "allowManualEntry": false,
362
359
  "options": [
363
360
  {
364
- "label": "Disable Illumination",
361
+ "label": "LED Off",
365
362
  "value": 0
366
363
  },
367
364
  {
@@ -400,14 +397,13 @@
400
397
  },
401
398
  {
402
399
  "#": "43",
403
- "label": "LED frame color Z-Wave",
404
- "description": "Z-Wave alarm illumination",
400
+ "label": "LED Indicator: Color During Alarm",
405
401
  "valueSize": 1,
406
402
  "defaultValue": 2,
407
403
  "allowManualEntry": false,
408
404
  "options": [
409
405
  {
410
- "label": "Disable Illumination",
406
+ "label": "LED Off",
411
407
  "value": 0
412
408
  },
413
409
  {
@@ -20,159 +20,51 @@
20
20
  "paramInformation": [
21
21
  {
22
22
  "#": "1",
23
- "label": "Time",
24
- "description": "Duration of light after motion detection",
25
- "unit": "s",
26
- "valueSize": 2,
27
- "minValue": 5,
28
- "maxValue": 900,
29
- "defaultValue": 180
23
+ "$import": "templates/steinel_template.json#motion_light_duration"
30
24
  },
31
25
  {
32
26
  "#": "2",
33
- "label": "Light",
34
- "description": "Light threshold",
35
- "unit": "lx",
36
- "valueSize": 2,
37
- "minValue": 0,
38
- "maxValue": 2000,
39
- "defaultValue": 2000
27
+ "$import": "templates/steinel_template.json#light_threshold"
40
28
  },
41
29
  {
42
30
  "#": "5",
43
- "label": "Sensitivity",
44
- "description": "Motion Radar Sensitivity",
45
- "unit": "Percent",
46
- "valueSize": 1,
47
- "minValue": 2,
48
- "maxValue": 100,
49
- "defaultValue": 100
31
+ "$import": "templates/steinel_template.json#motion_sensor_sensitivity"
50
32
  },
51
33
  {
52
34
  "#": "8",
53
- "label": "Global_Light",
54
- "description": "External ambient light value",
55
- "valueSize": 1,
56
- "minValue": 0,
57
- "maxValue": 1,
58
- "defaultValue": 1
35
+ "$import": "templates/steinel_template.json#external_light_sensor"
36
+ },
37
+ {
38
+ "#": "9[0x07]",
39
+ "$import": "templates/steinel_template.json#light_behavior"
59
40
  },
60
41
  {
61
42
  "#": "10",
62
- "label": "(OFF_BEHAVIOUR)",
63
- "description": "Off behaviour (timeout)",
64
- "valueSize": 2,
65
- "minValue": 0,
66
- "maxValue": 255,
67
- "defaultValue": 10
43
+ "$import": "templates/steinel_template.json#off_command_duration"
68
44
  },
69
45
  {
70
46
  "#": "11",
71
- "label": "ON_BEHAVIOUR",
72
- "description": "On behaviour (timeout)",
73
- "valueSize": 2,
74
- "minValue": 0,
75
- "maxValue": 255,
76
- "defaultValue": 255
47
+ "$import": "templates/steinel_template.json#on_command_duration"
77
48
  },
78
49
  {
79
50
  "#": "12",
80
- "label": "ON_TIME_OVER",
81
- "description": "On behaviour time over (timeout)",
82
- "valueSize": 2,
83
- "minValue": 0,
84
- "maxValue": 255,
85
- "defaultValue": 204
51
+ "$import": "templates/steinel_template.json#motion_wait_limit"
86
52
  },
87
53
  {
88
54
  "#": "13",
89
- "label": "ON_OFF_ BEHAVIOUR",
90
- "description": "Sequence On-Off behaviour (timeout)",
91
- "valueSize": 2,
92
- "minValue": 0,
93
- "maxValue": 255,
94
- "defaultValue": 204
55
+ "$import": "templates/steinel_template.json#on_off_sequence_off_duration"
95
56
  },
96
57
  {
97
58
  "#": "14",
98
- "label": "OFF_ON_ BEHAVIOUR",
99
- "description": "Sequence Off-On behaviour (timeout)",
100
- "valueSize": 2,
101
- "minValue": 0,
102
- "maxValue": 255,
103
- "defaultValue": 204
59
+ "$import": "templates/steinel_template.json#off_on_sequence_on_duration"
104
60
  },
105
61
  {
106
62
  "#": "15",
107
- "label": "SEQUENCE_ TIME",
108
- "description": "Sequence timing",
109
- "valueSize": 1,
110
- "minValue": 10,
111
- "maxValue": 50,
112
- "defaultValue": 10
63
+ "$import": "templates/steinel_template.json#sequence_timing"
113
64
  },
114
65
  {
115
66
  "#": "16",
116
- "label": "MOTION_ DISABLE",
117
- "description": "Motion Off behaviour (timeout)",
118
- "valueSize": 2,
119
- "minValue": 0,
120
- "maxValue": 255,
121
- "defaultValue": 0
122
- },
123
- {
124
- "#": "9[0x01]",
125
- "label": "Bit 0: Slave Mode",
126
- "description": "0=Disable, 1=Enable",
127
- "valueSize": 1,
128
- "defaultValue": 1,
129
- "allowManualEntry": false,
130
- "options": [
131
- {
132
- "label": "Disable",
133
- "value": 0
134
- },
135
- {
136
- "label": "Enable",
137
- "value": 1
138
- }
139
- ]
140
- },
141
- {
142
- "#": "9[0x02]",
143
- "label": "Bit 1: Central Unit checking",
144
- "description": "0=Disable, 1=Enable",
145
- "valueSize": 1,
146
- "defaultValue": 1,
147
- "allowManualEntry": false,
148
- "options": [
149
- {
150
- "label": "Disable",
151
- "value": 0
152
- },
153
- {
154
- "label": "Enable",
155
- "value": 1
156
- }
157
- ]
158
- },
159
- {
160
- "#": "9[0x04]",
161
- "label": "Bit 2: Stupid Mode",
162
- "description": "0=Disable, 1=Enable",
163
- "valueSize": 1,
164
- "defaultValue": 0,
165
- "allowManualEntry": false,
166
- "options": [
167
- {
168
- "label": "Disable",
169
- "value": 0
170
- },
171
- {
172
- "label": "Enable",
173
- "value": 1
174
- }
175
- ]
67
+ "$import": "templates/steinel_template.json#command_motion_disable_timeout"
176
68
  }
177
69
  ]
178
70
  }
@@ -16,137 +16,63 @@
16
16
  "paramInformation": [
17
17
  {
18
18
  "#": "1",
19
- "label": "Time",
20
- "description": "Duration of light after motion detection.",
21
- "valueSize": 2,
22
- "minValue": 5,
23
- "maxValue": 900,
24
- "defaultValue": 180
19
+ "$import": "templates/steinel_template.json#motion_light_duration"
25
20
  },
26
21
  {
27
22
  "#": "2",
28
- "label": "Light",
29
- "description": "Light threshold [lx]",
30
- "valueSize": 2,
31
- "minValue": 2,
32
- "maxValue": 2000,
33
- "defaultValue": 2000
23
+ "$import": "templates/steinel_template.json#light_threshold"
34
24
  },
35
25
  {
36
26
  "#": "3",
37
- "label": "Dim",
38
- "description": "Night dim mode and time [min]: (only for SLAMP with DIM ability)",
39
- "valueSize": 1,
40
- "minValue": 0,
41
- "maxValue": 60,
42
- "defaultValue": 0
27
+ "$import": "templates/steinel_template.json#night_dim_mode"
43
28
  },
44
29
  {
45
30
  "#": "4",
46
- "label": "Range",
47
- "description": "Motion Radar Range [cm]: (only for iHF sensor)",
48
- "valueSize": 2,
49
- "minValue": 100,
50
- "maxValue": 500,
51
- "defaultValue": 500
31
+ "$import": "templates/steinel_template.json#motion_sensor_range"
52
32
  },
53
33
  {
54
34
  "#": "5",
55
- "label": "Sensity",
56
- "description": "Motion Radar Sensitivity [%]: (SLAMP+SPIR)",
57
- "valueSize": 1,
58
- "minValue": 2,
59
- "maxValue": 100,
60
- "defaultValue": 100
35
+ "$import": "templates/steinel_template.json#motion_sensor_sensitivity"
61
36
  },
62
37
  {
63
38
  "#": "6",
64
- "label": "Brighntes Meas Interval",
65
- "description": "Brightness measuring interval [min]: (only SLAMP)",
66
- "valueSize": 1,
67
- "minValue": 0,
68
- "maxValue": 120,
69
- "defaultValue": 0
39
+ "$import": "templates/steinel_template.json#brightness_measuring_interval"
70
40
  },
71
41
  {
72
42
  "#": "8",
73
- "label": "Global_Light",
74
- "description": "Use external Ambient Light value",
75
- "valueSize": 1,
76
- "minValue": 0,
77
- "maxValue": 1,
78
- "defaultValue": 1
43
+ "$import": "templates/steinel_template.json#external_light_sensor"
79
44
  },
80
45
  {
81
- "#": "9",
82
- "label": "Slave_Mode",
83
- "description": "Disable local control",
84
- "valueSize": 1,
85
- "minValue": 0,
86
- "maxValue": 4,
87
- "defaultValue": 2
46
+ "#": "9[0x07]",
47
+ "$import": "templates/steinel_template.json#light_behavior"
88
48
  },
89
49
  {
90
50
  "#": "10",
91
- "label": "Off_Behaviour",
92
- "description": "Off behaviour (timeout)",
93
- "valueSize": 2,
94
- "minValue": 0,
95
- "maxValue": 255,
96
- "defaultValue": 10
51
+ "$import": "templates/steinel_template.json#off_command_duration"
97
52
  },
98
53
  {
99
54
  "#": "11",
100
- "label": "On_Behaviour",
101
- "description": "On behaviour (timeout)",
102
- "valueSize": 2,
103
- "minValue": 0,
104
- "maxValue": 255,
105
- "defaultValue": 255
55
+ "$import": "templates/steinel_template.json#on_command_duration"
106
56
  },
107
57
  {
108
58
  "#": "12",
109
- "label": "On_Time_Over",
110
- "description": "On behaviour time over (timeout)",
111
- "valueSize": 2,
112
- "minValue": 0,
113
- "maxValue": 255,
114
- "defaultValue": 204
59
+ "$import": "templates/steinel_template.json#motion_wait_limit"
115
60
  },
116
61
  {
117
62
  "#": "13",
118
- "label": "On_Off_Behaviour",
119
- "description": "Sequence On-Off behaviour (timeout)",
120
- "valueSize": 2,
121
- "minValue": 0,
122
- "maxValue": 255,
123
- "defaultValue": 204
63
+ "$import": "templates/steinel_template.json#on_off_sequence_off_duration"
124
64
  },
125
65
  {
126
66
  "#": "14",
127
- "label": "Off_On_Behaviour",
128
- "description": "Sequence Off-On behaviour (timeout)",
129
- "valueSize": 2,
130
- "minValue": 0,
131
- "maxValue": 255,
132
- "defaultValue": 204
67
+ "$import": "templates/steinel_template.json#off_on_sequence_on_duration"
133
68
  },
134
69
  {
135
70
  "#": "15",
136
- "label": "Sequence_Time",
137
- "valueSize": 1,
138
- "minValue": 10,
139
- "maxValue": 50,
140
- "defaultValue": 10
71
+ "$import": "templates/steinel_template.json#sequence_timing"
141
72
  },
142
73
  {
143
74
  "#": "16",
144
- "label": "Motion_Disable",
145
- "description": "Motion Off behaviour (timeout)",
146
- "valueSize": 2,
147
- "minValue": 0,
148
- "maxValue": 255,
149
- "defaultValue": 209
75
+ "$import": "templates/steinel_template.json#command_motion_disable_timeout"
150
76
  }
151
77
  ]
152
78
  }