@zwave-js/config 10.0.0-beta.4 → 10.0.0-beta.5
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/ConfigManager.d.ts.map +1 -1
- package/build/ConfigManager.js +15 -10
- package/build/ConfigManager.js.map +1 -1
- package/build/DeviceClasses.d.ts.map +1 -1
- package/build/DeviceClasses.js +1 -2
- package/build/DeviceClasses.js.map +1 -1
- package/build/Manufacturers.d.ts.map +1 -1
- package/build/Manufacturers.js +1 -2
- package/build/Manufacturers.js.map +1 -1
- package/build/Meters.d.ts.map +1 -1
- package/build/Meters.js +1 -2
- package/build/Meters.js.map +1 -1
- package/build/Notifications.d.ts.map +1 -1
- package/build/Notifications.js +2 -3
- package/build/Notifications.js.map +1 -1
- package/build/SensorTypes.d.ts.map +1 -1
- package/build/SensorTypes.js +1 -2
- package/build/SensorTypes.js.map +1 -1
- package/build/devices/DeviceConfig.d.ts.map +1 -1
- package/build/devices/DeviceConfig.js +3 -4
- package/build/devices/DeviceConfig.js.map +1 -1
- package/build/devices/EndpointConfig.d.ts.map +1 -1
- package/build/devices/EndpointConfig.js +1 -2
- package/build/devices/EndpointConfig.js.map +1 -1
- package/config/devices/0x010f/fgwpb-121.json +0 -4
- package/config/devices/0x010f/fgwpg-111.json +448 -0
- package/config/devices/0x010f/fgwpg-121.json +98 -102
- package/config/devices/0x027a/zen17.json +71 -20
- package/config/devices/0x0312/mp20z.json +13 -71
- package/config/devices/0x0312/mp21z.json +2 -32
- package/config/devices/0x0312/mp21zd.json +8 -8
- package/config/devices/0x0312/mp21zp.json +2 -5
- package/config/devices/0x0312/mp22z.json +5 -47
- package/config/devices/0x0312/mp22zd.json +2 -2
- package/config/devices/0x0312/mp22zp.json +1 -7
- package/config/devices/0x0312/mp23z.json +2 -32
- package/config/devices/0x0312/mp24z.json +5 -45
- package/config/devices/0x0312/mr40z.json +3 -3
- package/config/devices/0x0312/ms10z.json +11 -25
- package/config/devices/0x0312/ms11zs.json +1 -1
- package/config/devices/0x0312/ms12z.json +11 -25
- package/config/devices/0x0312/ms13z.json +14 -14
- package/config/devices/0x0312/n4001.json +1 -7
- package/config/devices/0x0312/n4002.json +10 -10
- package/config/devices/0x0312/n4003.json +55 -0
- package/config/devices/0x0312/nzw30.json +3 -44
- package/config/devices/0x0312/nzw30s.json +3 -40
- package/config/devices/0x0312/nzw30t.json +2 -22
- package/config/devices/0x0312/nzw31.json +2 -21
- package/config/devices/0x0312/nzw31s.json +2 -21
- package/config/devices/0x0312/nzw36.json +2 -26
- package/config/devices/0x0312/nzw96.json +2 -26
- package/config/devices/0x0312/templates/minoston_template.json +43 -1
- package/config/devices/0x0312/zw30.json +16 -144
- package/config/devices/0x0312/zw31.json +16 -146
- package/config/devices/0x0312/zw31s.json +10 -10
- package/config/devices/0x0312/zw39.json +4 -44
- package/config/devices/0x0312/zw922.json +3 -3
- package/config/devices/0x0312/zw96.json +5 -32
- package/config/devices/0x0312/zw97.json +9 -46
- package/config/devices/templates/master_template.json +21 -1
- package/package.json +8 -6
|
@@ -21,28 +21,30 @@
|
|
|
21
21
|
{
|
|
22
22
|
"#": "3",
|
|
23
23
|
"label": "Overload",
|
|
24
|
-
"description": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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
|
|
191
|
-
"description": "
|
|
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
|
|
210
|
-
"description": "
|
|
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
|
-
"
|
|
229
|
-
"
|
|
230
|
-
"
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
"
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
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
|
|
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
|
|
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
|
|
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": "
|
|
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
|
|
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": "
|
|
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
|
|
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": "
|
|
406
|
+
"label": "LED Off",
|
|
411
407
|
"value": 0
|
|
412
408
|
},
|
|
413
409
|
{
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
68
|
"#": "2",
|
|
69
|
-
"$if": "firmwareVersion
|
|
70
|
-
"label": "Input Type
|
|
71
|
-
"description": "Note: The device must be excluded (without resetting it) and re-included after changing to/from values 4-
|
|
69
|
+
"$if": "firmwareVersion < 1.4",
|
|
70
|
+
"label": "S1 Terminal: Input Type",
|
|
71
|
+
"description": "Note: The device must be excluded (without resetting it) and re-included after changing to/from values 4-10",
|
|
72
72
|
"valueSize": 1,
|
|
73
73
|
"defaultValue": 1,
|
|
74
74
|
"unsigned": true,
|
|
@@ -117,18 +117,14 @@
|
|
|
117
117
|
{
|
|
118
118
|
"label": "On/off report (dry contact switch/sensor)",
|
|
119
119
|
"value": 10
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"label": "Garage door mode (momentary mode) for relay and door sensor (open/close) for input",
|
|
123
|
-
"value": 11
|
|
124
120
|
}
|
|
125
121
|
]
|
|
126
122
|
},
|
|
127
123
|
{
|
|
128
124
|
"#": "2",
|
|
129
|
-
"$if": "firmwareVersion
|
|
130
|
-
"label": "Input Type
|
|
131
|
-
"description": "Note: The device must be excluded (without resetting it) and re-included after changing to/from values 4-
|
|
125
|
+
"$if": "firmwareVersion >= 1.4",
|
|
126
|
+
"label": "S1 Terminal: Input Type",
|
|
127
|
+
"description": "Note: The device must be excluded (without resetting it) and re-included after changing to/from values 4-11",
|
|
132
128
|
"valueSize": 1,
|
|
133
129
|
"defaultValue": 1,
|
|
134
130
|
"unsigned": true,
|
|
@@ -174,6 +170,54 @@
|
|
|
174
170
|
"label": "CO2 alarm",
|
|
175
171
|
"value": 9
|
|
176
172
|
},
|
|
173
|
+
{
|
|
174
|
+
"label": "On/off report (dry contact switch/sensor)",
|
|
175
|
+
"value": 10
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"label": "Garage door mode (momentary mode) for relay and door sensor (open/close) for input",
|
|
179
|
+
"value": 11
|
|
180
|
+
}
|
|
181
|
+
]
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"#": "19",
|
|
185
|
+
"$if": "firmwareVersion >= 1.10",
|
|
186
|
+
"label": "S1 Terminal: Invert Values",
|
|
187
|
+
"description": "Select the same value as you chose for parameter 2 to reverse the values for open and closed circuit",
|
|
188
|
+
"valueSize": 1,
|
|
189
|
+
"defaultValue": 0,
|
|
190
|
+
"unsigned": true,
|
|
191
|
+
"allowManualEntry": false,
|
|
192
|
+
"options": [
|
|
193
|
+
{
|
|
194
|
+
"label": "Disable",
|
|
195
|
+
"value": 0
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"label": "Leak alarm (water sensor)",
|
|
199
|
+
"value": 4
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"label": "Heat alarm",
|
|
203
|
+
"value": 5
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"label": "Motion alert",
|
|
207
|
+
"value": 6
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"label": "Open/close alert (door sensor)",
|
|
211
|
+
"value": 7
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"label": "CO alarm",
|
|
215
|
+
"value": 8
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"label": "CO2 alarm",
|
|
219
|
+
"value": 9
|
|
220
|
+
},
|
|
177
221
|
{
|
|
178
222
|
"label": "On/off report (dry contact switch/sensor)",
|
|
179
223
|
"value": 10
|
|
@@ -182,9 +226,9 @@
|
|
|
182
226
|
},
|
|
183
227
|
{
|
|
184
228
|
"#": "3",
|
|
185
|
-
"$if": "firmwareVersion
|
|
186
|
-
"label": "Input Type
|
|
187
|
-
"description": "Note: The device must be excluded (without resetting it) and re-included after changing to/from values 4-
|
|
229
|
+
"$if": "firmwareVersion < 1.4",
|
|
230
|
+
"label": "S2 Terminal: Input Type",
|
|
231
|
+
"description": "Note: The device must be excluded (without resetting it) and re-included after changing to/from values 4-10",
|
|
188
232
|
"valueSize": 1,
|
|
189
233
|
"defaultValue": 1,
|
|
190
234
|
"unsigned": true,
|
|
@@ -233,18 +277,14 @@
|
|
|
233
277
|
{
|
|
234
278
|
"label": "On/off report (dry contact switch/sensor)",
|
|
235
279
|
"value": 10
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"label": "Garage door mode (momentary mode) for relay and door sensor (open/close) for input",
|
|
239
|
-
"value": 11
|
|
240
280
|
}
|
|
241
281
|
]
|
|
242
282
|
},
|
|
243
283
|
{
|
|
244
284
|
"#": "3",
|
|
245
|
-
"$if": "firmwareVersion
|
|
246
|
-
"label": "Input Type
|
|
247
|
-
"description": "Note: The device must be excluded (without resetting it) and re-included after changing to/from values 4-
|
|
285
|
+
"$if": "firmwareVersion >= 1.4",
|
|
286
|
+
"label": "S2 Terminal: Input Type",
|
|
287
|
+
"description": "Note: The device must be excluded (without resetting it) and re-included after changing to/from values 4-11",
|
|
248
288
|
"valueSize": 1,
|
|
249
289
|
"defaultValue": 1,
|
|
250
290
|
"unsigned": true,
|
|
@@ -293,9 +333,20 @@
|
|
|
293
333
|
{
|
|
294
334
|
"label": "On/off report (dry contact switch/sensor)",
|
|
295
335
|
"value": 10
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"label": "Garage door mode (momentary mode) for relay and door sensor (open/close) for input",
|
|
339
|
+
"value": 11
|
|
296
340
|
}
|
|
297
341
|
]
|
|
298
342
|
},
|
|
343
|
+
{
|
|
344
|
+
"#": "20",
|
|
345
|
+
"$if": "firmwareVersion >= 1.10",
|
|
346
|
+
"$import": "#paramInformation/19",
|
|
347
|
+
"label": "S2 Terminal: Invert Values",
|
|
348
|
+
"description": "Select the same value as you chose for parameter 3 to reverse the values for open and closed circuit"
|
|
349
|
+
},
|
|
299
350
|
{
|
|
300
351
|
"#": "5",
|
|
301
352
|
"label": "LED Indicator",
|
|
@@ -17,89 +17,31 @@
|
|
|
17
17
|
"paramInformation": [
|
|
18
18
|
{
|
|
19
19
|
"#": "1",
|
|
20
|
-
"
|
|
21
|
-
"valueSize": 1,
|
|
22
|
-
"defaultValue": 0,
|
|
23
|
-
"unsigned": true,
|
|
24
|
-
"allowManualEntry": false,
|
|
25
|
-
"options": [
|
|
26
|
-
{
|
|
27
|
-
"label": "LED on when load on, LED off when either load off",
|
|
28
|
-
"value": 0
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"label": "LED on when load off, LED off when either load on",
|
|
32
|
-
"value": 1
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"label": "LED always off",
|
|
36
|
-
"value": 2
|
|
37
|
-
}
|
|
38
|
-
]
|
|
20
|
+
"$import": "~/templates/master_template.json#led_indicator_three_options_inverted"
|
|
39
21
|
},
|
|
40
22
|
{
|
|
41
23
|
"#": "2",
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"unit": "seconds"
|
|
45
|
-
"minValue": 0,
|
|
46
|
-
"maxValue": 65535,
|
|
47
|
-
"defaultValue": 0,
|
|
48
|
-
"unsigned": true,
|
|
49
|
-
"options": [
|
|
50
|
-
{
|
|
51
|
-
"label": "Disabled",
|
|
52
|
-
"value": 0
|
|
53
|
-
}
|
|
54
|
-
]
|
|
24
|
+
"$import": "templates/minoston_template.json#auto_off_timer",
|
|
25
|
+
"label": "Left Outlet: Auto-Off Timer",
|
|
26
|
+
"unit": "seconds"
|
|
55
27
|
},
|
|
56
28
|
{
|
|
57
29
|
"#": "3",
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"unit": "seconds"
|
|
61
|
-
"minValue": 0,
|
|
62
|
-
"maxValue": 65535,
|
|
63
|
-
"defaultValue": 0,
|
|
64
|
-
"unsigned": true,
|
|
65
|
-
"options": [
|
|
66
|
-
{
|
|
67
|
-
"label": "Disabled",
|
|
68
|
-
"value": 0
|
|
69
|
-
}
|
|
70
|
-
]
|
|
30
|
+
"$import": "templates/minoston_template.json#auto_off_timer",
|
|
31
|
+
"label": "Right Outlet: Auto-Off Timer",
|
|
32
|
+
"unit": "seconds"
|
|
71
33
|
},
|
|
72
34
|
{
|
|
73
35
|
"#": "4",
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"unit": "seconds"
|
|
77
|
-
"minValue": 0,
|
|
78
|
-
"maxValue": 65535,
|
|
79
|
-
"defaultValue": 0,
|
|
80
|
-
"unsigned": true,
|
|
81
|
-
"options": [
|
|
82
|
-
{
|
|
83
|
-
"label": "Disabled",
|
|
84
|
-
"value": 0
|
|
85
|
-
}
|
|
86
|
-
]
|
|
36
|
+
"$import": "templates/minoston_template.json#auto_on_timer",
|
|
37
|
+
"label": "Left Outlet: Auto-On Timer",
|
|
38
|
+
"unit": "seconds"
|
|
87
39
|
},
|
|
88
40
|
{
|
|
89
41
|
"#": "5",
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"unit": "seconds"
|
|
93
|
-
"minValue": 0,
|
|
94
|
-
"maxValue": 65535,
|
|
95
|
-
"defaultValue": 0,
|
|
96
|
-
"unsigned": true,
|
|
97
|
-
"options": [
|
|
98
|
-
{
|
|
99
|
-
"label": "Disabled",
|
|
100
|
-
"value": 0
|
|
101
|
-
}
|
|
102
|
-
]
|
|
42
|
+
"$import": "templates/minoston_template.json#auto_on_timer",
|
|
43
|
+
"label": "Right Outlet: Auto-On Timer",
|
|
44
|
+
"unit": "seconds"
|
|
103
45
|
},
|
|
104
46
|
{
|
|
105
47
|
"#": "6",
|
|
@@ -22,41 +22,11 @@
|
|
|
22
22
|
"paramInformation": [
|
|
23
23
|
{
|
|
24
24
|
"#": "1",
|
|
25
|
-
"
|
|
26
|
-
"valueSize": 1,
|
|
27
|
-
"defaultValue": 0,
|
|
28
|
-
"unsigned": true,
|
|
29
|
-
"allowManualEntry": false,
|
|
30
|
-
"options": [
|
|
31
|
-
{
|
|
32
|
-
"label": "LED on when load off, LED off when load on",
|
|
33
|
-
"value": 0
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"label": "LED on when load on, LED off when load off",
|
|
37
|
-
"value": 1
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"label": "LED always off",
|
|
41
|
-
"value": 2
|
|
42
|
-
}
|
|
43
|
-
]
|
|
25
|
+
"$import": "~/templates/master_template.json#led_indicator_three_options"
|
|
44
26
|
},
|
|
45
27
|
{
|
|
46
28
|
"#": "2",
|
|
47
|
-
"
|
|
48
|
-
"valueSize": 2,
|
|
49
|
-
"unit": "seconds",
|
|
50
|
-
"minValue": 0,
|
|
51
|
-
"maxValue": 36000,
|
|
52
|
-
"defaultValue": 0,
|
|
53
|
-
"unsigned": true,
|
|
54
|
-
"options": [
|
|
55
|
-
{
|
|
56
|
-
"label": "Disabled",
|
|
57
|
-
"value": 0
|
|
58
|
-
}
|
|
59
|
-
]
|
|
29
|
+
"$import": "templates/minoston_template.json#auto_off_timer_36000s"
|
|
60
30
|
}
|
|
61
31
|
],
|
|
62
32
|
"metadata": {
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
23
|
"#": "3",
|
|
24
|
-
"$import": "
|
|
24
|
+
"$import": "templates/minoston_template.json#auto_off_timer"
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
"#": "5",
|
|
28
|
-
"$import": "
|
|
28
|
+
"$import": "templates/minoston_template.json#auto_on_timer"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"#": "8",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"#": "12",
|
|
54
|
-
"$import": "
|
|
54
|
+
"$import": "templates/minoston_template.json#double_tap_function"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
"#": "15",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
"#": "21",
|
|
62
|
-
"$import": "
|
|
62
|
+
"$import": "templates/minoston_template.json#report_state_when_local_control_disabled"
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
"#": "16",
|
|
@@ -67,19 +67,19 @@
|
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
"#": "20",
|
|
70
|
-
"$import": "
|
|
70
|
+
"$import": "templates/minoston_template.json#association_reports_basic_multilevel"
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
73
|
"#": "22",
|
|
74
|
-
"$import": "
|
|
74
|
+
"$import": "templates/minoston_template.json#night_mode_brightness"
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
77
|
"#": "23",
|
|
78
|
-
"$import": "
|
|
78
|
+
"$import": "templates/minoston_template.json#led_indicator_color"
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"#": "26",
|
|
82
|
-
"$import": "
|
|
82
|
+
"$import": "templates/minoston_template.json#led_indicator_brightness"
|
|
83
83
|
}
|
|
84
84
|
],
|
|
85
85
|
"metadata": {
|