@zwave-js/config 10.3.0 → 10.3.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/config/devices/0x003b/s-6500f.json +1 -1
- package/config/devices/0x0060/ac301.json +18 -1
- package/config/devices/0x0060/{an196-0.json → an196.json} +44 -47
- package/config/devices/0x0099/gwpn1.json +1 -1
- package/config/devices/0x0129/nf-yrd612-zw2.json +84 -0
- package/config/devices/0x0129/nf-yrd612-zw3.json +75 -0
- package/config/devices/0x0129/nf-yrd622-zw2.json +85 -0
- package/config/devices/0x0129/ntb612-zw2.json +84 -0
- package/config/devices/0x0129/ntb622-zw2.json +84 -0
- package/config/devices/0x0129/ntb632-zw2.json +84 -0
- package/config/devices/0x0129/ntb642-zw2.json +84 -0
- package/config/devices/0x0129/ntm612-zw2.json +104 -0
- package/config/devices/0x0129/ntm617-zw2.json +104 -0
- package/config/devices/0x0129/ntm622-zw2.json +104 -0
- package/config/devices/0x0129/ntm627-zw2.json +104 -0
- package/config/devices/0x0129/ntm632-zw2.json +104 -0
- package/config/devices/0x0129/ntm637-zw2.json +104 -0
- package/config/devices/0x0129/ntm642-zw2.json +104 -0
- package/config/devices/0x0129/ntm647-zw2.json +104 -0
- package/config/devices/0x0129/ntt612-zw2.json +88 -0
- package/config/devices/0x0129/ntt622-zw2.json +88 -0
- package/config/devices/0x0129/templates/yale_template.json +59 -0
- package/config/devices/0x0129/yrc216-zw3.json +14 -141
- package/config/devices/0x0129/yrd410-zw2.json +77 -0
- package/config/devices/0x0129/yrd420-zw2.json +77 -0
- package/config/devices/0x0129/yrd430-zw2.json +77 -0
- package/config/devices/0x0129/yrd450-zw2.json +77 -0
- package/config/devices/0x0129/yrd622-zw2.json +84 -0
- package/config/devices/0x0129/yrd642-zw2.json +85 -0
- package/config/devices/0x0129/yrd652-zw2.json +85 -0
- package/config/devices/0x0129/yrd652-zw3.json +79 -0
- package/config/devices/0x0129/yrl256.json +101 -0
- package/config/devices/0x012a/qz2142-840.json +238 -0
- package/config/devices/0x0178/ZSENS930.json +348 -0
- package/config/devices/0x018c/pm-240-zw.json +26 -0
- package/config/devices/0x027a/zen72.json +15 -0
- package/config/devices/0x027a/zen74.json +15 -0
- package/config/devices/0x027a/zse29.json +10 -0
- package/config/devices/0x027a/zse41.json +5 -0
- package/config/devices/0x027a/zse42.json +5 -0
- package/config/devices/0x029c/o2_smart_box_2.json +30 -0
- package/config/devices/0x0371/zwa042.json +308 -0
- package/config/devices/0x044c/myot4.json +2 -2
- package/package.json +1 -1
|
@@ -50,174 +50,47 @@
|
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
52
|
"#": "2",
|
|
53
|
-
"
|
|
54
|
-
"valueSize": 1,
|
|
55
|
-
"defaultValue": 0,
|
|
56
|
-
"unsigned": true,
|
|
57
|
-
"allowManualEntry": false,
|
|
58
|
-
"options": [
|
|
59
|
-
{
|
|
60
|
-
"label": "Disable",
|
|
61
|
-
"value": 0
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"label": "Enable",
|
|
65
|
-
"value": 255
|
|
66
|
-
}
|
|
67
|
-
]
|
|
53
|
+
"$import": "templates/yale_template.json#auto_relock"
|
|
68
54
|
},
|
|
69
55
|
{
|
|
70
56
|
"#": "3",
|
|
71
|
-
"
|
|
72
|
-
"valueSize": 1,
|
|
73
|
-
"unit": "seconds",
|
|
74
|
-
"minValue": 0,
|
|
75
|
-
"maxValue": 127,
|
|
76
|
-
"defaultValue": 30,
|
|
77
|
-
"unsigned": true
|
|
57
|
+
"$import": "templates/yale_template.json#auto_relock_time_127"
|
|
78
58
|
},
|
|
79
59
|
{
|
|
80
60
|
"#": "4",
|
|
81
|
-
"
|
|
82
|
-
"valueSize": 1,
|
|
83
|
-
"minValue": 3,
|
|
84
|
-
"maxValue": 10,
|
|
85
|
-
"defaultValue": 5,
|
|
86
|
-
"unsigned": true
|
|
61
|
+
"$import": "templates/yale_template.json#wrong_code_limit_3_to_10"
|
|
87
62
|
},
|
|
88
63
|
{
|
|
89
64
|
"#": "5",
|
|
90
|
-
"
|
|
91
|
-
"valueSize": 1,
|
|
92
|
-
"defaultValue": 1,
|
|
93
|
-
"unsigned": true,
|
|
94
|
-
"allowManualEntry": false,
|
|
95
|
-
"options": [
|
|
96
|
-
{
|
|
97
|
-
"label": "English",
|
|
98
|
-
"value": 0
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"label": "Spanish",
|
|
102
|
-
"value": 1
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"label": "French",
|
|
106
|
-
"value": 2
|
|
107
|
-
}
|
|
108
|
-
]
|
|
65
|
+
"$import": "templates/yale_template.json#language"
|
|
109
66
|
},
|
|
110
67
|
{
|
|
111
68
|
"#": "7",
|
|
112
|
-
"
|
|
113
|
-
"valueSize": 1,
|
|
114
|
-
"unit": "seconds",
|
|
115
|
-
"minValue": 0,
|
|
116
|
-
"maxValue": 127,
|
|
117
|
-
"defaultValue": 60,
|
|
118
|
-
"unsigned": true
|
|
69
|
+
"$import": "templates/yale_template.json#wrong_code_lockout_0_to_127"
|
|
119
70
|
},
|
|
120
71
|
{
|
|
121
72
|
"#": "8",
|
|
122
|
-
"
|
|
123
|
-
"valueSize": 1,
|
|
124
|
-
"defaultValue": 0,
|
|
125
|
-
"unsigned": true,
|
|
126
|
-
"allowManualEntry": false,
|
|
127
|
-
"options": [
|
|
128
|
-
{
|
|
129
|
-
"label": "Normal",
|
|
130
|
-
"value": 0
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"label": "Vacation",
|
|
134
|
-
"value": 1
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"label": "Privacy",
|
|
138
|
-
"value": 2
|
|
139
|
-
}
|
|
140
|
-
]
|
|
73
|
+
"$import": "templates/yale_template.json#operating_mode"
|
|
141
74
|
},
|
|
142
75
|
{
|
|
143
76
|
"#": "11",
|
|
144
|
-
"
|
|
145
|
-
"valueSize": 1,
|
|
146
|
-
"defaultValue": 255,
|
|
147
|
-
"unsigned": true,
|
|
148
|
-
"allowManualEntry": false,
|
|
149
|
-
"options": [
|
|
150
|
-
{
|
|
151
|
-
"label": "Disable",
|
|
152
|
-
"value": 0
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"label": "Enable",
|
|
156
|
-
"value": 255
|
|
157
|
-
}
|
|
158
|
-
]
|
|
77
|
+
"$import": "templates/yale_template.json#one_touch"
|
|
159
78
|
},
|
|
160
79
|
{
|
|
161
80
|
"#": "12",
|
|
162
|
-
"
|
|
163
|
-
"valueSize": 1,
|
|
164
|
-
"defaultValue": 0,
|
|
165
|
-
"unsigned": true,
|
|
166
|
-
"allowManualEntry": false,
|
|
167
|
-
"options": [
|
|
168
|
-
{
|
|
169
|
-
"label": "Disable",
|
|
170
|
-
"value": 0
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"label": "Vacation mode",
|
|
174
|
-
"value": 1
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"label": "Privacy mode",
|
|
178
|
-
"value": 2
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"label": "Enable",
|
|
182
|
-
"value": 255
|
|
183
|
-
}
|
|
184
|
-
]
|
|
81
|
+
"$import": "templates/yale_template.json#privacy_button"
|
|
185
82
|
},
|
|
186
83
|
{
|
|
187
84
|
"#": "13",
|
|
188
|
-
"
|
|
189
|
-
"valueSize": 1,
|
|
190
|
-
"defaultValue": 0,
|
|
191
|
-
"unsigned": true,
|
|
192
|
-
"allowManualEntry": false,
|
|
193
|
-
"options": [
|
|
194
|
-
{
|
|
195
|
-
"label": "Disable",
|
|
196
|
-
"value": 0
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"label": "Enable",
|
|
200
|
-
"value": 255
|
|
201
|
-
}
|
|
202
|
-
]
|
|
85
|
+
"$import": "templates/yale_template.json#lock_status_led"
|
|
203
86
|
},
|
|
204
87
|
{
|
|
205
88
|
"#": "15",
|
|
206
|
-
"
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
"
|
|
210
|
-
"
|
|
211
|
-
"options": [
|
|
212
|
-
{
|
|
213
|
-
"label": "Normal operation",
|
|
214
|
-
"value": 0
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"label": "Reset to factory defaults",
|
|
218
|
-
"value": 255
|
|
219
|
-
}
|
|
220
|
-
]
|
|
89
|
+
"$import": "templates/yale_template.json#reset_factory_255"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"#": "6",
|
|
93
|
+
"$import": "templates/yale_template.json#wrong_code_lockout_0_to_127"
|
|
221
94
|
}
|
|
222
95
|
],
|
|
223
96
|
"metadata": {
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Yale",
|
|
3
|
+
"manufacturerId": "0x0129",
|
|
4
|
+
"label": "YRD410-ZW2",
|
|
5
|
+
"description": "Yale Assure 2 Lock SL Keyed Keypad",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x8104",
|
|
9
|
+
"productId": "0x05d1",
|
|
10
|
+
"zwaveAllianceId": 4649
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"associations": {
|
|
18
|
+
"1": {
|
|
19
|
+
"label": "Lifeline",
|
|
20
|
+
"maxNodes": 1,
|
|
21
|
+
"isLifeline": true
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"paramInformation": [
|
|
25
|
+
{
|
|
26
|
+
"#": "8",
|
|
27
|
+
"$import": "templates/yale_template.json#operating_mode_3"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"#": "1",
|
|
31
|
+
"$import": "templates/yale_template.json#volume"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"#": "11",
|
|
35
|
+
"$import": "templates/yale_template.json#one_touch"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"#": "12",
|
|
39
|
+
"$import": "templates/yale_template.json#privacy_button"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"#": "13",
|
|
43
|
+
"$import": "templates/yale_template.json#lock_status_led"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"#": "2",
|
|
47
|
+
"$import": "templates/yale_template.json#auto_relock"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"#": "3",
|
|
51
|
+
"$import": "templates/yale_template.json#auto_relock_time_180"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"#": "4",
|
|
55
|
+
"$import": "templates/yale_template.json#wrong_code_limit_3_to_10"
|
|
56
|
+
},
|
|
57
|
+
|
|
58
|
+
{
|
|
59
|
+
"#": "7",
|
|
60
|
+
"$import": "templates/yale_template.json#wrong_code_lockout"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"#": "5",
|
|
64
|
+
"$import": "templates/yale_template.json#language"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"#": "15",
|
|
68
|
+
"$import": "templates/yale_template.json#reset_factory_255"
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"metadata": {
|
|
72
|
+
"inclusion": "1. Enter the 4-8 digit master PIN code followed by the gear key.\n2. Press the 7 key followed by the gear key.\n3. Press the 1 key followed by the gear key",
|
|
73
|
+
"exclusion": "1. Enter the 4-8 digit master PIN code followed by the gear key.\n2. Press the 7 key followed by the gear key.\n3. Press the 3 key followed by the gear key",
|
|
74
|
+
"reset": "Please use this procedure only when the network primary controller is missing or otherwise inoperable.\n1. Remove the inside lever with the lever removal tool.\n2. Remove battery cover using hex wrench provided with lock.\n3. Remove four (4) AA batteries.\n4. Remove the 10-32 x 3/4\" pan head screw from the center of the battery housing into the barrel nut of the outside assembly.\n5. Remove inside escutcheon. Cables may stay connected.\n6. Reinstall batteries \n7. On the back of the PC board, push and hold the Reset Button with the lever removal tool for 3 seconds.\n8. While continuing the press the reset button, temporarily remove one AA battery.\n9. Reinstall the battery\n10. Release reset button and wait 15 seconds. Speaker will announce \"Welcome to Yale\"\n11. Reassemble escutcheon",
|
|
75
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4649/400%20series%20Keyed.pdf"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Yale",
|
|
3
|
+
"manufacturerId": "0x0129",
|
|
4
|
+
"label": "YRD420-ZW2",
|
|
5
|
+
"description": "Yale Assure 2 Lock SL Keyed Touchscreen",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x8104",
|
|
9
|
+
"productId": "0x05d2",
|
|
10
|
+
"zwaveAllianceId": 4651
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"associations": {
|
|
18
|
+
"1": {
|
|
19
|
+
"label": "Lifeline",
|
|
20
|
+
"maxNodes": 1,
|
|
21
|
+
"isLifeline": true
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"paramInformation": [
|
|
25
|
+
{
|
|
26
|
+
"#": "8",
|
|
27
|
+
"$import": "templates/yale_template.json#operating_mode_3"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"#": "1",
|
|
31
|
+
"$import": "templates/yale_template.json#volume"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"#": "11",
|
|
35
|
+
"$import": "templates/yale_template.json#one_touch"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"#": "12",
|
|
39
|
+
"$import": "templates/yale_template.json#privacy_button"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"#": "13",
|
|
43
|
+
"$import": "templates/yale_template.json#lock_status_led"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"#": "2",
|
|
47
|
+
"$import": "templates/yale_template.json#auto_relock"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"#": "3",
|
|
51
|
+
"$import": "templates/yale_template.json#auto_relock_time_180"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"#": "4",
|
|
55
|
+
"$import": "templates/yale_template.json#wrong_code_limit_3_to_10"
|
|
56
|
+
},
|
|
57
|
+
|
|
58
|
+
{
|
|
59
|
+
"#": "7",
|
|
60
|
+
"$import": "templates/yale_template.json#wrong_code_lockout"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"#": "5",
|
|
64
|
+
"$import": "templates/yale_template.json#language"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"#": "15",
|
|
68
|
+
"$import": "templates/yale_template.json#reset_factory_255"
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"metadata": {
|
|
72
|
+
"inclusion": "1. Enter the 4-8 digit master PIN code followed by the gear key.\n2. Press the 7 key followed by the gear key.\n3. Press the 1 key followed by the gear key",
|
|
73
|
+
"exclusion": "1. Enter the 4-8 digit master PIN code followed by the gear key.\n2. Press the 7 key followed by the gear key.\n3. Press the 3 key followed by the gear key",
|
|
74
|
+
"reset": "Please use this procedure only when the network primary controller is missing or otherwise inoperable.\n1. Remove the inside lever with the lever removal tool.\n2. Remove battery cover using hex wrench provided with lock.\n3. Remove four (4) AA batteries.\n4. Remove the 10-32 x 3/4\" pan head screw from the center of the battery housing into the barrel nut of the outside assembly.\n5. Remove inside escutcheon. Cables may stay connected.\n6. Reinstall batteries \n7. On the back of the PC board, push and hold the Reset Button with the lever removal tool for 3 seconds.\n8. While continuing the press the reset button, temporarily remove one AA battery.\n9. Reinstall the battery\n10. Release reset button and wait 15 seconds. Speaker will announce \"Welcome to Yale\"\n11. Reassemble escutcheon",
|
|
75
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4651/400%20series%20Keyed.pdf"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Yale",
|
|
3
|
+
"manufacturerId": "0x0129",
|
|
4
|
+
"label": "YRD430-ZW2",
|
|
5
|
+
"description": "Yale Assure 2 Lock SL Key Free Keypad",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x8104",
|
|
9
|
+
"productId": "0x05d3",
|
|
10
|
+
"zwaveAllianceId": 4650
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"associations": {
|
|
18
|
+
"1": {
|
|
19
|
+
"label": "Lifeline",
|
|
20
|
+
"maxNodes": 1,
|
|
21
|
+
"isLifeline": true
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"paramInformation": [
|
|
25
|
+
{
|
|
26
|
+
"#": "8",
|
|
27
|
+
"$import": "templates/yale_template.json#operating_mode_3"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"#": "1",
|
|
31
|
+
"$import": "templates/yale_template.json#volume"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"#": "11",
|
|
35
|
+
"$import": "templates/yale_template.json#one_touch"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"#": "12",
|
|
39
|
+
"$import": "templates/yale_template.json#privacy_button"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"#": "13",
|
|
43
|
+
"$import": "templates/yale_template.json#lock_status_led"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"#": "2",
|
|
47
|
+
"$import": "templates/yale_template.json#auto_relock"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"#": "3",
|
|
51
|
+
"$import": "templates/yale_template.json#auto_relock_time_180"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"#": "4",
|
|
55
|
+
"$import": "templates/yale_template.json#wrong_code_limit_3_to_10"
|
|
56
|
+
},
|
|
57
|
+
|
|
58
|
+
{
|
|
59
|
+
"#": "7",
|
|
60
|
+
"$import": "templates/yale_template.json#wrong_code_lockout"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"#": "5",
|
|
64
|
+
"$import": "templates/yale_template.json#language"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"#": "15",
|
|
68
|
+
"$import": "templates/yale_template.json#reset_factory_255"
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"metadata": {
|
|
72
|
+
"inclusion": "1. Enter the 4-8 digit master PIN code followed by the gear key.\n2. Press the 7 key followed by the gear key.\n3. Press the 1 key followed by the gear key",
|
|
73
|
+
"exclusion": "1. Enter the 4-8 digit master PIN code followed by the gear key.\n2. Press the 7 key followed by the gear key.\n3. Press the 3 key followed by the gear key",
|
|
74
|
+
"reset": "Please use this procedure only when the network primary controller is missing or otherwise inoperable.\n1. Remove the inside lever with the lever removal tool.\n2. Remove battery cover using hex wrench provided with lock.\n3. Remove four (4) AA batteries.\n4. Remove the 10-32 x 3/4\" pan head screw from the center of the battery housing into the barrel nut of the outside assembly.\n5. Remove inside escutcheon. Cables may stay connected.\n6. Reinstall batteries \n7. On the back of the PC board, push and hold the Reset Button with the lever removal tool for 3 seconds.\n8. While continuing the press the reset button, temporarily remove one AA battery.\n9. Reinstall the battery\n10. Release reset button and wait 15 seconds. Speaker will announce \"Welcome to Yale\"\n11. Reassemble escutcheon",
|
|
75
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4650/400%20series%20Keyed.pdf"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Yale",
|
|
3
|
+
"manufacturerId": "0x0129",
|
|
4
|
+
"label": "YRD450-ZW2",
|
|
5
|
+
"description": "Yale Assure 2 Lock® SL Key Free Touchscreen Deadbolt",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x8104",
|
|
9
|
+
"productId": "0x05d5",
|
|
10
|
+
"zwaveAllianceId": 4652
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"associations": {
|
|
18
|
+
"1": {
|
|
19
|
+
"label": "Lifeline",
|
|
20
|
+
"maxNodes": 1,
|
|
21
|
+
"isLifeline": true
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"paramInformation": [
|
|
25
|
+
{
|
|
26
|
+
"#": "8",
|
|
27
|
+
"$import": "templates/yale_template.json#operating_mode_3"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"#": "1",
|
|
31
|
+
"$import": "templates/yale_template.json#volume"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"#": "11",
|
|
35
|
+
"$import": "templates/yale_template.json#one_touch"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"#": "12",
|
|
39
|
+
"$import": "templates/yale_template.json#privacy_button"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"#": "13",
|
|
43
|
+
"$import": "templates/yale_template.json#lock_status_led"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"#": "2",
|
|
47
|
+
"$import": "templates/yale_template.json#auto_relock"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"#": "3",
|
|
51
|
+
"$import": "templates/yale_template.json#auto_relock_time_180"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"#": "4",
|
|
55
|
+
"$import": "templates/yale_template.json#wrong_code_limit_3_to_10"
|
|
56
|
+
},
|
|
57
|
+
|
|
58
|
+
{
|
|
59
|
+
"#": "7",
|
|
60
|
+
"$import": "templates/yale_template.json#wrong_code_lockout"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"#": "5",
|
|
64
|
+
"$import": "templates/yale_template.json#language"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"#": "15",
|
|
68
|
+
"$import": "templates/yale_template.json#reset_factory_255"
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"metadata": {
|
|
72
|
+
"inclusion": "1. Enter the 4-8 digit master PIN code followed by the gear key.\n2. Press the 7 key followed by the gear key.\n3. Press the 1 key followed by the gear key",
|
|
73
|
+
"exclusion": "1. Enter the 4-8 digit master PIN code followed by the gear key.\n2. Press the 7 key followed by the gear key.\n3. Press the 3 key followed by the gear key",
|
|
74
|
+
"reset": "Please use this procedure only when the network primary controller is missing or otherwise inoperable.\n1. Remove the inside lever with the lever removal tool.\n2. Remove battery cover using hex wrench provided with lock.\n3. Remove four (4) AA batteries.\n4. Remove the 10-32 x 3/4\" pan head screw from the center of the battery housing into the barrel nut of the outside assembly.\n5. Remove inside escutcheon. Cables may stay connected.\n6. Reinstall batteries \n7. On the back of the PC board, push and hold the Reset Button with the lever removal tool for 3 seconds.\n8. While continuing the press the reset button, temporarily remove one AA battery.\n9. Reinstall the battery\n10. Release reset button and wait 15 seconds. Speaker will announce \"Welcome to Yale\"\n11. Reassemble escutcheon",
|
|
75
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4652/400%20Series%20Key%20Free_2%20(1).pdf"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Yale",
|
|
3
|
+
"manufacturerId": "0x0129",
|
|
4
|
+
"label": "YRD622-ZW2",
|
|
5
|
+
"description": "Assure Lock Touchscreen Deadbolt",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x8103",
|
|
9
|
+
"productId": "0x12d2",
|
|
10
|
+
"zwaveAllianceId": 4639
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"associations": {
|
|
18
|
+
"1": {
|
|
19
|
+
"label": "Lifeline",
|
|
20
|
+
"maxNodes": 1,
|
|
21
|
+
"isLifeline": true
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"paramInformation": [
|
|
25
|
+
{
|
|
26
|
+
"#": "8",
|
|
27
|
+
"$import": "templates/yale_template.json#operating_mode"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"#": "13",
|
|
31
|
+
"$import": "templates/yale_template.json#lock_status_led"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"#": "21",
|
|
35
|
+
"$import": "templates/yale_template.json#eco_mode"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"#": "11",
|
|
39
|
+
"$import": "templates/yale_template.json#one_touch"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"#": "12",
|
|
43
|
+
"$import": "templates/yale_template.json#privacy_button"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"#": "1",
|
|
47
|
+
"$import": "templates/yale_template.json#volume"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"#": "2",
|
|
51
|
+
"$import": "templates/yale_template.json#auto_relock"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"#": "3",
|
|
55
|
+
"$import": "templates/yale_template.json#auto_relock_time_180"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"#": "4",
|
|
59
|
+
"$import": "templates/yale_template.json#wrong_code_limit_3_to_10"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"#": "7",
|
|
63
|
+
"$import": "templates/yale_template.json#wrong_code_lockout"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"#": "16",
|
|
67
|
+
"$import": "templates/yale_template.json#enable_escape_mode"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"#": "5",
|
|
71
|
+
"$import": "templates/yale_template.json#language"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"#": "15",
|
|
75
|
+
"$import": "templates/yale_template.json#reset_factory_255"
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"metadata": {
|
|
79
|
+
"inclusion": "Enter the 4-8 master Pin code followed by the gear key.\nPress the 7 key followed by the gear key\nPress the 1 key followed by the gear key",
|
|
80
|
+
"exclusion": "Enter the 4-8 digit master pin code followed by the gear key\nPress the 7 key followed by the gear key\nPress the 3 key followed by the gear key",
|
|
81
|
+
"reset": "Remove the battery cover and batteries.\nRemove the interior escutcheon to access the reset button.\nThe reset button is located above the PCB cable connector.\nWhile pressing the reset button for a minimum of 3 seconds, reinstall batteries. Release reset button.\nReplace battery cover. \nPlease use this procedure only when the network primary controller is missing or otherwise inoperable",
|
|
82
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4639/Binder1.pdf"
|
|
83
|
+
}
|
|
84
|
+
}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Yale",
|
|
3
|
+
"manufacturerId": "0x0129",
|
|
4
|
+
"label": "YRD642-ZW2",
|
|
5
|
+
"description": "Z-Wave Enabled Keyless Deadbolt",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x8103",
|
|
9
|
+
"productId": "0x12d4",
|
|
10
|
+
"zwaveAllianceId": 4647
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"associations": {
|
|
18
|
+
"1": {
|
|
19
|
+
"label": "Lifeline",
|
|
20
|
+
"maxNodes": 1,
|
|
21
|
+
"isLifeline": true
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"paramInformation": [
|
|
25
|
+
{
|
|
26
|
+
"#": "8",
|
|
27
|
+
"$import": "templates/yale_template.json#operating_mode"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"#": "13",
|
|
31
|
+
"$import": "templates/yale_template.json#lock_status_led"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"#": "21",
|
|
35
|
+
"$import": "templates/yale_template.json#eco_mode"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"#": "11",
|
|
39
|
+
"$import": "templates/yale_template.json#one_touch"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"#": "12",
|
|
43
|
+
"$import": "templates/yale_template.json#privacy_button"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"#": "1",
|
|
47
|
+
"$import": "templates/yale_template.json#volume"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"#": "2",
|
|
51
|
+
"$import": "templates/yale_template.json#auto_relock"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"#": "3",
|
|
55
|
+
"$import": "templates/yale_template.json#auto_relock_time_180"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"#": "4",
|
|
59
|
+
"$import": "templates/yale_template.json#wrong_code_limit_3_to_10"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"#": "7",
|
|
63
|
+
"$import": "templates/yale_template.json#wrong_code_lockout"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"#": "16",
|
|
67
|
+
"$import": "templates/yale_template.json#enable_escape_mode"
|
|
68
|
+
},
|
|
69
|
+
|
|
70
|
+
{
|
|
71
|
+
"#": "5",
|
|
72
|
+
"$import": "templates/yale_template.json#language"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"#": "15",
|
|
76
|
+
"$import": "templates/yale_template.json#reset_factory_255"
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"metadata": {
|
|
80
|
+
"inclusion": "Enter the 4-8 master Pin code followed by the gear key.\nPress the 7 key followed by the gear key\nPress the 1 key followed by the gear key",
|
|
81
|
+
"exclusion": "Enter the 4-8 digit master pin code followed by the gear key\nPress the 7 key followed by the gear key\nPress the 3 key followed by the gear key",
|
|
82
|
+
"reset": "Remove the battery cover and batteries.\nRemove the interior escutcheon to access the reset button.\nThe reset button is located above the PCB cable connector.\nWhile pressing the reset button for a minimum of 3 seconds, reinstall batteries. Release reset button.\nReplace battery cover. \nPlease use this procedure only when the network primary controller is missing or otherwise inoperable",
|
|
83
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4647/Binder1.pdf"
|
|
84
|
+
}
|
|
85
|
+
}
|