@zwave-js/config 15.3.2 → 15.4.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.
@@ -17,9 +17,8 @@
17
17
  },
18
18
  "level_report_mode": {
19
19
  "label": "Level Report Mode",
20
- "valueSize": 1,
20
+ "$import": "~/templates/master_template.json#base_options_nounit",
21
21
  "defaultValue": 2,
22
- "allowManualEntry": false,
23
22
  "options": [
24
23
  {
25
24
  "label": "Every 5 seconds while moving",
@@ -47,9 +46,7 @@
47
46
  "demo_trip": {
48
47
  "label": "Demo Trip",
49
48
  "description": "Run the motor for 3 seconds to read motor data",
50
- "valueSize": 1,
51
- "defaultValue": 0,
52
- "allowManualEntry": false,
49
+ "$import": "~/templates/master_template.json#base_options_nounit",
53
50
  "options": [
54
51
  {
55
52
  "label": "Idle",
@@ -63,9 +60,7 @@
63
60
  },
64
61
  "auto_calibrate": {
65
62
  "label": "Auto Calibrate",
66
- "valueSize": 1,
67
- "defaultValue": 0,
68
- "allowManualEntry": false,
63
+ "$import": "~/templates/master_template.json#base_options_nounit",
69
64
  "options": [
70
65
  {
71
66
  "label": "Idle",
@@ -79,9 +74,7 @@
79
74
  },
80
75
  "demo_trip_and_calibrate": {
81
76
  "label": "Demo Trip and Auto Calibrate",
82
- "valueSize": 1,
83
- "defaultValue": 0,
84
- "allowManualEntry": false,
77
+ "$import": "~/templates/master_template.json#base_options_nounit",
85
78
  "options": [
86
79
  {
87
80
  "label": "Idle",
@@ -109,9 +102,7 @@
109
102
  },
110
103
  "factory_reset": {
111
104
  "label": "Factory Reset",
112
- "valueSize": 1,
113
- "defaultValue": 0,
114
- "allowManualEntry": false,
105
+ "$import": "~/templates/master_template.json#base_options_nounit",
115
106
  "options": [
116
107
  {
117
108
  "label": "Normal operation",
@@ -122,5 +113,268 @@
122
113
  "value": 85
123
114
  }
124
115
  ]
116
+ },
117
+ "temperature_reporting_threshold": {
118
+ "label": "Temperature Reporting Threshold",
119
+ "$import": "~/templates/master_template.json#base_0-255_nounit",
120
+ "description": "Valid range: 3-255; Variation in temperature to induce automatic report",
121
+ "valueSize": 2,
122
+ "unit": "0.1 °F/C",
123
+ "defaultValue": 5,
124
+ "options": [
125
+ {
126
+ "label": "Disable",
127
+ "value": 0
128
+ },
129
+ {
130
+ "label": "Default (Celsius)",
131
+ "value": 5
132
+ },
133
+ {
134
+ "label": "Default (Fahrenheit)",
135
+ "value": 10
136
+ }
137
+ ]
138
+ },
139
+ "humidity_reporting_threshold": {
140
+ "label": "Humidity Reporting Threshold",
141
+ "$import": "~/templates/master_template.json#base_0-99_nounit",
142
+ "description": "Variation in humidity to induce automatic report",
143
+ "defaultValue": 6,
144
+ "options": [
145
+ {
146
+ "label": "Disable",
147
+ "value": 0
148
+ }
149
+ ]
150
+ },
151
+ "display_brightness": {
152
+ "label": "Display Brightness",
153
+ "$import": "~/templates/master_template.json#base_options_nounit",
154
+ "defaultValue": 2,
155
+ "options": [
156
+ {
157
+ "label": "Dim",
158
+ "value": 1
159
+ },
160
+ {
161
+ "label": "Low",
162
+ "value": 2
163
+ },
164
+ {
165
+ "label": "Medium",
166
+ "value": 3
167
+ },
168
+ {
169
+ "label": "High",
170
+ "value": 4
171
+ },
172
+ {
173
+ "label": "Always on",
174
+ "value": 5
175
+ }
176
+ ]
177
+ },
178
+ "beep_volume": {
179
+ "label": "Beep Volume",
180
+ "$import": "~/templates/master_template.json#base_options_nounit",
181
+ "defaultValue": 5,
182
+ "options": [
183
+ {
184
+ "label": "Off",
185
+ "value": 1
186
+ },
187
+ {
188
+ "label": "Low",
189
+ "value": 2
190
+ },
191
+ {
192
+ "label": "Medium",
193
+ "value": 3
194
+ },
195
+ {
196
+ "label": "High",
197
+ "value": 4
198
+ },
199
+ {
200
+ "label": "Standard",
201
+ "value": 5
202
+ }
203
+ ]
204
+ },
205
+ "temperature_upper_limit": {
206
+ "label": "Temperature: Upper Limit",
207
+ "$import": "~/templates/master_template.json#base_1-99_nounit",
208
+ "defaultValue": 37,
209
+ "options": [
210
+ {
211
+ "label": "Default (Celsius)",
212
+ "value": 37
213
+ },
214
+ {
215
+ "label": "Default (Fahrenheit)",
216
+ "value": 98
217
+ }
218
+ ]
219
+ },
220
+ "temperature_lower_limit": {
221
+ "label": "Temperature: Lower Limit",
222
+ "valueSize": 1,
223
+ "minValue": 0,
224
+ "maxValue": 98,
225
+ "defaultValue": 5,
226
+ "options": [
227
+ {
228
+ "label": "Default (Celsius)",
229
+ "value": 5
230
+ },
231
+ {
232
+ "label": "Default (Fahrenheit)",
233
+ "value": 41
234
+ }
235
+ ]
236
+ },
237
+ "indoor_temperature_calibration": {
238
+ "label": "Indoor Temperature Calibration",
239
+ "valueSize": 1,
240
+ "unit": "0.1 °F/C",
241
+ "minValue": -99,
242
+ "maxValue": 99,
243
+ "defaultValue": 0
244
+ },
245
+ "indoor_humidity_calibration": {
246
+ "label": "Indoor Humidity Calibration",
247
+ "valueSize": 1,
248
+ "unit": "%",
249
+ "minValue": -20,
250
+ "maxValue": 20,
251
+ "defaultValue": 0
252
+ },
253
+ "outdoor_temperature_calibration": {
254
+ "label": "Outdoor Temperature Calibration",
255
+ "valueSize": 1,
256
+ "unit": "0.1 °F/C",
257
+ "minValue": -99,
258
+ "maxValue": 99,
259
+ "defaultValue": 0
260
+ },
261
+ "outdoor_temperature_sensor_type": {
262
+ "label": "Outdoor Temperature Sensor Type",
263
+ "$import": "~/templates/master_template.json#base_options_nounit",
264
+ "options": [
265
+ {
266
+ "label": "Protection sensor",
267
+ "value": 0
268
+ },
269
+ {
270
+ "label": "Controlled sensor",
271
+ "value": 1
272
+ }
273
+ ]
274
+ },
275
+ "antifreeze_protection": {
276
+ "label": "Antifreeze Protection",
277
+ "$import": "~/templates/master_template.json#base_enable_disable",
278
+ "description": "Automatic heating at 41 °F / 5 °C"
279
+ },
280
+ "fan_mode_above_set_temperature": {
281
+ "label": "Fan Mode Above Set Temperature",
282
+ "$import": "~/templates/master_template.json#base_options_nounit",
283
+ "options": [
284
+ {
285
+ "label": "Normal operation",
286
+ "value": 0
287
+ },
288
+ {
289
+ "label": "Always off",
290
+ "value": 1
291
+ }
292
+ ]
293
+ },
294
+ "fan_working_mode": {
295
+ "label": "Fan Working Mode",
296
+ "$import": "~/templates/master_template.json#base_options_nounit",
297
+ "options": [
298
+ {
299
+ "label": "Cool and heat modes",
300
+ "value": 0
301
+ },
302
+ {
303
+ "label": "Cool mode only",
304
+ "value": 1
305
+ },
306
+ {
307
+ "label": "Heat mode only",
308
+ "value": 2
309
+ },
310
+ {
311
+ "label": "Disable",
312
+ "value": 3
313
+ }
314
+ ]
315
+ },
316
+ "key_lock_function": {
317
+ "label": "Key Lock Function",
318
+ "$import": "~/templates/master_template.json#base_enable_disable",
319
+ "defaultValue": 1
320
+ },
321
+ "ventilation_function": {
322
+ "label": "Ventilation Function",
323
+ "$import": "~/templates/master_template.json#base_enable_disable"
324
+ },
325
+ "ventilation_duration": {
326
+ "label": "Ventilation Duration",
327
+ "valueSize": 1,
328
+ "unit": "minutes",
329
+ "minValue": 1,
330
+ "maxValue": 30,
331
+ "defaultValue": 5
332
+ },
333
+ "temperature_deadband_10_20": {
334
+ "label": "Temperature Deadband",
335
+ "$import": "~/templates/master_template.json#base_0-99_nounit",
336
+ "unit": "0.1 °F/C",
337
+ "defaultValue": 10,
338
+ "options": [
339
+ {
340
+ "label": "Default (Celsius)",
341
+ "value": 10
342
+ },
343
+ {
344
+ "label": "Default (Fahrenheit)",
345
+ "value": 20
346
+ }
347
+ ]
348
+ },
349
+ "temperature_deadband_15_30": {
350
+ "label": "Temperature Deadband",
351
+ "$import": "~/templates/master_template.json#base_0-99_nounit",
352
+ "unit": "0.1 °F/C",
353
+ "defaultValue": 15,
354
+ "options": [
355
+ {
356
+ "label": "Default (Celsius)",
357
+ "value": 15
358
+ },
359
+ {
360
+ "label": "Default (Fahrenheit)",
361
+ "value": 30
362
+ }
363
+ ]
364
+ },
365
+ "factory_reset_53_55": {
366
+ "label": "Factory Reset",
367
+ "$import": "~/templates/master_template.json#base_options_nounit",
368
+ "defaultValue": 53,
369
+ "options": [
370
+ {
371
+ "label": "Normal operation",
372
+ "value": 53
373
+ },
374
+ {
375
+ "label": "Reset",
376
+ "value": 55
377
+ }
378
+ ]
125
379
  }
126
380
  }
@@ -14,6 +14,41 @@
14
14
  "min": "0.3",
15
15
  "max": "255.255"
16
16
  },
17
+ "endpoints": {
18
+ "0": {
19
+ "associations": {
20
+ "1": {
21
+ "label": "Lifeline",
22
+ "maxNodes": 10,
23
+ "isLifeline": true
24
+ },
25
+ "2": {
26
+ "label": "Basic Set",
27
+ "maxNodes": 10
28
+ },
29
+ "3": {
30
+ "label": "Multilevel Switch Set",
31
+ "maxNodes": 10
32
+ },
33
+ "4": {
34
+ "label": "Multilevel Switch Start/Stop",
35
+ "maxNodes": 10
36
+ },
37
+ "5": {
38
+ "label": "Basic Set Double-tap",
39
+ "maxNodes": 10
40
+ },
41
+ "6": {
42
+ "label": "Basic Set Triple-tap",
43
+ "maxNodes": 10
44
+ },
45
+ "7": {
46
+ "label": "Multilevel Switch Set (Config Button)",
47
+ "maxNodes": 10
48
+ }
49
+ }
50
+ }
51
+ },
17
52
  "paramInformation": [
18
53
  {
19
54
  "#": "1",
@@ -283,6 +318,33 @@
283
318
  }
284
319
  ]
285
320
  },
321
+ {
322
+ "#": "23",
323
+ "$if": "firmwareVersion >= 1.4",
324
+ "label": "Quick Start Time",
325
+ "description": "Duration of initial increased power output when light turns on",
326
+ "valueSize": 1,
327
+ "unit": "1/60 seconds",
328
+ "minValue": 0,
329
+ "maxValue": 60,
330
+ "defaultValue": 0,
331
+ "options": [
332
+ {
333
+ "label": "Disable",
334
+ "value": 0
335
+ }
336
+ ]
337
+ },
338
+ {
339
+ "#": "24",
340
+ "$if": "firmwareVersion >= 1.4",
341
+ "label": "Quick Start Level",
342
+ "description": "Level of initial increased power output when light turns on.",
343
+ "valueSize": 1,
344
+ "minValue": 1,
345
+ "maxValue": 99,
346
+ "defaultValue": 99
347
+ },
286
348
  {
287
349
  "#": "25",
288
350
  "$import": "~/templates/master_template.json#base_enable_disable",
@@ -310,6 +372,24 @@
310
372
  }
311
373
  ]
312
374
  },
375
+ {
376
+ "#": "32",
377
+ "$if": "firmwareVersion >= 1.2",
378
+ "label": "Internal Temperature",
379
+ "description": "Temperature inside of the switch",
380
+ "valueSize": 1,
381
+ "unit": "°C",
382
+ "minValue": 0,
383
+ "maxValue": 127,
384
+ "readOnly": true
385
+ },
386
+ {
387
+ "#": "33",
388
+ "$if": "firmwareVersion >= 1.2",
389
+ "$import": "~/templates/master_template.json#base_true_false",
390
+ "label": "Overheat Detected",
391
+ "readOnly": true
392
+ },
313
393
  {
314
394
  "#": "50",
315
395
  "label": "Button Delay Time",
@@ -371,12 +451,12 @@
371
451
  {
372
452
  "#": "53",
373
453
  "$import": "~/templates/master_template.json#base_enable_disable",
374
- "label": "Double Up to Param 55 Level"
454
+ "label": "Double Up Level Enable"
375
455
  },
376
456
  {
377
457
  "#": "54",
378
458
  "$import": "~/templates/master_template.json#base_enable_disable",
379
- "label": "Double Down to Param 56 Level"
459
+ "label": "Double Down Level Enable"
380
460
  },
381
461
  {
382
462
  "#": "55",
@@ -626,12 +706,80 @@
626
706
  }
627
707
  ]
628
708
  },
709
+ {
710
+ "#": "120",
711
+ "$if": "firmwareVersion >= 1.4",
712
+ "label": "Single-Tap Behavior",
713
+ "description": "What happens when the switch is single-tapped",
714
+ "valueSize": 1,
715
+ "defaultValue": 0,
716
+ "allowManualEntry": false,
717
+ "options": [
718
+ {
719
+ "label": "Up - On, down - Off",
720
+ "value": 0
721
+ },
722
+ {
723
+ "label": "Up - Increment level up (Off > low > medium > high), down - Increment level down (High > medium > low > off)",
724
+ "value": 1
725
+ },
726
+ {
727
+ "label": "Up - Increment level up (Off > low > medium > high > low > ...), down - Off",
728
+ "value": 2
729
+ }
730
+ ]
731
+ },
629
732
  {
630
733
  "#": "123",
631
734
  "$import": "~/templates/master_template.json#base_enable_disable",
632
735
  "label": "Aux Switch Scenes",
633
736
  "description": "Send different scene numbers when the Aux switch is clicked"
634
737
  },
738
+ {
739
+ "#": "130",
740
+ "$if": "firmwareVersion >= 1.4",
741
+ "$import": "~/templates/master_template.json#base_enable_disable",
742
+ "label": "Group 7: Enable"
743
+ },
744
+ {
745
+ "#": "131",
746
+ "$if": "firmwareVersion >= 1.4",
747
+ "label": "Group 7: Low Level",
748
+ "description": "Low level to use when group 7 cycles levels",
749
+ "valueSize": 1,
750
+ "minValue": 1,
751
+ "maxValue": 97,
752
+ "defaultValue": 25
753
+ },
754
+ {
755
+ "#": "132",
756
+ "$if": "firmwareVersion >= 1.4",
757
+ "label": "Group 7: Medium Level",
758
+ "description": "Medium level to use when group 7 cycles levels",
759
+ "valueSize": 1,
760
+ "minValue": 2,
761
+ "maxValue": 98,
762
+ "defaultValue": 50
763
+ },
764
+ {
765
+ "#": "133",
766
+ "$if": "firmwareVersion >= 1.4",
767
+ "label": "Group 7: High Level",
768
+ "description": "High level to use when group 7 cycles levels",
769
+ "valueSize": 1,
770
+ "minValue": 3,
771
+ "maxValue": 99,
772
+ "defaultValue": 99
773
+ },
774
+ {
775
+ "#": "134",
776
+ "$if": "firmwareVersion >= 1.4",
777
+ "$import": "templates/inovelli_templates.json#hue_color_wheel_white",
778
+ "label": "Group 7: LED Color",
779
+ "description": "Color to use for the LED bar while briefly indicating group 7 command transmission",
780
+ "valueSize": 1,
781
+ "defaultValue": 255
782
+ },
635
783
  {
636
784
  "#": "158",
637
785
  "label": "Dimmer Mode",
@@ -700,7 +848,7 @@
700
848
  "metadata": {
701
849
  "inclusion": "Triple-click config button",
702
850
  "exclusion": "Triple-click config button",
703
- "reset": "Simultaniously hold the config button and the up button until the LED bar turns red. Release the buttons and the switch will reset to factory defaults.",
851
+ "reset": "Simultaneously hold the config button and the up button until the LED bar turns red. Release the buttons and the switch will reset to factory defaults.",
704
852
  "manual": "https://community.inovelli.com/t/resources-red-series-smart-2-1-switch-on-off-dimmer-manual/13706"
705
853
  }
706
854
  }