@zwave-js/config 9.0.0-beta.0 → 9.0.0-beta.10

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "manufacturer": "FIBARO System",
2
+ "manufacturer": "Fibargroup",
3
3
  "manufacturerId": "0x010f",
4
4
  "label": "FGS214",
5
5
  "description": "Smart Module",
@@ -35,38 +35,34 @@
35
35
  "paramInformation": [
36
36
  {
37
37
  "#": "1",
38
- "label": "Remember relays state",
39
- "description": "This parameter determines the state of relays power supply failure (e.g. power outage). auto OFF and flashing modes the parameter not relevant and the relay will always remain off.",
38
+ "label": "Relays State After Power Failure",
40
39
  "valueSize": 1,
41
40
  "minValue": 0,
42
41
  "maxValue": 2,
43
42
  "defaultValue": 1,
44
- "unsigned": true,
45
43
  "allowManualEntry": false,
46
44
  "options": [
47
45
  {
48
- "label": "Relays remain switched off after restoring power",
46
+ "label": "Always off",
49
47
  "value": 0
50
48
  },
51
49
  {
52
- "label": "Restore remembered state of relays after restoring power",
50
+ "label": "Previous state",
53
51
  "value": 1
54
52
  },
55
53
  {
56
- "label": "Restore remembered state of relays after restoring power, but for toggle switches (parameter 20/21 set to 1) set the same state as the current state of the switches",
54
+ "label": "Toggle switch (synchronize output): current switch state / Other switch types: previous state",
57
55
  "value": 2
58
56
  }
59
57
  ]
60
58
  },
61
59
  {
62
60
  "#": "20",
63
- "label": "S1 inputswitch type",
64
- "description": "S1 - Inputs type configuration",
61
+ "label": "S1 InputSwitch Type",
65
62
  "valueSize": 1,
66
63
  "minValue": 0,
67
64
  "maxValue": 2,
68
- "defaultValue": 2,
69
- "unsigned": true,
65
+ "defaultValue": 0,
70
66
  "allowManualEntry": false,
71
67
  "options": [
72
68
  {
@@ -74,24 +70,22 @@
74
70
  "value": 0
75
71
  },
76
72
  {
77
- "label": "Toggle switch (contact closed - On, contact opened - OFF)",
73
+ "label": "Toggle switch (synchronize output)",
78
74
  "value": 1
79
75
  },
80
76
  {
81
- "label": "Toggle switch (device changes status when switch changes status)",
77
+ "label": "Toggle switch (toggle output)",
82
78
  "value": 2
83
79
  }
84
80
  ]
85
81
  },
86
82
  {
87
83
  "#": "21",
88
- "label": "S2 inputswitch type",
89
- "description": "S2 - Inputs type configuration",
84
+ "label": "S2 InputSwitch Type",
90
85
  "valueSize": 1,
91
86
  "minValue": 0,
92
87
  "maxValue": 2,
93
- "defaultValue": 2,
94
- "unsigned": true,
88
+ "defaultValue": 0,
95
89
  "allowManualEntry": false,
96
90
  "options": [
97
91
  {
@@ -99,45 +93,227 @@
99
93
  "value": 0
100
94
  },
101
95
  {
102
- "label": "Toggle switch (contact closed - On, contact opened - OFF)",
96
+ "label": "Toggle switch (synchronize output)",
103
97
  "value": 1
104
98
  },
105
99
  {
106
- "label": "Toggle switch (device changes status when switch changes status)",
100
+ "label": "Toggle switch (toggle output)",
107
101
  "value": 2
108
102
  }
109
103
  ]
110
104
  },
111
105
  {
112
106
  "#": "24",
113
- "label": "Inputs orientation",
114
- "description": "This parameter allows reversing operation of S1 and S2 inputs changing the wiring. Use in case of incorrect wiring.",
107
+ "label": "Inputs Orientation",
115
108
  "valueSize": 1,
116
109
  "minValue": 0,
117
110
  "maxValue": 1,
118
111
  "defaultValue": 0,
119
- "unsigned": true,
120
112
  "allowManualEntry": false,
121
113
  "options": [
122
114
  {
123
- "label": "default (S1 - 1st channel, S2 - 2nd channel)",
115
+ "label": "Default",
116
+ "value": 0
117
+ },
118
+ {
119
+ "label": "Reversed",
120
+ "value": 1
121
+ }
122
+ ]
123
+ },
124
+ {
125
+ "#": "30[0xff000000]",
126
+ "$import": "templates/fibaro_template.json#alarm_configuration_notification_type",
127
+ "label": "Alarm Configuration – 1st Slot Notification Type",
128
+ "defaultValue": 0
129
+ },
130
+ {
131
+ "#": "30[0xff0000]",
132
+ "$import": "templates/fibaro_template.json#alarm_configuration_notification_event",
133
+ "label": "Alarm Configuration – 1st Slot Notification Status",
134
+ "defaultValue": 0
135
+ },
136
+ {
137
+ "#": "30[0xff00]",
138
+ "$import": "templates/fibaro_template.json#alarm_configuration_notification_event_parameter",
139
+ "label": "Alarm Configuration – 1st Slot Notification Event/State Parameters"
140
+ },
141
+ {
142
+ "#": "30[0xff]",
143
+ "$import": "templates/fibaro_template.json#alarm_configuration_action",
144
+ "label": "Alarm Configuration – 1st Slot Action",
145
+ "maxValue": 3,
146
+ "allowManualEntry": false,
147
+ "defaultValue": 0,
148
+ "options": [
149
+ {
150
+ "label": "No action",
124
151
  "value": 0
125
152
  },
126
153
  {
127
- "label": "reversed (S1 - 2nd channel, S2 - 1st channel)",
154
+ "label": "Turn on",
128
155
  "value": 1
156
+ },
157
+ {
158
+ "label": "Turn off",
159
+ "value": 2
160
+ },
161
+ {
162
+ "label": "Turn on/off continuously",
163
+ "value": 3
129
164
  }
130
165
  ]
131
166
  },
167
+ {
168
+ "#": "31[0xff000000]",
169
+ "$import": "#paramInformation/30[0xff000000]",
170
+ "label": "Alarm Configuration – 2nd Slot Notification Type",
171
+ "defaultValue": 5
172
+ },
173
+ {
174
+ "#": "31[0xff0000]",
175
+ "$import": "#paramInformation/30[0xff0000]",
176
+ "label": "Alarm Configuration – 2nd Slot Notification Status",
177
+ "defaultValue": 255
178
+ },
179
+ {
180
+ "#": "31[0xff00]",
181
+ "$import": "#paramInformation/30[0xff00]",
182
+ "label": "Alarm Configuration – 2nd Slot Notification Event/State Parameters",
183
+ "defaultValue": 0
184
+ },
185
+ {
186
+ "#": "31[0xff]",
187
+ "$import": "#paramInformation/30[0xff]",
188
+ "label": "Alarm Configuration – 2nd Slot Action",
189
+ "defaultValue": 0
190
+ },
191
+ {
192
+ "#": "32[0xff000000]",
193
+ "$import": "#paramInformation/30[0xff000000]",
194
+ "label": "Alarm Configuration – 3rd Slot Notification Type",
195
+ "defaultValue": 1
196
+ },
197
+ {
198
+ "#": "32[0xff0000]",
199
+ "$import": "#paramInformation/30[0xff0000]",
200
+ "label": "Alarm Configuration – 3rd Slot Notification Status",
201
+ "defaultValue": 255
202
+ },
203
+ {
204
+ "#": "32[0xff00]",
205
+ "$import": "#paramInformation/30[0xff00]",
206
+ "label": "Alarm Configuration – 3rd Slot Notification Event/State Parameters",
207
+ "defaultValue": 0
208
+ },
209
+ {
210
+ "#": "32[0xff]",
211
+ "$import": "#paramInformation/30[0xff]",
212
+ "label": "Alarm Configuration – 3rd Slot Action",
213
+ "defaultValue": 0
214
+ },
215
+ {
216
+ "#": "33[0xff000000]",
217
+ "$import": "#paramInformation/30[0xff000000]",
218
+ "label": "Alarm Configuration – 4th Slot Notification Type",
219
+ "defaultValue": 2
220
+ },
221
+ {
222
+ "#": "33[0xff0000]",
223
+ "$import": "#paramInformation/30[0xff0000]",
224
+ "label": "Alarm Configuration – 4th Slot Notification Status",
225
+ "defaultValue": 255
226
+ },
227
+ {
228
+ "#": "33[0xff00]",
229
+ "$import": "#paramInformation/30[0xff00]",
230
+ "label": "Alarm Configuration – 4th Slot Notification Event/State Parameters",
231
+ "defaultValue": 0
232
+ },
233
+ {
234
+ "#": "33[0xff]",
235
+ "$import": "#paramInformation/30[0xff]",
236
+ "label": "Alarm Configuration – 4th Slot Action",
237
+ "defaultValue": 0
238
+ },
239
+ {
240
+ "#": "34[0xff000000]",
241
+ "$import": "#paramInformation/30[0xff000000]",
242
+ "label": "Alarm Configuration – 5th Slot Notification Type",
243
+ "defaultValue": 4
244
+ },
245
+ {
246
+ "#": "34[0xff0000]",
247
+ "$import": "#paramInformation/30[0xff0000]",
248
+ "label": "Alarm Configuration – 5th Slot Notification Status",
249
+ "defaultValue": 255
250
+ },
251
+ {
252
+ "#": "34[0xff00]",
253
+ "$import": "#paramInformation/30[0xff00]",
254
+ "label": "Alarm Configuration – 5th Slot Notification Event/State Parameters",
255
+ "defaultValue": 0
256
+ },
257
+ {
258
+ "#": "34[0xff]",
259
+ "$import": "#paramInformation/30[0xff]",
260
+ "label": "Alarm Configuration – 5th Slot Action",
261
+ "defaultValue": 0
262
+ },
263
+ {
264
+ "#": "35",
265
+ "label": "Alarm Configuration – Duration",
266
+ "valueSize": 2,
267
+ "unit": "seconds",
268
+ "minValue": 0,
269
+ "maxValue": 32400,
270
+ "defaultValue": 600,
271
+ "options": [
272
+ {
273
+ "label": "Infinite",
274
+ "value": 0
275
+ }
276
+ ]
277
+ },
278
+ {
279
+ "#": "40[0x01]",
280
+ "$import": "templates/fibaro_template.json#send_s1_central_scene_pressed_1x"
281
+ },
282
+ {
283
+ "#": "40[0x02]",
284
+ "$import": "templates/fibaro_template.json#send_s1_central_scene_pressed_2x"
285
+ },
286
+ {
287
+ "#": "40[0x04]",
288
+ "$import": "templates/fibaro_template.json#send_s1_central_scene_pressed_3x"
289
+ },
290
+ {
291
+ "#": "40[0x08]",
292
+ "$import": "templates/fibaro_template.json#send_s1_central_scene_hold_release"
293
+ },
294
+ {
295
+ "#": "41[0x01]",
296
+ "$import": "templates/fibaro_template.json#send_s2_central_scene_pressed_1x"
297
+ },
298
+ {
299
+ "#": "41[0x02]",
300
+ "$import": "templates/fibaro_template.json#send_s2_central_scene_pressed_2x"
301
+ },
302
+ {
303
+ "#": "41[0x04]",
304
+ "$import": "templates/fibaro_template.json#send_s2_central_scene_pressed_3x"
305
+ },
306
+ {
307
+ "#": "41[0x08]",
308
+ "$import": "templates/fibaro_template.json#send_s2_central_scene_hold_release"
309
+ },
132
310
  {
133
311
  "#": "150",
134
- "label": "First channel - operating mode",
135
- "description": "This parameter allows to choose operating for channel controlled with Q/Q1 output. timed modes (value 1, 2 or 3), time is set parameter 154 and reaction to input is set with parameter 152.",
312
+ "label": "Q Output Operating Mode",
136
313
  "valueSize": 1,
137
314
  "minValue": 0,
138
315
  "maxValue": 3,
139
316
  "defaultValue": 0,
140
- "unsigned": true,
141
317
  "allowManualEntry": false,
142
318
  "options": [
143
319
  {
@@ -145,11 +321,11 @@
145
321
  "value": 0
146
322
  },
147
323
  {
148
- "label": "Delay Off",
324
+ "label": "Delay off",
149
325
  "value": 1
150
326
  },
151
327
  {
152
- "label": "Auto Off",
328
+ "label": "Auto off",
153
329
  "value": 2
154
330
  },
155
331
  {
@@ -160,13 +336,11 @@
160
336
  },
161
337
  {
162
338
  "#": "152",
163
- "label": "First channel - reaction to input change in delayed/auto OFF modes",
164
- "description": "This parameter determines how the device when changing state of S1 input in timed for first channel.",
339
+ "label": "Q Output Reaction to Input Change in Timed Modes",
165
340
  "valueSize": 1,
166
341
  "minValue": 0,
167
342
  "maxValue": 2,
168
343
  "defaultValue": 0,
169
- "unsigned": true,
170
344
  "allowManualEntry": false,
171
345
  "options": [
172
346
  {
@@ -174,30 +348,34 @@
174
348
  "value": 0
175
349
  },
176
350
  {
177
- "label": "No reaction, mode runs until it ends",
351
+ "label": "Ignore, mode runs until it ends",
178
352
  "value": 1
179
353
  },
180
354
  {
181
- "label": "Reset timer, start counting time from the beginning",
355
+ "label": "Reset, start time from the beginning",
182
356
  "value": 2
183
357
  }
184
358
  ]
185
359
  },
186
360
  {
187
361
  "#": "154",
188
- "label": "First channeltime parameter for delayed/auto OFF and flashing modes",
189
- "description": "This parameter allows to set time parameter used in timed modes.",
362
+ "label": "Q OutputTime Parameter for Timed Modes",
190
363
  "valueSize": 2,
191
364
  "minValue": 0,
192
365
  "maxValue": 32000,
193
- "unit": "0.1 s",
366
+ "unit": "0.1 seconds",
194
367
  "defaultValue": 5,
195
- "unsigned": true
368
+ "unsigned": true,
369
+ "options": [
370
+ {
371
+ "label": "0.1 seconds",
372
+ "value": 0
373
+ }
374
+ ]
196
375
  },
197
376
  {
198
377
  "#": "156",
199
- "label": "S1 Switch ON value sent to 2nd association group",
200
- "description": "This parameter determines value sent with Switch On command to devices associated in 2nd association group.",
378
+ "label": "S1 Association: Switch On Value Sent",
201
379
  "valueSize": 2,
202
380
  "minValue": 0,
203
381
  "maxValue": 255,
@@ -206,8 +384,7 @@
206
384
  },
207
385
  {
208
386
  "#": "157",
209
- "label": "S1 Switch OFF value sent to 2nd association group",
210
- "description": "This parameter determines value sent with Switch Off command to devices associated in 2nd association group.",
387
+ "label": "S1 Association: Switch Off Value Sent",
211
388
  "valueSize": 2,
212
389
  "minValue": 0,
213
390
  "maxValue": 255,
@@ -216,28 +393,43 @@
216
393
  },
217
394
  {
218
395
  "#": "158",
219
- "label": "S1 Switch Double Click value sent to 2nd association groups",
220
- "description": "This parameter determines value sent with Double Click command to devices associated in 2nd association group.",
396
+ "label": "S1 Association: Double Click Value Sent",
221
397
  "valueSize": 2,
222
398
  "minValue": 0,
223
399
  "maxValue": 255,
224
400
  "defaultValue": 99,
225
401
  "unsigned": true
226
402
  },
403
+ {
404
+ "#": "159",
405
+ "label": "S2 Association: Switch On Value Sent",
406
+ "valueSize": 2,
407
+ "minValue": 0,
408
+ "maxValue": 255,
409
+ "defaultValue": 255,
410
+ "unsigned": true
411
+ },
227
412
  {
228
413
  "#": "160",
229
- "label": "S2 Switch OFF value sent to 3rd association group",
230
- "description": "This parameter determines value sent with Switch Off command to devices associated in 3rd association group.",
414
+ "label": "S2 Association: Switch Off Value Sent",
231
415
  "valueSize": 2,
232
416
  "minValue": 0,
233
417
  "maxValue": 255,
234
418
  "defaultValue": 0,
235
419
  "unsigned": true
236
420
  },
421
+ {
422
+ "#": "161",
423
+ "label": "S2 Association: Double Click Value Sent",
424
+ "valueSize": 2,
425
+ "minValue": 0,
426
+ "maxValue": 255,
427
+ "defaultValue": 99,
428
+ "unsigned": true
429
+ },
237
430
  {
238
431
  "#": "162",
239
- "label": "Q/Q1 output type",
240
- "description": "This parameter determines type of Q/Q1 output.",
432
+ "label": "Q Output Type",
241
433
  "valueSize": 1,
242
434
  "minValue": 0,
243
435
  "maxValue": 1,
@@ -246,11 +438,11 @@
246
438
  "allowManualEntry": false,
247
439
  "options": [
248
440
  {
249
- "label": "Normally Open (relay contacts opened turned off, closed when turned on)",
441
+ "label": "Normally open",
250
442
  "value": 0
251
443
  },
252
444
  {
253
- "label": "Normally Closed (relay contacts closed turned off, opened when turned on)",
445
+ "label": "Normally closed",
254
446
  "value": 1
255
447
  }
256
448
  ]