@zwave-js/config 11.4.1 → 11.4.2
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/devices/CompatConfig.d.ts.map +1 -1
- package/build/devices/CompatConfig.js +16 -12
- package/build/devices/CompatConfig.js.map +1 -1
- package/config/devices/0x0005/pe653.json +453 -34
- package/config/devices/0x000c/hs-fls100.json +1 -1
- package/config/devices/0x000c/hs-wd100.json +1 -1
- package/config/devices/0x000c/hs-wd200.json +1 -1
- package/config/devices/0x0039/39358_39465_zw4002.json +1 -1
- package/config/devices/0x003b/be469zp.json +1 -1
- package/config/devices/0x0060/ac301.json +1 -1
- package/config/devices/0x0060/hac01.json +1 -1
- package/config/devices/0x0060/sp816.json +1 -1
- package/config/devices/0x0063/10974_zw4002.json +1 -1
- package/config/devices/0x0063/12730_zw4002.json +1 -1
- package/config/devices/0x0063/14287_zw4002.json +1 -1
- package/config/devices/0x0063/14314_zw4002.json +1 -1
- package/config/devices/0x0063/14318_zw4005.json +1 -1
- package/config/devices/0x0063/45743_zw4002.json +1 -1
- package/config/devices/0x0063/55258_zw4002.json +1 -1
- package/config/devices/0x0063/55259_zw4002.json +1 -1
- package/config/devices/0x0086/dsa03202.json +1 -1
- package/config/devices/0x0109/zd2102-5.json +1 -1
- package/config/devices/0x010f/fgbs001.json +1 -1
- package/config/devices/0x010f/fgt001.json +1 -1
- package/config/devices/0x0118/tz69.json +1 -1
- package/config/devices/0x011a/zwn-rsm2.json +1 -1
- package/config/devices/0x0129/yale_smart_door_lock_z-wave_module.json +1 -1
- package/config/devices/0x0152/gr-b3-3.json +1 -1
- package/config/devices/0x0154/pope700168.json +1 -1
- package/config/devices/0x0157/ev100.json +1 -1
- package/config/devices/0x0159/zmnhaa.json +2 -2
- package/config/devices/0x0159/zmnhda.json +2 -2
- package/config/devices/0x015f/mh-c221.json +1 -1
- package/config/devices/0x015f/mh-c421.json +1 -1
- package/config/devices/0x015f/{mh-s220.json → mh-s220_0.0-3.1.json} +1 -1
- package/config/devices/0x015f/mh-s220_3.2.json +270 -0
- package/config/devices/0x0184/wd-100.json +1 -1
- package/config/devices/0x018c/pm-140-zw.json +1 -1
- package/config/devices/0x018c/pm-240-zw.json +1 -1
- package/config/devices/0x018c/pm-340-zw.json +1 -1
- package/config/devices/0x019b/4512689.json +1 -1
- package/config/devices/0x019b/heatit_z-relay.json +1 -1
- package/config/devices/0x019b/z-han2.json +176 -0
- package/config/devices/0x019b/z-trm3.json +1 -1
- package/config/devices/0x019b/zm_dimmer.json +262 -0
- package/config/devices/0x0267/10002034-13x.json +4 -0
- package/config/devices/0x0267/1000x080-xxx-700.json +1 -1
- package/config/devices/0x027a/zse19.json +1 -1
- package/config/devices/0x027a/zse29.json +1 -1
- package/config/devices/0x0287/iblindsv3.json +1 -1
- package/config/devices/0x0312/mp21z.json +1 -1
- package/config/devices/0x0315/wd-100.json +1 -1
- package/config/devices/0x0315/zl-pd-100.json +1 -1
- package/config/devices/0x031e/lzw36.json +1 -1
- package/config/devices/0x0330/sr-zv9032a-eu.json +390 -0
- package/config/devices/0x0344/he-ft01.json +1 -1
- package/config/devices/0x0344/he-ht01.json +1 -1
- package/config/devices/0x0344/he-tps01.json +1 -1
- package/config/devices/0x0344/he-tps02.json +1 -1
- package/config/devices/0x0344/he-tps03.json +1 -1
- package/config/devices/0x0344/he-tps04.json +1 -1
- package/config/devices/0x0344/he-tps05.json +1 -1
- package/config/devices/0x0438/sr-zv9032a-eu.json +1 -0
- package/config/devices/0x045a/Z-CM-V01.json +4 -7
- package/config/devices/0x5254/zxt-800.json +254 -0
- package/package.json +1 -1
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
// The device uses Basic Set commands to report rain.
|
|
103
103
|
// We don't set up an association in group 2 or 3 by default, but if a user does,
|
|
104
104
|
// this is needed or the Basic CC will be hidden
|
|
105
|
-
"
|
|
105
|
+
"Basic": {
|
|
106
106
|
"isSupported": true
|
|
107
107
|
}
|
|
108
108
|
}
|
|
@@ -148,12 +148,12 @@
|
|
|
148
148
|
"compat": {
|
|
149
149
|
"commandClasses": {
|
|
150
150
|
"add": {
|
|
151
|
-
"
|
|
151
|
+
"Manufacturer Specific": {
|
|
152
152
|
// Manufacturer Specific CC is supported, but comes back as version 0
|
|
153
153
|
"version": 1,
|
|
154
154
|
"isSupported": true
|
|
155
155
|
},
|
|
156
|
-
"
|
|
156
|
+
"Association": {
|
|
157
157
|
// Association CC is supported, but comes back as version 0
|
|
158
158
|
"version": 1,
|
|
159
159
|
"isSupported": true
|
|
@@ -174,8 +174,8 @@
|
|
|
174
174
|
"compat": {
|
|
175
175
|
"commandClasses": {
|
|
176
176
|
"add": {
|
|
177
|
-
// The device lists
|
|
178
|
-
"
|
|
177
|
+
// The device lists Association CC as supported, but then responds with a version of 0
|
|
178
|
+
"Association": {
|
|
179
179
|
"isSupported": true
|
|
180
180
|
}
|
|
181
181
|
}
|
|
@@ -0,0 +1,270 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "McoHome Technology Co., Ltd.",
|
|
3
|
+
"manufacturerId": "0x015f",
|
|
4
|
+
"label": "MH-S220",
|
|
5
|
+
"description": "Micro Switch",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x2201",
|
|
9
|
+
"productId": "0x1252"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"productType": "0x2201",
|
|
13
|
+
"productId": "0x7202"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"firmwareVersion": {
|
|
17
|
+
"min": "3.2",
|
|
18
|
+
"max": "255.255"
|
|
19
|
+
},
|
|
20
|
+
"associations": {
|
|
21
|
+
"1": {
|
|
22
|
+
"label": "Lifeline",
|
|
23
|
+
"maxNodes": 1,
|
|
24
|
+
"isLifeline": true
|
|
25
|
+
},
|
|
26
|
+
"2": {
|
|
27
|
+
"label": "Switch 1",
|
|
28
|
+
"maxNodes": 5
|
|
29
|
+
},
|
|
30
|
+
"3": {
|
|
31
|
+
"label": "Switch 2",
|
|
32
|
+
"maxNodes": 5
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"paramInformation": [
|
|
36
|
+
{
|
|
37
|
+
"#": "1",
|
|
38
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"#": "2",
|
|
42
|
+
"label": "External Switch Type",
|
|
43
|
+
"valueSize": 1,
|
|
44
|
+
"defaultValue": 1,
|
|
45
|
+
"allowManualEntry": false,
|
|
46
|
+
"options": [
|
|
47
|
+
{
|
|
48
|
+
"label": "Momentary buttons",
|
|
49
|
+
"value": 0
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"label": "Toggle switches",
|
|
53
|
+
"value": 1
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"#": "3",
|
|
59
|
+
"label": "Toggle Switch Behavior",
|
|
60
|
+
"valueSize": 1,
|
|
61
|
+
"defaultValue": 1,
|
|
62
|
+
"allowManualEntry": false,
|
|
63
|
+
"options": [
|
|
64
|
+
{
|
|
65
|
+
"label": "Without specified on/off position",
|
|
66
|
+
"value": 0
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"label": "With specified on/off position",
|
|
70
|
+
"value": 1
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"#": "5",
|
|
76
|
+
"label": "Auto-Off Timer",
|
|
77
|
+
"valueSize": 2,
|
|
78
|
+
"minValue": 0,
|
|
79
|
+
"maxValue": 65535,
|
|
80
|
+
"defaultValue": 0,
|
|
81
|
+
"unit": "seconds",
|
|
82
|
+
"unsigned": true,
|
|
83
|
+
"options": [
|
|
84
|
+
{
|
|
85
|
+
"label": "Disabled",
|
|
86
|
+
"value": 0
|
|
87
|
+
}
|
|
88
|
+
]
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"#": "4",
|
|
92
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
93
|
+
"label": "Auto-Off Timer: Manual Operation",
|
|
94
|
+
"description": "Allow manually turning off the device when the auto-off timer is active",
|
|
95
|
+
"defaultValue": 1
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"#": "6",
|
|
99
|
+
"label": "All On / All Off",
|
|
100
|
+
"valueSize": 1,
|
|
101
|
+
"defaultValue": 0,
|
|
102
|
+
"allowManualEntry": false,
|
|
103
|
+
"unsigned": true,
|
|
104
|
+
"options": [
|
|
105
|
+
{
|
|
106
|
+
"label": "Do not allow all-on and all-off",
|
|
107
|
+
"value": 0
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"label": "Do not allow all-on / Allow all-off",
|
|
111
|
+
"value": 1
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"label": "Allow all-on / Do not allow all-off",
|
|
115
|
+
"value": 2
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"label": "Allow all-on and all-off",
|
|
119
|
+
"value": 255
|
|
120
|
+
}
|
|
121
|
+
]
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"#": "8",
|
|
125
|
+
"label": "Switch 1: Report to Association Group 2",
|
|
126
|
+
"valueSize": 1,
|
|
127
|
+
"defaultValue": 0,
|
|
128
|
+
"allowManualEntry": false,
|
|
129
|
+
"unsigned": true,
|
|
130
|
+
"options": [
|
|
131
|
+
{
|
|
132
|
+
"label": "Report both on/off",
|
|
133
|
+
"value": 0
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"label": "Report on only",
|
|
137
|
+
"value": 1
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"label": "Report off only",
|
|
141
|
+
"value": 2
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"label": "Report disabled",
|
|
145
|
+
"value": 255
|
|
146
|
+
}
|
|
147
|
+
]
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"#": "9",
|
|
151
|
+
"label": "Switch 2: Report Type",
|
|
152
|
+
"description": "Scene Activation will be sent to the controller, Basic Set to group 3.",
|
|
153
|
+
"valueSize": 1,
|
|
154
|
+
"defaultValue": 1,
|
|
155
|
+
"allowManualEntry": false,
|
|
156
|
+
"unsigned": true,
|
|
157
|
+
"options": [
|
|
158
|
+
{
|
|
159
|
+
"label": "Scene Activation and Basic Set",
|
|
160
|
+
"value": 0
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"label": "Scene Activation",
|
|
164
|
+
"value": 1
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"label": "Basic Set",
|
|
168
|
+
"value": 2
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"label": "Disable",
|
|
172
|
+
"value": 255
|
|
173
|
+
}
|
|
174
|
+
]
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"#": "10",
|
|
178
|
+
"label": "Switch 2: Report to Association Group 3",
|
|
179
|
+
"valueSize": 1,
|
|
180
|
+
"defaultValue": 1,
|
|
181
|
+
"allowManualEntry": false,
|
|
182
|
+
"unsigned": true,
|
|
183
|
+
"options": [
|
|
184
|
+
{
|
|
185
|
+
"label": "Report both on/off",
|
|
186
|
+
"value": 0
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"label": "Report on only",
|
|
190
|
+
"value": 1
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"label": "Report off only",
|
|
194
|
+
"value": 2
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"label": "Disable",
|
|
198
|
+
"value": 255
|
|
199
|
+
}
|
|
200
|
+
]
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"#": "11",
|
|
204
|
+
"label": "Switch S2: Scene ID (Single Click)",
|
|
205
|
+
"description": "Will be sent to the controller.",
|
|
206
|
+
"valueSize": 1,
|
|
207
|
+
"minValue": 0,
|
|
208
|
+
"maxValue": 255,
|
|
209
|
+
"defaultValue": 0,
|
|
210
|
+
"unsigned": true,
|
|
211
|
+
"options": [
|
|
212
|
+
{
|
|
213
|
+
"label": "Disable",
|
|
214
|
+
"value": 0
|
|
215
|
+
}
|
|
216
|
+
]
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"#": "12",
|
|
220
|
+
"label": "Switch S2: Scene ID (Double Click)",
|
|
221
|
+
"description": "Will be sent to the controller.",
|
|
222
|
+
"valueSize": 1,
|
|
223
|
+
"minValue": 0,
|
|
224
|
+
"maxValue": 255,
|
|
225
|
+
"defaultValue": 0,
|
|
226
|
+
"unsigned": true,
|
|
227
|
+
"options": [
|
|
228
|
+
{
|
|
229
|
+
"label": "Disable",
|
|
230
|
+
"value": 0
|
|
231
|
+
}
|
|
232
|
+
]
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"#": "13",
|
|
236
|
+
"label": "Switch S2: Scene ID (Hold)",
|
|
237
|
+
"description": "Momentary buttons only. Will be sent to the controller.",
|
|
238
|
+
"valueSize": 1,
|
|
239
|
+
"minValue": 0,
|
|
240
|
+
"maxValue": 255,
|
|
241
|
+
"defaultValue": 0,
|
|
242
|
+
"unsigned": true,
|
|
243
|
+
"options": [
|
|
244
|
+
{
|
|
245
|
+
"label": "Disabled",
|
|
246
|
+
"value": 0
|
|
247
|
+
}
|
|
248
|
+
]
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"#": "255",
|
|
252
|
+
"label": "Factory Reset",
|
|
253
|
+
"valueSize": 1,
|
|
254
|
+
"defaultValue": 0,
|
|
255
|
+
"unsigned": true,
|
|
256
|
+
"writeOnly": true,
|
|
257
|
+
"allowManualEntry": false,
|
|
258
|
+
"options": [
|
|
259
|
+
{
|
|
260
|
+
"label": "Idle",
|
|
261
|
+
"value": 0
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"label": "Factory Reset",
|
|
265
|
+
"value": 85
|
|
266
|
+
}
|
|
267
|
+
]
|
|
268
|
+
}
|
|
269
|
+
]
|
|
270
|
+
}
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Heatit",
|
|
3
|
+
"manufacturerId": "0x019b",
|
|
4
|
+
"label": "Z-HAN2",
|
|
5
|
+
"description": "Heatit Z-HAN2",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0062",
|
|
9
|
+
"productId": "0x6201"
|
|
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": "Meter Report",
|
|
24
|
+
"maxNodes": 5
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"paramInformation": [
|
|
28
|
+
{
|
|
29
|
+
"#": "1",
|
|
30
|
+
"label": "Meter Report Hysteresis (W)",
|
|
31
|
+
"valueSize": 4,
|
|
32
|
+
"minValue": 0,
|
|
33
|
+
"unit": "W",
|
|
34
|
+
"maxValue": 100000,
|
|
35
|
+
"defaultValue": 200,
|
|
36
|
+
"unsigned": true,
|
|
37
|
+
"options": [
|
|
38
|
+
{
|
|
39
|
+
"label": "Disable",
|
|
40
|
+
"value": 0
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"#": "2",
|
|
46
|
+
"label": "Meter Report Hysteresis (V)",
|
|
47
|
+
"valueSize": 2,
|
|
48
|
+
"minValue": 0,
|
|
49
|
+
"maxValue": 420,
|
|
50
|
+
"unit": "V",
|
|
51
|
+
"defaultValue": 5,
|
|
52
|
+
"unsigned": true,
|
|
53
|
+
"options": [
|
|
54
|
+
{
|
|
55
|
+
"label": "Disable",
|
|
56
|
+
"value": 0
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"#": "3",
|
|
62
|
+
"label": "Meter Report Hysteresis (A)",
|
|
63
|
+
"valueSize": 2,
|
|
64
|
+
"minValue": 0,
|
|
65
|
+
"unit": "A",
|
|
66
|
+
"maxValue": 65535,
|
|
67
|
+
"defaultValue": 20,
|
|
68
|
+
"unsigned": true,
|
|
69
|
+
"options": [
|
|
70
|
+
{
|
|
71
|
+
"label": "Disable",
|
|
72
|
+
"value": 0
|
|
73
|
+
}
|
|
74
|
+
]
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"#": "4",
|
|
78
|
+
"label": "Report Interval For (W)",
|
|
79
|
+
"valueSize": 2,
|
|
80
|
+
"minValue": 10,
|
|
81
|
+
"maxValue": 65535,
|
|
82
|
+
"unit": "seconds",
|
|
83
|
+
"defaultValue": 10,
|
|
84
|
+
"unsigned": true
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"#": "5",
|
|
88
|
+
"label": "Meter Report Interval (V and A)",
|
|
89
|
+
"valueSize": 2,
|
|
90
|
+
"minValue": 10,
|
|
91
|
+
"maxValue": 65535,
|
|
92
|
+
"defaultValue": 300,
|
|
93
|
+
"unit": "seconds",
|
|
94
|
+
"unsigned": true
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"#": "6",
|
|
98
|
+
"label": "Temperature Report Interval",
|
|
99
|
+
"valueSize": 2,
|
|
100
|
+
"minValue": 30,
|
|
101
|
+
"maxValue": 65535,
|
|
102
|
+
"defaultValue": 300,
|
|
103
|
+
"unit": "seconds",
|
|
104
|
+
"unsigned": true
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"#": "7",
|
|
108
|
+
"label": "Temperature Report Hysteresis",
|
|
109
|
+
"description": "Accepts values in steps of 0.5 °C",
|
|
110
|
+
"valueSize": 1,
|
|
111
|
+
"minValue": 0,
|
|
112
|
+
"maxValue": 100,
|
|
113
|
+
"unit": "0.1 °C",
|
|
114
|
+
"defaultValue": 10,
|
|
115
|
+
"unsigned": true,
|
|
116
|
+
"options": [
|
|
117
|
+
{
|
|
118
|
+
"label": "Disabled",
|
|
119
|
+
"value": 0
|
|
120
|
+
}
|
|
121
|
+
]
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"#": "8",
|
|
125
|
+
"label": "Sensor Calibration",
|
|
126
|
+
"valueSize": 1,
|
|
127
|
+
"unit": "0.1 °C",
|
|
128
|
+
"minValue": -60,
|
|
129
|
+
"maxValue": 60,
|
|
130
|
+
"defaultValue": 0
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"#": "9",
|
|
134
|
+
"label": "Serial Number (Part 1)",
|
|
135
|
+
"description": "First half of the meter point serial number.",
|
|
136
|
+
"readOnly": true,
|
|
137
|
+
"valueSize": 4,
|
|
138
|
+
"minValue": 0,
|
|
139
|
+
"maxValue": 4294967295,
|
|
140
|
+
"defaultValue": 1718972025,
|
|
141
|
+
"unsigned": true
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"#": "10",
|
|
145
|
+
"label": "Serial Number (Part 2)",
|
|
146
|
+
"description": "Last half of the meter point serial number.",
|
|
147
|
+
"readOnly": true,
|
|
148
|
+
"valueSize": 4,
|
|
149
|
+
"minValue": 0,
|
|
150
|
+
"maxValue": 4294967295,
|
|
151
|
+
"defaultValue": 1835363685,
|
|
152
|
+
"unsigned": true
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"#": "11",
|
|
156
|
+
"label": "Scaling factor",
|
|
157
|
+
"description": "Allows for multiplication of the meter value in case of use with large electrical systems",
|
|
158
|
+
"valueSize": 2,
|
|
159
|
+
"minValue": 0,
|
|
160
|
+
"maxValue": 1000,
|
|
161
|
+
"defaultValue": 0,
|
|
162
|
+
"unsigned": true,
|
|
163
|
+
"options": [
|
|
164
|
+
{
|
|
165
|
+
"label": "No scaling",
|
|
166
|
+
"value": 0
|
|
167
|
+
}
|
|
168
|
+
]
|
|
169
|
+
}
|
|
170
|
+
],
|
|
171
|
+
"metadata": {
|
|
172
|
+
"inclusion": "The primary controller/gateway has a mode for adding devices. Please refer to your primary controller manual on how to set the primary controller in add mode. The device may only be added in the network if the primary controller is in add mode. \nWe recommend adding the device within a 2m range from the gateway.\n\nMethod 1: Standard (Manual)\nAdd mode is indicated on the device by a blinking green LED. It indicates this for 90 seconds until a timeout occurs, or until the module has been added to/removed from the network.\nTo start the configuration process, press the reset button 3 times in rapid succession. The LED will light up in green for 3 seconds if adding is successful. The device is now ready for use with default settings",
|
|
173
|
+
"exclusion": "The primary controller/gateway has a mode for removing devices. Please refer to your primary controller manual on how to set the primary controller in remove mode. The device may only be removed from the network if the primary controller is in remove mode. When the device is removed from the network, it will NOT revert to factory settings.\nWe recommend removing the device within a 2m range from the gateway.\n\nStandard (Manual)\nRemove mode is indicated on the device by a blinking green LED. It indicates this for 90 seconds until a timeout occurs, or until the module has been removed from the network.\nTo start the configuration process, press the reset button 3 times in rapid succession. The LED will light up in green for 3 seconds if removing is successful. The device is now ready for use with default settings",
|
|
174
|
+
"reset": "Press and hold the reset button. After 3 seconds the LED will start to blink in green. After 20 seconds the LED will shine solid green for 3 seconds. You may now release the button.\nPlease use this procedure only when the network primary controller is missing or otherwise inoperable"
|
|
175
|
+
}
|
|
176
|
+
}
|