@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.
Files changed (44) hide show
  1. package/config/devices/0x003b/s-6500f.json +1 -1
  2. package/config/devices/0x0060/ac301.json +18 -1
  3. package/config/devices/0x0060/{an196-0.json → an196.json} +44 -47
  4. package/config/devices/0x0099/gwpn1.json +1 -1
  5. package/config/devices/0x0129/nf-yrd612-zw2.json +84 -0
  6. package/config/devices/0x0129/nf-yrd612-zw3.json +75 -0
  7. package/config/devices/0x0129/nf-yrd622-zw2.json +85 -0
  8. package/config/devices/0x0129/ntb612-zw2.json +84 -0
  9. package/config/devices/0x0129/ntb622-zw2.json +84 -0
  10. package/config/devices/0x0129/ntb632-zw2.json +84 -0
  11. package/config/devices/0x0129/ntb642-zw2.json +84 -0
  12. package/config/devices/0x0129/ntm612-zw2.json +104 -0
  13. package/config/devices/0x0129/ntm617-zw2.json +104 -0
  14. package/config/devices/0x0129/ntm622-zw2.json +104 -0
  15. package/config/devices/0x0129/ntm627-zw2.json +104 -0
  16. package/config/devices/0x0129/ntm632-zw2.json +104 -0
  17. package/config/devices/0x0129/ntm637-zw2.json +104 -0
  18. package/config/devices/0x0129/ntm642-zw2.json +104 -0
  19. package/config/devices/0x0129/ntm647-zw2.json +104 -0
  20. package/config/devices/0x0129/ntt612-zw2.json +88 -0
  21. package/config/devices/0x0129/ntt622-zw2.json +88 -0
  22. package/config/devices/0x0129/templates/yale_template.json +59 -0
  23. package/config/devices/0x0129/yrc216-zw3.json +14 -141
  24. package/config/devices/0x0129/yrd410-zw2.json +77 -0
  25. package/config/devices/0x0129/yrd420-zw2.json +77 -0
  26. package/config/devices/0x0129/yrd430-zw2.json +77 -0
  27. package/config/devices/0x0129/yrd450-zw2.json +77 -0
  28. package/config/devices/0x0129/yrd622-zw2.json +84 -0
  29. package/config/devices/0x0129/yrd642-zw2.json +85 -0
  30. package/config/devices/0x0129/yrd652-zw2.json +85 -0
  31. package/config/devices/0x0129/yrd652-zw3.json +79 -0
  32. package/config/devices/0x0129/yrl256.json +101 -0
  33. package/config/devices/0x012a/qz2142-840.json +238 -0
  34. package/config/devices/0x0178/ZSENS930.json +348 -0
  35. package/config/devices/0x018c/pm-240-zw.json +26 -0
  36. package/config/devices/0x027a/zen72.json +15 -0
  37. package/config/devices/0x027a/zen74.json +15 -0
  38. package/config/devices/0x027a/zse29.json +10 -0
  39. package/config/devices/0x027a/zse41.json +5 -0
  40. package/config/devices/0x027a/zse42.json +5 -0
  41. package/config/devices/0x029c/o2_smart_box_2.json +30 -0
  42. package/config/devices/0x0371/zwa042.json +308 -0
  43. package/config/devices/0x044c/myot4.json +2 -2
  44. package/package.json +1 -1
@@ -7,7 +7,7 @@
7
7
  {
8
8
  "productType": "0x0003",
9
9
  "productId": "0x6500",
10
- "zwaveAllianceId": [3690, 3811, 3813, 4122, 4181, 4182]
10
+ "zwaveAllianceId": [3690, 3811, 3813, 4122, 4181, 4182, 4492]
11
11
  }
12
12
  ],
13
13
  "firmwareVersion": {
@@ -6,7 +6,8 @@
6
6
  "devices": [
7
7
  {
8
8
  "productType": "0x0015",
9
- "productId": "0x0001"
9
+ "productId": "0x0001",
10
+ "zwaveAllianceId": 4641
10
11
  }
11
12
  ],
12
13
  "firmwareVersion": {
@@ -130,8 +131,24 @@
130
131
  "minValue": 10,
131
132
  "maxValue": 60,
132
133
  "defaultValue": 30
134
+ },
135
+ {
136
+ "#": "10",
137
+ "label": "Manual Override Duration",
138
+ "valueSize": 1,
139
+ "unit": "30 minutes",
140
+ "minValue": 1,
141
+ "maxValue": 48,
142
+ "defaultValue": 8,
143
+ "unsigned": true
133
144
  }
134
145
  ],
146
+ "metadata": {
147
+ "inclusion": "1. Put the Z-Wave Controller into inclusion mode.\n2. Press the P button 3 times within 1.5 seconds to put the unit into inclusion mode.",
148
+ "exclusion": "1. Put the Z-Wave Controller into exclusion mode.\n2. Press the P button 3 times within 1.5 seconds to put the unit into exclusion mode.",
149
+ "reset": "1. Press the P button 3 times within 1.5 seconds to put the unit into exclusion mode.\n2. Within 1 second of step 1, press the button P again and hold for 5 seconds.\n3. Node ID is excluded. The device reverts to factory default state.",
150
+ "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4641/ZRT-106%20user%20manual.pdf"
151
+ },
135
152
  "compat": {
136
153
  // This device only accepts Thermostat Setpoint Set commands with a specific float encoding
137
154
  "overrideFloatEncoding": {
@@ -1,24 +1,38 @@
1
1
  {
2
2
  "manufacturer": "Everspring",
3
3
  "manufacturerId": "0x0060",
4
- "label": "AN196-0",
4
+ "label": "AN-196",
5
5
  "description": "Dual Relay In-Wall Module",
6
6
  "devices": [
7
7
  {
8
8
  "productType": "0x0004",
9
9
  "productId": "0x000e",
10
- "zwaveAllianceId": 3633
10
+ "zwaveAllianceId": [3633, 4640]
11
11
  }
12
12
  ],
13
13
  "firmwareVersion": {
14
14
  "min": "0.0",
15
15
  "max": "255.255"
16
16
  },
17
+ "associations": {
18
+ "1": {
19
+ "label": "Lifeline",
20
+ "maxNodes": 5,
21
+ "isLifeline": true
22
+ },
23
+ "2": {
24
+ "label": "On/Off Control",
25
+ "maxNodes": 5
26
+ },
27
+ "3": {
28
+ "label": "On/Off Control",
29
+ "maxNodes": 5
30
+ }
31
+ },
17
32
  "paramInformation": [
18
33
  {
19
34
  "#": "1",
20
- "label": "Parameter 1",
21
- "description": "Switch 1 type",
35
+ "label": "Switch 1 Type",
22
36
  "valueSize": 1,
23
37
  "defaultValue": 0,
24
38
  "unsigned": true,
@@ -36,8 +50,7 @@
36
50
  },
37
51
  {
38
52
  "#": "2",
39
- "label": "Parameter 2",
40
- "description": "Switch 2 type",
53
+ "label": "Switch 2 Type",
41
54
  "valueSize": 1,
42
55
  "defaultValue": 0,
43
56
  "unsigned": true,
@@ -55,67 +68,51 @@
55
68
  },
56
69
  {
57
70
  "#": "3",
58
- "label": "Parameter 3",
59
- "description": "Max 12hrs",
60
- "valueSize": 4,
71
+ "label": "Auto Off Time: Relay 1",
72
+ "valueSize": 1,
73
+ "unit": "seconds",
61
74
  "minValue": 0,
62
- "maxValue": 43200,
75
+ "maxValue": 127,
63
76
  "defaultValue": 0,
64
- "unsigned": true
65
- },
66
- {
67
- "#": "4",
68
- "label": "Parameter 4",
69
- "description": "Max 12hrs",
70
- "valueSize": 4,
71
- "minValue": 0,
72
- "maxValue": 43200,
73
- "defaultValue": 43200,
74
- "unsigned": true
75
- },
76
- {
77
- "#": "5",
78
- "label": "Parameter 5",
79
- "description": "Set whether to remember the last status of relay 1",
80
- "valueSize": 1,
81
- "defaultValue": 1,
82
77
  "unsigned": true,
83
- "allowManualEntry": false,
84
78
  "options": [
85
79
  {
86
- "label": "Do not remember",
80
+ "label": "Disable",
87
81
  "value": 0
88
- },
89
- {
90
- "label": "Remember",
91
- "value": 1
92
82
  }
93
83
  ]
94
84
  },
95
85
  {
96
- "#": "6",
97
- "label": "Parameter 6",
98
- "description": "Set whether to remember the last status of relay 2",
86
+ "#": "4",
87
+ "label": "Auto Off Time: Relay 2",
99
88
  "valueSize": 1,
100
- "defaultValue": 1,
89
+ "unit": "seconds",
90
+ "minValue": 0,
91
+ "maxValue": 127,
92
+ "defaultValue": 0,
101
93
  "unsigned": true,
102
- "allowManualEntry": false,
103
94
  "options": [
104
95
  {
105
- "label": "Do not remember",
96
+ "label": "Disable",
106
97
  "value": 0
107
- },
108
- {
109
- "label": "Remember",
110
- "value": 1
111
98
  }
112
99
  ]
100
+ },
101
+ {
102
+ "#": "5",
103
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev",
104
+ "label": "State After Power Failure: Relay 1"
105
+ },
106
+ {
107
+ "#": "6",
108
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev",
109
+ "label": "State After Power Failure: Relay 2"
113
110
  }
114
111
  ],
115
112
  "metadata": {
116
- "inclusion": "1. Put the Z-Wave Controller into inclusion mode.\n2. Press the link key three times within 1.5 seconds to put the unit into inclusion mode.",
113
+ "inclusion": "1.Put the Z-Wave Controller into inclusion mode.\n2. Press the link key three times within 1.5 seconds to put the unit into inclusion mode.",
117
114
  "exclusion": "1. Put the Z-Wave Controller into exclusion mode.\n2. Press the link key three times within 1.5 seconds to put the unit into exclusion mode.",
118
- "reset": "1. Press the link key three times within 1.5 seconds to put the unit into exclusion mode.\n2. Within 1 second of step 1, press link key again and hold until LED is off (about 5 seconds).\n3. Node ID is excluded. The device reverts to factory default state and will be in auto-inclusion mode for 4 minutes.\n(This procedure should only be used when the network primary controller is inoperable.)",
119
- "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/3633/AN196%20user%20manual_09062019.pdf"
115
+ "reset": "1. Press the link key three times within 1.5 seconds to put the unit into exclusion mode.\n2. Within 1 second of step 1, press link key again and hold until LED is off (about 5 seconds).\n3. Node ID is excluded. The device reverts to factory default state and will be in auto-inclusion mode for 4 minutes.",
116
+ "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4640/AN-196%20user%20manual.pdf"
120
117
  }
121
118
  }
@@ -48,7 +48,7 @@
48
48
  {
49
49
  "#": "1",
50
50
  "label": "No communication light",
51
- "description": "Minutes after which the device will flash if controller communicate is lost",
51
+ "description": "Minutes after which the device will flash if controller communication is lost",
52
52
  "valueSize": 1,
53
53
  "minValue": 0,
54
54
  "maxValue": 255,
@@ -0,0 +1,84 @@
1
+ {
2
+ "manufacturer": "Yale",
3
+ "manufacturerId": "0x0129",
4
+ "label": "NF-YRD612-ZW2",
5
+ "description": "Assure Lock™ Z-Wave Enabled Push Button Deadbolt",
6
+ "devices": [
7
+ {
8
+ "productType": "0x810a",
9
+ "productId": "0x0dd1",
10
+ "zwaveAllianceId": 4644
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/4644/Binder1.pdf"
83
+ }
84
+ }
@@ -0,0 +1,75 @@
1
+ {
2
+ "manufacturer": "Yale",
3
+ "manufacturerId": "0x0129",
4
+ "label": "NF-YRD612-ZW3",
5
+ "description": "Real Living® Assure Lock™ Z-Wave Enabled Push Button Deadbolt",
6
+ "devices": [
7
+ {
8
+ "productType": "0x8101",
9
+ "productId": "0x810a",
10
+ "zwaveAllianceId": 4681
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "0.0",
15
+ "max": "255.255"
16
+ },
17
+ "associations": {
18
+ "1": {
19
+ "label": "Lifeline",
20
+ "maxNodes": 5,
21
+ "isLifeline": true
22
+ }
23
+ },
24
+ "paramInformation": [
25
+ {
26
+ "#": "8",
27
+ "$import": "templates/yale_template.json#operating_mode"
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
+ "#": "28",
55
+ "label": "Expiring Pin Code Enabled Time",
56
+ "description": "0",
57
+ "valueSize": 1,
58
+ "minValue": 0,
59
+ "maxValue": 255,
60
+ "defaultValue": 0,
61
+ "unsigned": true
62
+ },
63
+ {
64
+ "#": "4",
65
+ "$import": "templates/yale_template.json#wrong_code_limit_3_to_10"
66
+ },
67
+ {
68
+ "#": "7",
69
+ "$import": "templates/yale_template.json#wrong_code_lockout"
70
+ }
71
+ ],
72
+ "metadata": {
73
+ "reset": "When lock is reset to factory defaults all Entry Codes\n(including the Master Entry Code*) are deleted and all\nprogramming features are reset to original default\nsettings (see below).\n1. Remove battery cover and batteries.\n2. Remove inside lock to access reset button.\n3. Reset button (see image at right) is located beside\ncable adapter.\n4. While pressing reset button reinstall batteries. Hold\nreset button a minimum of 3 seconds then release.\n5. Replace battery cover.\nAfter reset, Master Entry Code creation is the only\noption available and must be performed prior to\nany other programming of the lock"
74
+ }
75
+ }
@@ -0,0 +1,85 @@
1
+ {
2
+ "manufacturer": "Yale",
3
+ "manufacturerId": "0x0129",
4
+ "label": "NF-YRD622-ZW2",
5
+ "description": "Assure Lock Touchscreen Deadbolt",
6
+ "devices": [
7
+ {
8
+ "productType": "0x8109",
9
+ "productId": "0x0dd2",
10
+ "zwaveAllianceId": 4645
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/4645/Binder1.pdf"
84
+ }
85
+ }
@@ -0,0 +1,84 @@
1
+ {
2
+ "manufacturer": "Yale",
3
+ "manufacturerId": "0x0129",
4
+ "label": "NTB612-ZW2",
5
+ "description": "NexTouch Push Button Lever Lock",
6
+ "devices": [
7
+ {
8
+ "productType": "0x8101",
9
+ "productId": "0x0b0c",
10
+ "zwaveAllianceId": 4643
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "0.0",
15
+ "max": "255.255"
16
+ },
17
+ "associations": {
18
+ "1": {
19
+ "label": "Lifeline",
20
+ "maxNodes": 5,
21
+ "isLifeline": true
22
+ }
23
+ },
24
+ "paramInformation": [
25
+ {
26
+ "#": "8",
27
+ "$import": "templates/yale_template.json#operating_mode"
28
+ },
29
+ {
30
+ "#": "21",
31
+ "$import": "templates/yale_template.json#eco_mode"
32
+ },
33
+ {
34
+ "#": "1",
35
+ "$import": "templates/yale_template.json#volume"
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
+ "#": "18",
47
+ "$import": "templates/yale_template.json#door_propped_timer_255"
48
+ },
49
+ {
50
+ "#": "19",
51
+ "$import": "templates/yale_template.json#dps_alarm"
52
+ },
53
+ {
54
+ "#": "2",
55
+ "$import": "templates/yale_template.json#auto_relock"
56
+ },
57
+ {
58
+ "#": "3",
59
+ "$import": "templates/yale_template.json#auto_relock_time_180"
60
+ },
61
+ {
62
+ "#": "4",
63
+ "$import": "templates/yale_template.json#wrong_code_limit_3_to_10"
64
+ },
65
+ {
66
+ "#": "7",
67
+ "$import": "templates/yale_template.json#wrong_code_lockout"
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": "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",
80
+ "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",
81
+ "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",
82
+ "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4643/Binder1.pdf"
83
+ }
84
+ }
@@ -0,0 +1,84 @@
1
+ {
2
+ "manufacturer": "Yale",
3
+ "manufacturerId": "0x0129",
4
+ "label": "NTB622-ZW2",
5
+ "description": "NexTouch Touch Screen Lever Lock",
6
+ "devices": [
7
+ {
8
+ "productType": "0x8101",
9
+ "productId": "0x0b16",
10
+ "zwaveAllianceId": 4661
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "0.0",
15
+ "max": "255.255"
16
+ },
17
+ "associations": {
18
+ "1": {
19
+ "label": "Lifeline",
20
+ "maxNodes": 5,
21
+ "isLifeline": true
22
+ }
23
+ },
24
+ "paramInformation": [
25
+ {
26
+ "#": "8",
27
+ "$import": "templates/yale_template.json#operating_mode"
28
+ },
29
+ {
30
+ "#": "21",
31
+ "$import": "templates/yale_template.json#eco_mode"
32
+ },
33
+ {
34
+ "#": "1",
35
+ "$import": "templates/yale_template.json#volume"
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
+ "#": "18",
47
+ "$import": "templates/yale_template.json#door_propped_timer_255"
48
+ },
49
+ {
50
+ "#": "19",
51
+ "$import": "templates/yale_template.json#dps_alarm"
52
+ },
53
+ {
54
+ "#": "2",
55
+ "$import": "templates/yale_template.json#auto_relock"
56
+ },
57
+ {
58
+ "#": "3",
59
+ "$import": "templates/yale_template.json#auto_relock_time_180"
60
+ },
61
+ {
62
+ "#": "4",
63
+ "$import": "templates/yale_template.json#wrong_code_limit_3_to_10"
64
+ },
65
+ {
66
+ "#": "7",
67
+ "$import": "templates/yale_template.json#wrong_code_lockout"
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": "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",
80
+ "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",
81
+ "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",
82
+ "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4661/Binder1.pdf"
83
+ }
84
+ }