@zwave-js/config 15.14.0 → 15.15.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.
- package/build/cjs/Logic.js +2 -2
- package/build/cjs/Logic.js.map +1 -1
- package/build/cjs/LogicParser.js +2 -2
- package/build/cjs/LogicParser.js.map +1 -1
- package/build/cjs/_version.d.ts +1 -1
- package/build/cjs/_version.js +1 -1
- package/build/cjs/_version.js.map +1 -1
- package/build/cjs/configDir.node.js.map +1 -1
- package/build/cjs/index.js +14 -14
- package/build/cjs/index.js.map +1 -1
- package/build/esm/_version.d.ts +1 -1
- package/build/esm/_version.js +1 -1
- package/config/devices/0x000c/hs-ws300.json +22 -4
- package/config/devices/0x000c/templates/homeseer_template.json +117 -18
- package/config/devices/0x0063/59350_59372_59373_zwa3016.json +4 -0
- package/config/devices/0x0090/hc620.json +9 -0
- package/config/devices/0x027a/zen78.json +531 -0
- package/config/devices/0x027a/zse50.json +262 -0
- package/config/devices/0x0460/templates/wave_template.json +1 -1
- package/package.json +9 -9
|
@@ -40,6 +40,63 @@
|
|
|
40
40
|
}
|
|
41
41
|
]
|
|
42
42
|
},
|
|
43
|
+
"status_mode_choices_ext": {
|
|
44
|
+
"valueSize": 1,
|
|
45
|
+
"minValue": 0,
|
|
46
|
+
"maxValue": 11,
|
|
47
|
+
"defaultValue": 0,
|
|
48
|
+
"allowManualEntry": false,
|
|
49
|
+
"options": [
|
|
50
|
+
{
|
|
51
|
+
"label": "Off",
|
|
52
|
+
"value": 0
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"label": "Red",
|
|
56
|
+
"value": 1
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"label": "Green",
|
|
60
|
+
"value": 2
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"label": "Blue",
|
|
64
|
+
"value": 3
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"label": "Magenta",
|
|
68
|
+
"value": 4
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"label": "Yellow",
|
|
72
|
+
"value": 5
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"label": "Cyan",
|
|
76
|
+
"value": 6
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"label": "White",
|
|
80
|
+
"value": 7
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"label": "Orange",
|
|
84
|
+
"value": 8
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"label": "Teal",
|
|
88
|
+
"value": 9
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"label": "Pink",
|
|
92
|
+
"value": 10
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"label": "Custom",
|
|
96
|
+
"value": 11
|
|
97
|
+
}
|
|
98
|
+
]
|
|
99
|
+
},
|
|
43
100
|
"led_colors": {
|
|
44
101
|
"valueSize": 1,
|
|
45
102
|
"minValue": 0,
|
|
@@ -77,6 +134,59 @@
|
|
|
77
134
|
}
|
|
78
135
|
]
|
|
79
136
|
},
|
|
137
|
+
"led_colors_ext": {
|
|
138
|
+
"valueSize": 1,
|
|
139
|
+
"minValue": 0,
|
|
140
|
+
"maxValue": 10,
|
|
141
|
+
"defaultValue": 0,
|
|
142
|
+
"allowManualEntry": false,
|
|
143
|
+
"options": [
|
|
144
|
+
{
|
|
145
|
+
"label": "White",
|
|
146
|
+
"value": 0
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"label": "Red",
|
|
150
|
+
"value": 1
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"label": "Green",
|
|
154
|
+
"value": 2
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"label": "Blue",
|
|
158
|
+
"value": 3
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"label": "Magenta",
|
|
162
|
+
"value": 4
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"label": "Yellow",
|
|
166
|
+
"value": 5
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"label": "Cyan",
|
|
170
|
+
"value": 6
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"label": "Pink",
|
|
174
|
+
"value": 7
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"label": "Orange",
|
|
178
|
+
"value": 8
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"label": "Teal",
|
|
182
|
+
"value": 9
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"label": "Custom",
|
|
186
|
+
"value": 10
|
|
187
|
+
}
|
|
188
|
+
]
|
|
189
|
+
},
|
|
80
190
|
"status_mode": {
|
|
81
191
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
82
192
|
"label": "Enable / Disable Custom LED Status Mode"
|
|
@@ -188,6 +298,13 @@
|
|
|
188
298
|
"description": "Sets the blink frequency for LEDs; 0 for off",
|
|
189
299
|
"defaultValue": 0
|
|
190
300
|
},
|
|
301
|
+
"led_brightness_level": {
|
|
302
|
+
"label": "LED Brightness Level",
|
|
303
|
+
"valueSize": 1,
|
|
304
|
+
"minValue": 0,
|
|
305
|
+
"maxValue": 6,
|
|
306
|
+
"defaultValue": 5
|
|
307
|
+
},
|
|
191
308
|
"pir_trigger_off": {
|
|
192
309
|
"label": "PIR Trigger Off Period",
|
|
193
310
|
"description": "Period after which to send Trigger Off command",
|
|
@@ -362,23 +479,5 @@
|
|
|
362
479
|
"value": 2
|
|
363
480
|
}
|
|
364
481
|
]
|
|
365
|
-
},
|
|
366
|
-
"load_state": {
|
|
367
|
-
"label": "Load State",
|
|
368
|
-
"description": "Last state of the switch load",
|
|
369
|
-
"valueSize": 1,
|
|
370
|
-
"defaultValue": 0,
|
|
371
|
-
"allowManualEntry": false,
|
|
372
|
-
"readonly": true,
|
|
373
|
-
"options": [
|
|
374
|
-
{
|
|
375
|
-
"label": "Off",
|
|
376
|
-
"value": 0
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
"label": "On",
|
|
380
|
-
"value": 1
|
|
381
|
-
}
|
|
382
|
-
]
|
|
383
482
|
}
|
|
384
483
|
}
|
|
@@ -18,6 +18,15 @@
|
|
|
18
18
|
"productType": "0x0811",
|
|
19
19
|
"productId": "0x23a8",
|
|
20
20
|
"zwaveAllianceId": 4184
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"productType": "0x0811",
|
|
24
|
+
"productId": "0x23a9"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"productType": "0x0811",
|
|
28
|
+
"productId": "0x00a9",
|
|
29
|
+
"zwaveAllianceId": 5046
|
|
21
30
|
}
|
|
22
31
|
],
|
|
23
32
|
"firmwareVersion": {
|
|
@@ -0,0 +1,531 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Zooz",
|
|
3
|
+
"manufacturerId": "0x027a",
|
|
4
|
+
"label": "ZEN78",
|
|
5
|
+
"description": "High Power Relay",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0103",
|
|
9
|
+
"productId": "0x004e"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"associations": {
|
|
17
|
+
"1": {
|
|
18
|
+
"label": "Lifeline",
|
|
19
|
+
"maxNodes": 5,
|
|
20
|
+
"isLifeline": true
|
|
21
|
+
},
|
|
22
|
+
"2": {
|
|
23
|
+
"label": "Relay Status",
|
|
24
|
+
"maxNodes": 5
|
|
25
|
+
},
|
|
26
|
+
"3": {
|
|
27
|
+
"label": "Heat Alert ON",
|
|
28
|
+
"maxNodes": 5
|
|
29
|
+
},
|
|
30
|
+
"4": {
|
|
31
|
+
"label": "Heat Alert OFF",
|
|
32
|
+
"maxNodes": 5
|
|
33
|
+
},
|
|
34
|
+
"5": {
|
|
35
|
+
"label": "Heat Alert Cleared ON",
|
|
36
|
+
"maxNodes": 5
|
|
37
|
+
},
|
|
38
|
+
"6": {
|
|
39
|
+
"label": "Heat Alert Cleared OFF",
|
|
40
|
+
"maxNodes": 5
|
|
41
|
+
},
|
|
42
|
+
"7": {
|
|
43
|
+
"label": "Freeze Alert ON",
|
|
44
|
+
"maxNodes": 5
|
|
45
|
+
},
|
|
46
|
+
"8": {
|
|
47
|
+
"label": "Freeze Alert OFF",
|
|
48
|
+
"maxNodes": 5
|
|
49
|
+
},
|
|
50
|
+
"9": {
|
|
51
|
+
"label": "Freeze Alert Cleared ON",
|
|
52
|
+
"maxNodes": 5
|
|
53
|
+
},
|
|
54
|
+
"10": {
|
|
55
|
+
"label": "Freeze Alert Cleared OFF",
|
|
56
|
+
"maxNodes": 5
|
|
57
|
+
},
|
|
58
|
+
"11": {
|
|
59
|
+
"label": "External Switch Status",
|
|
60
|
+
"maxNodes": 5
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"paramInformation": [
|
|
64
|
+
{
|
|
65
|
+
"#": "1",
|
|
66
|
+
"label": "Overload Protection Delay",
|
|
67
|
+
"description": "If power draw exceeds 40.5A for x amount of seconds, the relay will automatically turn off.",
|
|
68
|
+
"valueSize": 1,
|
|
69
|
+
"unit": "seconds",
|
|
70
|
+
"minValue": 2,
|
|
71
|
+
"maxValue": 5,
|
|
72
|
+
"defaultValue": 2
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"#": "2",
|
|
76
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_prev_on_off"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"#": "3",
|
|
80
|
+
"label": "On/Off Status Reports",
|
|
81
|
+
"valueSize": 1,
|
|
82
|
+
"defaultValue": 1,
|
|
83
|
+
"allowManualEntry": false,
|
|
84
|
+
"options": [
|
|
85
|
+
{
|
|
86
|
+
"label": "No reports",
|
|
87
|
+
"value": 0
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"label": "Basic Report if status changed manually or via Z-Wave",
|
|
91
|
+
"value": 1
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"label": "Basic Report only if status changed manually",
|
|
95
|
+
"value": 2
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"label": "Binary Switch Report if status changed manually or via Z-Wave",
|
|
99
|
+
"value": 3
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"label": "Binary Switch Report only if status changed manually",
|
|
103
|
+
"value": 4
|
|
104
|
+
}
|
|
105
|
+
]
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"#": "4",
|
|
109
|
+
"label": "Power (W) Report Threshold",
|
|
110
|
+
"valueSize": 2,
|
|
111
|
+
"unit": "W",
|
|
112
|
+
"minValue": 0,
|
|
113
|
+
"maxValue": 65535,
|
|
114
|
+
"defaultValue": 10,
|
|
115
|
+
"unsigned": true,
|
|
116
|
+
"options": [
|
|
117
|
+
{
|
|
118
|
+
"label": "Disabled",
|
|
119
|
+
"value": 0
|
|
120
|
+
}
|
|
121
|
+
]
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"#": "5",
|
|
125
|
+
"label": "Power (W) Report Interval",
|
|
126
|
+
"valueSize": 4,
|
|
127
|
+
"unit": "seconds",
|
|
128
|
+
"minValue": 0,
|
|
129
|
+
"maxValue": 2678400,
|
|
130
|
+
"defaultValue": 300,
|
|
131
|
+
"options": [
|
|
132
|
+
{
|
|
133
|
+
"label": "Disabled",
|
|
134
|
+
"value": 0
|
|
135
|
+
}
|
|
136
|
+
]
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"#": "6",
|
|
140
|
+
"label": "Energy (kWh) Report Interval",
|
|
141
|
+
"valueSize": 4,
|
|
142
|
+
"unit": "seconds",
|
|
143
|
+
"minValue": 0,
|
|
144
|
+
"maxValue": 2678400,
|
|
145
|
+
"defaultValue": 300,
|
|
146
|
+
"options": [
|
|
147
|
+
{
|
|
148
|
+
"label": "Disabled",
|
|
149
|
+
"value": 0
|
|
150
|
+
}
|
|
151
|
+
]
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"#": "7",
|
|
155
|
+
"label": "Voltage Report Threshold",
|
|
156
|
+
"valueSize": 1,
|
|
157
|
+
"unit": "V",
|
|
158
|
+
"minValue": 0,
|
|
159
|
+
"maxValue": 255,
|
|
160
|
+
"defaultValue": 10,
|
|
161
|
+
"unsigned": true,
|
|
162
|
+
"options": [
|
|
163
|
+
{
|
|
164
|
+
"label": "Disabled",
|
|
165
|
+
"value": 0
|
|
166
|
+
}
|
|
167
|
+
]
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"#": "8",
|
|
171
|
+
"label": "Voltage Report Interval",
|
|
172
|
+
"valueSize": 4,
|
|
173
|
+
"unit": "seconds",
|
|
174
|
+
"minValue": 0,
|
|
175
|
+
"maxValue": 2678400,
|
|
176
|
+
"defaultValue": 300,
|
|
177
|
+
"options": [
|
|
178
|
+
{
|
|
179
|
+
"label": "Disabled",
|
|
180
|
+
"value": 0
|
|
181
|
+
}
|
|
182
|
+
]
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"#": "9",
|
|
186
|
+
"label": "Current (A) Report Threshold",
|
|
187
|
+
"valueSize": 2,
|
|
188
|
+
"unit": "0.001 A",
|
|
189
|
+
"minValue": 0,
|
|
190
|
+
"maxValue": 65535,
|
|
191
|
+
"defaultValue": 1000,
|
|
192
|
+
"unsigned": true,
|
|
193
|
+
"options": [
|
|
194
|
+
{
|
|
195
|
+
"label": "Disabled",
|
|
196
|
+
"value": 0
|
|
197
|
+
}
|
|
198
|
+
]
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"#": "10",
|
|
202
|
+
"label": "Current (A) Report Interval",
|
|
203
|
+
"valueSize": 4,
|
|
204
|
+
"unit": "seconds",
|
|
205
|
+
"minValue": 0,
|
|
206
|
+
"maxValue": 2678400,
|
|
207
|
+
"defaultValue": 300,
|
|
208
|
+
"options": [
|
|
209
|
+
{
|
|
210
|
+
"label": "Disabled",
|
|
211
|
+
"value": 0
|
|
212
|
+
}
|
|
213
|
+
]
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"#": "11",
|
|
217
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
218
|
+
"label": "Manual Control",
|
|
219
|
+
"defaultValue": 1
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"#": "12",
|
|
223
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
224
|
+
"label": "Z-Wave Control",
|
|
225
|
+
"defaultValue": 1
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"#": "13",
|
|
229
|
+
"$import": "templates/zooz_template.json#auto_off_timer_0x_1x_3x_7x"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"#": "14",
|
|
233
|
+
"$import": "templates/zooz_template.json#auto_on_timer_0x_1x_3x_7x"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"#": "15",
|
|
237
|
+
"label": "LED Indicator Behavior",
|
|
238
|
+
"valueSize": 1,
|
|
239
|
+
"defaultValue": 1,
|
|
240
|
+
"allowManualEntry": false,
|
|
241
|
+
"options": [
|
|
242
|
+
{
|
|
243
|
+
"label": "LED on when relay on, LED off when relay off",
|
|
244
|
+
"value": 0
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"label": "LED on when relay off, LED off when relay on",
|
|
248
|
+
"value": 1
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"label": "LED always off",
|
|
252
|
+
"value": 2
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"label": "LED always on",
|
|
256
|
+
"value": 3
|
|
257
|
+
}
|
|
258
|
+
]
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"#": "16",
|
|
262
|
+
"label": "Turn On Delay After Power Outage",
|
|
263
|
+
"description": "How long to wait before turning on after power is restored. Only applicable when 'State After Power Failure' is set to 'Always on'",
|
|
264
|
+
"valueSize": 2,
|
|
265
|
+
"unit": "seconds",
|
|
266
|
+
"minValue": 0,
|
|
267
|
+
"maxValue": 600,
|
|
268
|
+
"defaultValue": 0,
|
|
269
|
+
"options": [
|
|
270
|
+
{
|
|
271
|
+
"label": "No delay",
|
|
272
|
+
"value": 0
|
|
273
|
+
}
|
|
274
|
+
]
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"#": "17",
|
|
278
|
+
"label": "Auto Turn On After Overload",
|
|
279
|
+
"description": "How long to wait before turning on after the relay was turned off due to overload protection. If disabled, the relay will remain off.",
|
|
280
|
+
"valueSize": 2,
|
|
281
|
+
"unit": "seconds",
|
|
282
|
+
"minValue": 0,
|
|
283
|
+
"maxValue": 65535,
|
|
284
|
+
"defaultValue": 0,
|
|
285
|
+
"unsigned": true,
|
|
286
|
+
"options": [
|
|
287
|
+
{
|
|
288
|
+
"label": "Disabled",
|
|
289
|
+
"value": 0
|
|
290
|
+
}
|
|
291
|
+
]
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"#": "18",
|
|
295
|
+
"label": "Temperature Reporting Unit",
|
|
296
|
+
"valueSize": 1,
|
|
297
|
+
"defaultValue": 1,
|
|
298
|
+
"allowManualEntry": false,
|
|
299
|
+
"options": [
|
|
300
|
+
{
|
|
301
|
+
"label": "Celsius",
|
|
302
|
+
"value": 0
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"label": "Fahrenheit",
|
|
306
|
+
"value": 1
|
|
307
|
+
}
|
|
308
|
+
]
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"#": "19",
|
|
312
|
+
"label": "Temperature Reporting Threshold",
|
|
313
|
+
"valueSize": 1,
|
|
314
|
+
"unit": "0.1 °F",
|
|
315
|
+
"minValue": 0,
|
|
316
|
+
"maxValue": 100,
|
|
317
|
+
"defaultValue": 10,
|
|
318
|
+
"options": [
|
|
319
|
+
{
|
|
320
|
+
"label": "Disabled",
|
|
321
|
+
"value": 0
|
|
322
|
+
}
|
|
323
|
+
]
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"#": "20",
|
|
327
|
+
"label": "Temperature Reporting Interval",
|
|
328
|
+
"valueSize": 4,
|
|
329
|
+
"unit": "seconds",
|
|
330
|
+
"minValue": 0,
|
|
331
|
+
"maxValue": 28800,
|
|
332
|
+
"defaultValue": 14400,
|
|
333
|
+
"options": [
|
|
334
|
+
{
|
|
335
|
+
"label": "Disabled",
|
|
336
|
+
"value": 0
|
|
337
|
+
}
|
|
338
|
+
]
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"#": "21",
|
|
342
|
+
"label": "Heat Alert Level (Fahrenheit)",
|
|
343
|
+
"description": "Temperature level for a heat alert notification to be sent to your hub and associated devices.",
|
|
344
|
+
"valueSize": 1,
|
|
345
|
+
"unit": "°F",
|
|
346
|
+
"minValue": 50,
|
|
347
|
+
"maxValue": 130,
|
|
348
|
+
"defaultValue": 100,
|
|
349
|
+
"unsigned": true
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"#": "22",
|
|
353
|
+
"label": "Freeze Alert Level (Fahrenheit)",
|
|
354
|
+
"description": "Temperature level for a freeze alert notification to be sent to your hub and associated devices.",
|
|
355
|
+
"valueSize": 1,
|
|
356
|
+
"unit": "°F",
|
|
357
|
+
"minValue": 0,
|
|
358
|
+
"maxValue": 49,
|
|
359
|
+
"defaultValue": 10
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"#": "23",
|
|
363
|
+
"label": "Heat Alert Level (Celsius)",
|
|
364
|
+
"description": "Temperature level for a heat alert notification to be sent to your hub and associated devices.",
|
|
365
|
+
"valueSize": 1,
|
|
366
|
+
"unit": "°C",
|
|
367
|
+
"minValue": 10,
|
|
368
|
+
"maxValue": 55,
|
|
369
|
+
"defaultValue": 38
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"#": "24",
|
|
373
|
+
"label": "Freeze Alert Level (Celsius)",
|
|
374
|
+
"description": "Temperature level for a freeze alert notification to be sent to your hub and associated devices.",
|
|
375
|
+
"valueSize": 1,
|
|
376
|
+
"unit": "°C",
|
|
377
|
+
"minValue": -18,
|
|
378
|
+
"maxValue": 10,
|
|
379
|
+
"defaultValue": -12
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"#": "25",
|
|
383
|
+
"label": "Heat Alert Notification",
|
|
384
|
+
"valueSize": 1,
|
|
385
|
+
"defaultValue": 2,
|
|
386
|
+
"allowManualEntry": false,
|
|
387
|
+
"options": [
|
|
388
|
+
{
|
|
389
|
+
"label": "No notifications",
|
|
390
|
+
"value": 0
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"label": "Notification sent to the hub only",
|
|
394
|
+
"value": 1
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"label": "Notification sent to the hub, Basic Set ON to group 3, Basic Set off to group 4",
|
|
398
|
+
"value": 2
|
|
399
|
+
}
|
|
400
|
+
]
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"#": "26",
|
|
404
|
+
"label": "Freeze Alert Notification",
|
|
405
|
+
"valueSize": 1,
|
|
406
|
+
"defaultValue": 2,
|
|
407
|
+
"allowManualEntry": false,
|
|
408
|
+
"options": [
|
|
409
|
+
{
|
|
410
|
+
"label": "No notifications",
|
|
411
|
+
"value": 0
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"label": "Notification sent to the hub only",
|
|
415
|
+
"value": 1
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"label": "Notification sent to the hub, Basic Set ON to group 7, Basic Set off to group 8",
|
|
419
|
+
"value": 2
|
|
420
|
+
}
|
|
421
|
+
]
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"#": "27",
|
|
425
|
+
"label": "Heat Alert Cleared Notification",
|
|
426
|
+
"valueSize": 1,
|
|
427
|
+
"defaultValue": 2,
|
|
428
|
+
"allowManualEntry": false,
|
|
429
|
+
"options": [
|
|
430
|
+
{
|
|
431
|
+
"label": "No notifications",
|
|
432
|
+
"value": 0
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"label": "Notification sent to the hub only",
|
|
436
|
+
"value": 1
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"label": "Notification sent to the hub, Basic Set ON to group 5, Basic Set off to group 6",
|
|
440
|
+
"value": 2
|
|
441
|
+
}
|
|
442
|
+
]
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"#": "28",
|
|
446
|
+
"label": "Freeze Alert Cleared Notification",
|
|
447
|
+
"valueSize": 1,
|
|
448
|
+
"defaultValue": 2,
|
|
449
|
+
"allowManualEntry": false,
|
|
450
|
+
"options": [
|
|
451
|
+
{
|
|
452
|
+
"label": "No notifications",
|
|
453
|
+
"value": 0
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"label": "Notification sent to the hub only",
|
|
457
|
+
"value": 1
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"label": "Notification sent to the hub, Basic Set ON to group 9, Basic Set off to group 10",
|
|
461
|
+
"value": 2
|
|
462
|
+
}
|
|
463
|
+
]
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"#": "29",
|
|
467
|
+
"label": "Input Type",
|
|
468
|
+
"valueSize": 1,
|
|
469
|
+
"defaultValue": 0,
|
|
470
|
+
"allowManualEntry": false,
|
|
471
|
+
"options": [
|
|
472
|
+
{
|
|
473
|
+
"label": "Automatic detection",
|
|
474
|
+
"value": 0
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"label": "Toggle switch (State changes when switch is toggled)",
|
|
478
|
+
"value": 1
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"label": "Momentary push button",
|
|
482
|
+
"value": 2
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"label": "Toggle switch (Light on when switch is up, light off when switch is down)",
|
|
486
|
+
"value": 3
|
|
487
|
+
}
|
|
488
|
+
]
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"#": "30",
|
|
492
|
+
"label": "Input Behavior",
|
|
493
|
+
"valueSize": 1,
|
|
494
|
+
"defaultValue": 1,
|
|
495
|
+
"allowManualEntry": false,
|
|
496
|
+
"options": [
|
|
497
|
+
{
|
|
498
|
+
"label": "Send reports only",
|
|
499
|
+
"value": 0
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"label": "Trigger load",
|
|
503
|
+
"value": 1
|
|
504
|
+
}
|
|
505
|
+
]
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"#": "31",
|
|
509
|
+
"label": "Input Report Type",
|
|
510
|
+
"description": "Which reports are sent to devices associated in Group 11.",
|
|
511
|
+
"valueSize": 1,
|
|
512
|
+
"defaultValue": 0,
|
|
513
|
+
"allowManualEntry": false,
|
|
514
|
+
"options": [
|
|
515
|
+
{
|
|
516
|
+
"label": "Basic Set",
|
|
517
|
+
"value": 0
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"label": "Binary Switch",
|
|
521
|
+
"value": 1
|
|
522
|
+
}
|
|
523
|
+
]
|
|
524
|
+
}
|
|
525
|
+
],
|
|
526
|
+
"metadata": {
|
|
527
|
+
"inclusion": "Tap the Z-Wave button 3 times quickly. The LED indicator will blink red while processing. Successful: solid red LED for 2 seconds.",
|
|
528
|
+
"exclusion": "Tap the Z-Wave button 3 times quickly. The LED indicator will blink red while processing. Successful: solid red LED for 2 seconds.",
|
|
529
|
+
"reset": "Click the Z-Wave button once and immediately after, press and hold the button for 15 seconds. The LED indicator will flash during the process and turn red for 3 seconds to confirm successful reset."
|
|
530
|
+
}
|
|
531
|
+
}
|