@zwave-js/config 10.0.0-beta.3 → 10.0.0-beta.6
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 +5 -6
- 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/fgms001.json +208 -124
- 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/0x0271/is140-2.json +15 -123
- package/config/devices/0x0271/l_810_led_ihf.json +16 -90
- package/config/devices/0x0271/motionswitch_led.json +89 -106
- package/config/devices/0x0271/rs_led_d2_z-wave.json +15 -93
- package/config/devices/0x0271/templates/steinel_template.json +237 -0
- package/config/devices/0x0271/xled_home_2.json +14 -209
- package/config/devices/0x027a/zen05.json +63 -0
- 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 → mp21zp_mp31zp.json} +3 -6
- 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/config/indicators.json +1 -1
- package/package.json +8 -6
|
@@ -16,250 +16,55 @@
|
|
|
16
16
|
"paramInformation": [
|
|
17
17
|
{
|
|
18
18
|
"#": "1",
|
|
19
|
-
"
|
|
20
|
-
"valueSize": 2,
|
|
21
|
-
"unit": "seconds",
|
|
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
|
-
"
|
|
29
|
-
"description": "Allowable Range: 2-2000. Moving the potentiometer overwrites the current setting.",
|
|
30
|
-
"valueSize": 2,
|
|
31
|
-
"unit": "lux",
|
|
32
|
-
"minValue": 0,
|
|
33
|
-
"maxValue": 2000,
|
|
34
|
-
"defaultValue": 2000,
|
|
35
|
-
"options": [
|
|
36
|
-
{
|
|
37
|
-
"label": "Execute learn sequence",
|
|
38
|
-
"value": 0
|
|
39
|
-
}
|
|
40
|
-
]
|
|
23
|
+
"$import": "templates/steinel_template.json#light_threshold"
|
|
41
24
|
},
|
|
42
25
|
{
|
|
43
26
|
"#": "5",
|
|
44
|
-
"
|
|
45
|
-
"description": "Moving the potentiometer overwrites the current setting.",
|
|
46
|
-
"valueSize": 1,
|
|
47
|
-
"unit": "%",
|
|
48
|
-
"minValue": 2,
|
|
49
|
-
"maxValue": 100,
|
|
50
|
-
"defaultValue": 100
|
|
27
|
+
"$import": "templates/steinel_template.json#motion_sensor_sensitivity"
|
|
51
28
|
},
|
|
52
29
|
{
|
|
53
30
|
"#": "6",
|
|
54
|
-
"
|
|
55
|
-
"description": "Lamp switches off shortly and measures the ambient light.",
|
|
56
|
-
"valueSize": 1,
|
|
57
|
-
"unit": "minutes",
|
|
58
|
-
"minValue": 0,
|
|
59
|
-
"maxValue": 120,
|
|
60
|
-
"defaultValue": 0,
|
|
61
|
-
"options": [
|
|
62
|
-
{
|
|
63
|
-
"label": "Disable",
|
|
64
|
-
"value": 0
|
|
65
|
-
}
|
|
66
|
-
]
|
|
31
|
+
"$import": "templates/steinel_template.json#brightness_measuring_interval"
|
|
67
32
|
},
|
|
68
33
|
{
|
|
69
34
|
"#": "8",
|
|
70
|
-
"
|
|
71
|
-
"description": "Measurements from associated Z-Wave light sensors are preferred if not older than 30 minutes.",
|
|
72
|
-
"valueSize": 1,
|
|
73
|
-
"defaultValue": 1,
|
|
74
|
-
"allowManualEntry": false,
|
|
75
|
-
"options": [
|
|
76
|
-
{
|
|
77
|
-
"label": "Disable",
|
|
78
|
-
"value": 0
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"label": "Enable",
|
|
82
|
-
"value": 1
|
|
83
|
-
}
|
|
84
|
-
]
|
|
35
|
+
"$import": "templates/steinel_template.json#external_light_sensor"
|
|
85
36
|
},
|
|
86
37
|
{
|
|
87
|
-
"#": "9[
|
|
88
|
-
"
|
|
89
|
-
"description": "When enabled, the lamp is controlled externally via Z-Wave and internal sensors are not used.",
|
|
90
|
-
"valueSize": 1,
|
|
91
|
-
"defaultValue": 0,
|
|
92
|
-
"allowManualEntry": false,
|
|
93
|
-
"options": [
|
|
94
|
-
{
|
|
95
|
-
"label": "Disable",
|
|
96
|
-
"value": 0
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"label": "Enable",
|
|
100
|
-
"value": 1
|
|
101
|
-
}
|
|
102
|
-
]
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"#": "9[0x02]",
|
|
106
|
-
"label": "Gateway Check",
|
|
107
|
-
"description": "External Control disabled: Lamp signalizes failure to reach the gateway. External Control enabled: Lamp falls back to normal mode after gateway could not be reached repeatedly.",
|
|
108
|
-
"valueSize": 1,
|
|
109
|
-
"defaultValue": 0,
|
|
110
|
-
"allowManualEntry": false,
|
|
111
|
-
"options": [
|
|
112
|
-
{
|
|
113
|
-
"label": "Disable",
|
|
114
|
-
"value": 0
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"label": "Enable",
|
|
118
|
-
"value": 1
|
|
119
|
-
}
|
|
120
|
-
]
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"#": "9[0x04]",
|
|
124
|
-
"label": "Permanently On",
|
|
125
|
-
"description": "When enabled, overrides the External Control and Gateway Check parameters",
|
|
126
|
-
"valueSize": 1,
|
|
127
|
-
"defaultValue": 0,
|
|
128
|
-
"allowManualEntry": false,
|
|
129
|
-
"options": [
|
|
130
|
-
{
|
|
131
|
-
"label": "Disable",
|
|
132
|
-
"value": 0
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"label": "Enable",
|
|
136
|
-
"value": 1
|
|
137
|
-
}
|
|
138
|
-
]
|
|
38
|
+
"#": "9[0x07]",
|
|
39
|
+
"$import": "templates/steinel_template.json#light_behavior"
|
|
139
40
|
},
|
|
140
41
|
{
|
|
141
42
|
"#": "10",
|
|
142
|
-
"
|
|
143
|
-
"description": "On motion detection, light turns off for the configured duration: 1...100 = seconds, 101...200 = minutes (minus 100), 201...209 = hours (minus 200)",
|
|
144
|
-
"valueSize": 2,
|
|
145
|
-
"minValue": 0,
|
|
146
|
-
"maxValue": 255,
|
|
147
|
-
"defaultValue": 10,
|
|
148
|
-
"options": [
|
|
149
|
-
{
|
|
150
|
-
"label": "Turn off immediately, until motion detected",
|
|
151
|
-
"value": 0
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"label": "Turn off immediately for duration of param 1 (Light Duration After Motion) or until motion detected",
|
|
155
|
-
"value": 255
|
|
156
|
-
}
|
|
157
|
-
]
|
|
43
|
+
"$import": "templates/steinel_template.json#off_command_duration"
|
|
158
44
|
},
|
|
159
45
|
{
|
|
160
46
|
"#": "11",
|
|
161
|
-
"
|
|
162
|
-
"description": "Light turns on for the configured duration, then waits for motion to return to normal operation: 1...100 = seconds, 101...200 = minutes (minus 100), 201...209 = hours (minus 200)",
|
|
163
|
-
"valueSize": 2,
|
|
164
|
-
"minValue": 0,
|
|
165
|
-
"maxValue": 255,
|
|
166
|
-
"defaultValue": 255,
|
|
167
|
-
"options": [
|
|
168
|
-
{
|
|
169
|
-
"label": "Turn on, wait for motion immediately",
|
|
170
|
-
"value": 0
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"label": "Turn on immediately for duration of param 1 (Light Duration After Motion) or until motion detected",
|
|
174
|
-
"value": 255
|
|
175
|
-
}
|
|
176
|
-
]
|
|
47
|
+
"$import": "templates/steinel_template.json#on_command_duration"
|
|
177
48
|
},
|
|
178
49
|
{
|
|
179
50
|
"#": "12",
|
|
180
|
-
"
|
|
181
|
-
"description": "How long to wait for motion after the configured duration before returning to normal operation to prevent staying on forever: 1...100 = seconds, 101...200 = minutes (minus 100), 201...209 = hours (minus 200)",
|
|
182
|
-
"valueSize": 2,
|
|
183
|
-
"minValue": 0,
|
|
184
|
-
"maxValue": 255,
|
|
185
|
-
"defaultValue": 204,
|
|
186
|
-
"options": [
|
|
187
|
-
{
|
|
188
|
-
"label": "Do not wait for motion",
|
|
189
|
-
"value": 0
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"label": "Wait for motion indefinitely",
|
|
193
|
-
"value": 255
|
|
194
|
-
}
|
|
195
|
-
]
|
|
51
|
+
"$import": "templates/steinel_template.json#motion_wait_limit"
|
|
196
52
|
},
|
|
197
53
|
{
|
|
198
54
|
"#": "13",
|
|
199
|
-
"
|
|
200
|
-
"description": "On motion detection, light turns off for the configured duration: 1...100 = seconds, 101...200 = minutes (minus 100), 201...209 = hours (minus 200)",
|
|
201
|
-
"valueSize": 2,
|
|
202
|
-
"minValue": 0,
|
|
203
|
-
"maxValue": 255,
|
|
204
|
-
"defaultValue": 204,
|
|
205
|
-
"options": [
|
|
206
|
-
{
|
|
207
|
-
"label": "Immediately, until motion detected",
|
|
208
|
-
"value": 0
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
"label": "Ignore sequence, treat like off command",
|
|
212
|
-
"value": 255
|
|
213
|
-
}
|
|
214
|
-
]
|
|
55
|
+
"$import": "templates/steinel_template.json#on_off_sequence_off_duration"
|
|
215
56
|
},
|
|
216
57
|
{
|
|
217
58
|
"#": "14",
|
|
218
|
-
"
|
|
219
|
-
"description": "Light turns on for the configured duration, then waits for motion to return to normal operation: 1...100 = seconds, 101...200 = minutes (minus 100), 201...209 = hours (minus 200)",
|
|
220
|
-
"valueSize": 2,
|
|
221
|
-
"minValue": 0,
|
|
222
|
-
"maxValue": 255,
|
|
223
|
-
"defaultValue": 204,
|
|
224
|
-
"options": [
|
|
225
|
-
{
|
|
226
|
-
"label": "Turn on, wait for motion immediately",
|
|
227
|
-
"value": 0
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"label": "Ignore sequence, treat like on command",
|
|
231
|
-
"value": 255
|
|
232
|
-
}
|
|
233
|
-
]
|
|
59
|
+
"$import": "templates/steinel_template.json#off_on_sequence_on_duration"
|
|
234
60
|
},
|
|
235
61
|
{
|
|
236
62
|
"#": "15",
|
|
237
|
-
"
|
|
238
|
-
"description": "Maximum delay between on-off or off-on commands to treat as a sequence",
|
|
239
|
-
"valueSize": 1,
|
|
240
|
-
"unit": "0.1 s",
|
|
241
|
-
"minValue": 10,
|
|
242
|
-
"maxValue": 50,
|
|
243
|
-
"defaultValue": 10
|
|
63
|
+
"$import": "templates/steinel_template.json#sequence_timing"
|
|
244
64
|
},
|
|
245
65
|
{
|
|
246
66
|
"#": "16",
|
|
247
|
-
"
|
|
248
|
-
"description": "How long to disable internal motion sensor after Basic Set command to motion endpoint: 1...100 = seconds, 101...200 = minutes (minus 100), 201...209 = hours (minus 200)",
|
|
249
|
-
"valueSize": 2,
|
|
250
|
-
"minValue": 0,
|
|
251
|
-
"maxValue": 255,
|
|
252
|
-
"defaultValue": 0,
|
|
253
|
-
"options": [
|
|
254
|
-
{
|
|
255
|
-
"label": "Ignore command, sensor permanently enabled",
|
|
256
|
-
"value": 0
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
"label": "Ignore command, sensor permanently disabled",
|
|
260
|
-
"value": 255
|
|
261
|
-
}
|
|
262
|
-
]
|
|
67
|
+
"$import": "templates/steinel_template.json#command_motion_disable_timeout"
|
|
263
68
|
}
|
|
264
69
|
]
|
|
265
70
|
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Zooz",
|
|
3
|
+
"manufacturerId": "0x027a",
|
|
4
|
+
"label": "ZEN05",
|
|
5
|
+
"description": "Outdoor Smart Plug",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x7000",
|
|
9
|
+
"productId": "0xb001"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"paramInformation": [
|
|
17
|
+
{
|
|
18
|
+
"#": "1",
|
|
19
|
+
"label": "LED Indicator Mode",
|
|
20
|
+
"valueSize": 1,
|
|
21
|
+
"defaultValue": 0,
|
|
22
|
+
"allowManualEntry": false,
|
|
23
|
+
"options": [
|
|
24
|
+
{
|
|
25
|
+
"label": "Always On",
|
|
26
|
+
"value": 0
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"label": "Follow Outlet",
|
|
30
|
+
"value": 1
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"label": "Always Off",
|
|
34
|
+
"value": 2
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"#": "2",
|
|
40
|
+
"$import": "templates/zooz_template.json#auto_off_timer_duration",
|
|
41
|
+
"label": "Auto Turn-Off Timer Duration"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"#": "4",
|
|
45
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
46
|
+
"label": "Auto Turn-On Timer"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"#": "6",
|
|
50
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_prev_on_off"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"#": "7",
|
|
54
|
+
"$import": "templates/zooz_template.json#led_indicator_brightness"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"#": "8",
|
|
58
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
59
|
+
"label": "Manual Control",
|
|
60
|
+
"defaultValue": 1
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
}
|
|
@@ -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": {
|