@zwave-js/config 8.7.8 → 8.8.2-20211129
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/0x000c/hs-wx300.json +4 -0
- package/config/devices/0x007a/5071xx.json +5 -1
- package/config/devices/0x0090/892.json +23 -28
- package/config/devices/0x0090/893.json +170 -0
- package/config/devices/0x0109/zp3111-5.json +4 -4
- package/config/devices/0x010f/fgr223.json +4 -0
- package/config/devices/0x014a/tstat-tbz500.json +708 -0
- package/config/devices/0x019b/tf016_1.8-1.91.json +5 -1
- package/config/devices/0x027a/zen15.json +33 -2
- package/config/devices/0x027a/zen73.json +21 -0
- package/config/devices/0x0312/mp20z.json +4 -4
- package/config/devices/0x039a/nas-wr01z.json +149 -0
- package/config/devices/0x0413/re_guard.json +645 -0
- package/config/devices/index.json +34251 -0
- package/config/manufacturers.json +1 -0
- package/package.json +8 -9
- package/LICENSE +0 -21
|
@@ -17,8 +17,7 @@
|
|
|
17
17
|
"paramInformation": [
|
|
18
18
|
{
|
|
19
19
|
"#": "1",
|
|
20
|
-
"label": "Status LED
|
|
21
|
-
"description": "The configuration parameter 1 is a read/write parameter with a one-byte field, used to control the status led. if set to on, the status LED will show the status of the latch every 6 seconds. if set to off, the status LED will not be shown",
|
|
20
|
+
"label": "Status LED",
|
|
22
21
|
"valueSize": 1,
|
|
23
22
|
"minValue": 0,
|
|
24
23
|
"maxValue": 1,
|
|
@@ -28,19 +27,18 @@
|
|
|
28
27
|
"allowManualEntry": false,
|
|
29
28
|
"options": [
|
|
30
29
|
{
|
|
31
|
-
"label": "
|
|
30
|
+
"label": "Disable",
|
|
32
31
|
"value": 0
|
|
33
32
|
},
|
|
34
33
|
{
|
|
35
|
-
"label": "
|
|
34
|
+
"label": "Enable",
|
|
36
35
|
"value": 1
|
|
37
36
|
}
|
|
38
37
|
]
|
|
39
38
|
},
|
|
40
39
|
{
|
|
41
40
|
"#": "2",
|
|
42
|
-
"label": "
|
|
43
|
-
"description": "The configuration parameter 2 is a read/write parameter with a one-byte field, used to control the lock’s buzzer. if set to on, the buzzer is enabled and will sound during normal events. if set to off, the buzzer is disabled, and the buzzer sound will not occur",
|
|
41
|
+
"label": "Buzzer",
|
|
44
42
|
"valueSize": 1,
|
|
45
43
|
"minValue": 0,
|
|
46
44
|
"maxValue": 1,
|
|
@@ -50,19 +48,18 @@
|
|
|
50
48
|
"allowManualEntry": false,
|
|
51
49
|
"options": [
|
|
52
50
|
{
|
|
53
|
-
"label": "
|
|
51
|
+
"label": "Disable",
|
|
54
52
|
"value": 0
|
|
55
53
|
},
|
|
56
54
|
{
|
|
57
|
-
"label": "
|
|
55
|
+
"label": "Enable",
|
|
58
56
|
"value": 1
|
|
59
57
|
}
|
|
60
58
|
]
|
|
61
59
|
},
|
|
62
60
|
{
|
|
63
61
|
"#": "3",
|
|
64
|
-
"label": "User Program Button
|
|
65
|
-
"description": "The configuration parameter 3 is a read/write parameter with a one-byte field, used to control the user program button. if set to on, the program button is available for user code maintenance. if set to off, the program button is not available for user code maintenance",
|
|
62
|
+
"label": "User Program Button",
|
|
66
63
|
"valueSize": 1,
|
|
67
64
|
"minValue": 0,
|
|
68
65
|
"maxValue": 1,
|
|
@@ -72,19 +69,19 @@
|
|
|
72
69
|
"allowManualEntry": false,
|
|
73
70
|
"options": [
|
|
74
71
|
{
|
|
75
|
-
"label": "
|
|
72
|
+
"label": "Disable",
|
|
76
73
|
"value": 0
|
|
77
74
|
},
|
|
78
75
|
{
|
|
79
|
-
"label": "
|
|
76
|
+
"label": "Enable",
|
|
80
77
|
"value": 1
|
|
81
78
|
}
|
|
82
79
|
]
|
|
83
80
|
},
|
|
84
81
|
{
|
|
85
82
|
"#": "4",
|
|
86
|
-
"label": "Secure Screen
|
|
87
|
-
"description": "
|
|
83
|
+
"label": "Secure Screen",
|
|
84
|
+
"description": "Control the secure screen functionality (on touch locks only)",
|
|
88
85
|
"valueSize": 1,
|
|
89
86
|
"minValue": 0,
|
|
90
87
|
"maxValue": 1,
|
|
@@ -94,19 +91,19 @@
|
|
|
94
91
|
"allowManualEntry": false,
|
|
95
92
|
"options": [
|
|
96
93
|
{
|
|
97
|
-
"label": "
|
|
94
|
+
"label": "Disable",
|
|
98
95
|
"value": 0
|
|
99
96
|
},
|
|
100
97
|
{
|
|
101
|
-
"label": "
|
|
98
|
+
"label": "Enable",
|
|
102
99
|
"value": 1
|
|
103
100
|
}
|
|
104
101
|
]
|
|
105
102
|
},
|
|
106
103
|
{
|
|
107
104
|
"#": "10",
|
|
108
|
-
"label": "
|
|
109
|
-
"description": "
|
|
105
|
+
"label": "Lock Direction",
|
|
106
|
+
"description": "Indicates the direction of the lock. Set to 1 (Right handed lock) to initiate direction detection.",
|
|
110
107
|
"valueSize": 1,
|
|
111
108
|
"minValue": 0,
|
|
112
109
|
"maxValue": 2,
|
|
@@ -115,23 +112,22 @@
|
|
|
115
112
|
"allowManualEntry": false,
|
|
116
113
|
"options": [
|
|
117
114
|
{
|
|
118
|
-
"label": "Unknown latch position
|
|
115
|
+
"label": "Unknown latch position",
|
|
119
116
|
"value": 0
|
|
120
117
|
},
|
|
121
118
|
{
|
|
122
|
-
"label": "Right handed lock
|
|
119
|
+
"label": "Right handed lock",
|
|
123
120
|
"value": 1
|
|
124
121
|
},
|
|
125
122
|
{
|
|
126
|
-
"label": "Left handed lock
|
|
123
|
+
"label": "Left handed lock",
|
|
127
124
|
"value": 2
|
|
128
125
|
}
|
|
129
126
|
]
|
|
130
127
|
},
|
|
131
128
|
{
|
|
132
129
|
"#": "40",
|
|
133
|
-
"label": "Factory Default
|
|
134
|
-
"description": "The configuration parameter 40 is a write only parameter with a one-byte field, used to request the lock to perform a factory reset back to its default state. this control will cause the lock to be removed from the network, placing the lock back to its default state. when a read is issued for this parameter, a 0 will be returned",
|
|
130
|
+
"label": "Reset to Factory Default Settings",
|
|
135
131
|
"valueSize": 1,
|
|
136
132
|
"minValue": 0,
|
|
137
133
|
"maxValue": 2,
|
|
@@ -141,23 +137,22 @@
|
|
|
141
137
|
"allowManualEntry": false,
|
|
142
138
|
"options": [
|
|
143
139
|
{
|
|
144
|
-
"label": "
|
|
140
|
+
"label": "Normal Operation",
|
|
145
141
|
"value": 0
|
|
146
142
|
},
|
|
147
143
|
{
|
|
148
|
-
"label": "
|
|
144
|
+
"label": "Reset to Factory Defaults",
|
|
149
145
|
"value": 1
|
|
150
146
|
},
|
|
151
147
|
{
|
|
152
|
-
"label": "Perform a modified factory reset
|
|
148
|
+
"label": "Perform a modified factory reset",
|
|
153
149
|
"value": 2
|
|
154
150
|
}
|
|
155
151
|
]
|
|
156
152
|
},
|
|
157
153
|
{
|
|
158
154
|
"#": "46",
|
|
159
|
-
"label": "Motor
|
|
160
|
-
"description": "Provides an insight into the amount of resistance encountered by motor",
|
|
155
|
+
"label": "Motor Resistance",
|
|
161
156
|
"valueSize": 4,
|
|
162
157
|
"minValue": 0,
|
|
163
158
|
"maxValue": 255,
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Spectrum Brands",
|
|
3
|
+
"manufacturerId": "0x0090",
|
|
4
|
+
"label": "893",
|
|
5
|
+
"description": "10 Button Z-Wave Plus v2 Deadbolt",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0811",
|
|
9
|
+
"productId": "0x13a8",
|
|
10
|
+
"zwaveAllianceId": 4184
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"paramInformation": [
|
|
18
|
+
{
|
|
19
|
+
"#": "1",
|
|
20
|
+
"label": "Status LED",
|
|
21
|
+
"valueSize": 1,
|
|
22
|
+
"minValue": 0,
|
|
23
|
+
"maxValue": 1,
|
|
24
|
+
"defaultValue": 1,
|
|
25
|
+
"unsigned": true,
|
|
26
|
+
"writeOnly": true,
|
|
27
|
+
"allowManualEntry": false,
|
|
28
|
+
"options": [
|
|
29
|
+
{
|
|
30
|
+
"label": "Disable",
|
|
31
|
+
"value": 0
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"label": "Enable",
|
|
35
|
+
"value": 1
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"#": "2",
|
|
41
|
+
"label": "Buzzer",
|
|
42
|
+
"valueSize": 1,
|
|
43
|
+
"minValue": 0,
|
|
44
|
+
"maxValue": 1,
|
|
45
|
+
"defaultValue": 1,
|
|
46
|
+
"unsigned": true,
|
|
47
|
+
"writeOnly": true,
|
|
48
|
+
"allowManualEntry": false,
|
|
49
|
+
"options": [
|
|
50
|
+
{
|
|
51
|
+
"label": "Disable",
|
|
52
|
+
"value": 0
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"label": "Enable",
|
|
56
|
+
"value": 1
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"#": "3",
|
|
62
|
+
"label": "User Program Button",
|
|
63
|
+
"valueSize": 1,
|
|
64
|
+
"minValue": 0,
|
|
65
|
+
"maxValue": 1,
|
|
66
|
+
"defaultValue": 1,
|
|
67
|
+
"unsigned": true,
|
|
68
|
+
"writeOnly": true,
|
|
69
|
+
"allowManualEntry": false,
|
|
70
|
+
"options": [
|
|
71
|
+
{
|
|
72
|
+
"label": "Disable",
|
|
73
|
+
"value": 0
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"label": "Enable",
|
|
77
|
+
"value": 1
|
|
78
|
+
}
|
|
79
|
+
]
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"#": "4",
|
|
83
|
+
"label": "Secure Screen",
|
|
84
|
+
"description": "Control the secure screen functionality (on touch locks only)",
|
|
85
|
+
"valueSize": 1,
|
|
86
|
+
"minValue": 0,
|
|
87
|
+
"maxValue": 1,
|
|
88
|
+
"defaultValue": 1,
|
|
89
|
+
"unsigned": true,
|
|
90
|
+
"writeOnly": true,
|
|
91
|
+
"allowManualEntry": false,
|
|
92
|
+
"options": [
|
|
93
|
+
{
|
|
94
|
+
"label": "Disable",
|
|
95
|
+
"value": 0
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"label": "Enable",
|
|
99
|
+
"value": 1
|
|
100
|
+
}
|
|
101
|
+
]
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"#": "10",
|
|
105
|
+
"label": "Lock Direction",
|
|
106
|
+
"description": "Indicates the direction of the lock. Set to 1 (Right handed lock) to initiate direction detection.",
|
|
107
|
+
"valueSize": 1,
|
|
108
|
+
"minValue": 0,
|
|
109
|
+
"maxValue": 2,
|
|
110
|
+
"defaultValue": 0,
|
|
111
|
+
"unsigned": true,
|
|
112
|
+
"allowManualEntry": false,
|
|
113
|
+
"options": [
|
|
114
|
+
{
|
|
115
|
+
"label": "Unknown latch position",
|
|
116
|
+
"value": 0
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"label": "Right handed lock",
|
|
120
|
+
"value": 1
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"label": "Left handed lock",
|
|
124
|
+
"value": 2
|
|
125
|
+
}
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"#": "40",
|
|
130
|
+
"label": "Reset to Factory Default Settings",
|
|
131
|
+
"valueSize": 1,
|
|
132
|
+
"minValue": 0,
|
|
133
|
+
"maxValue": 2,
|
|
134
|
+
"defaultValue": 0,
|
|
135
|
+
"unsigned": true,
|
|
136
|
+
"writeOnly": true,
|
|
137
|
+
"allowManualEntry": false,
|
|
138
|
+
"options": [
|
|
139
|
+
{
|
|
140
|
+
"label": "Normal Operation",
|
|
141
|
+
"value": 0
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"label": "Reset to Factory Defaults",
|
|
145
|
+
"value": 1
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"label": "Perform a modified factory reset",
|
|
149
|
+
"value": 2
|
|
150
|
+
}
|
|
151
|
+
]
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"#": "46",
|
|
155
|
+
"label": "Motor Resistance",
|
|
156
|
+
"valueSize": 4,
|
|
157
|
+
"minValue": 0,
|
|
158
|
+
"maxValue": 255,
|
|
159
|
+
"defaultValue": 0,
|
|
160
|
+
"unsigned": true,
|
|
161
|
+
"readOnly": true
|
|
162
|
+
}
|
|
163
|
+
],
|
|
164
|
+
"metadata": {
|
|
165
|
+
"inclusion": "For classic inclusion, initiate the process to add the lock to your system at your smart home controller. When prompted by your smart home system to add the lock, press button 'A' on the lock interior one time. The red LED will illuminate when the lock enters inclusion mode. If successful, re-name the lock in your system. If unsuccessful, follow your system's instruction to remove the lock from the network, press button 'A' one time to remove, and then repeat the process",
|
|
166
|
+
"exclusion": "Follow your smart home system's instructions to remove the lock from the network. When prompted by the system, press button 'A' on the lock interior once",
|
|
167
|
+
"reset": "NOTICE: A factory reset will delete all user codes associated with the lock as well as removing it from your smart home system.\n1. Remove the battery pack\n2. Press and HOLD the program button while reinserting the battery pack.\n3. Continue to hold the button for 30 seconds until the lock beeps and the status LED flashes red.\n4. Press the program button once more. The LEDs will cycle flashing between red and green while the reset process is being performed. \n5. When complete, the lock will reset and initiate the door handing process",
|
|
168
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4184/5069369-003.pdf"
|
|
169
|
+
}
|
|
170
|
+
}
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"#": "3",
|
|
47
47
|
"label": "Humidity",
|
|
48
48
|
"description": "Configure Relative Humidity",
|
|
49
|
-
"unit": "
|
|
49
|
+
"unit": "%",
|
|
50
50
|
"valueSize": 1,
|
|
51
51
|
"minValue": 1,
|
|
52
52
|
"maxValue": 50,
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
{
|
|
56
56
|
"#": "4",
|
|
57
57
|
"label": "Light Sensor",
|
|
58
|
-
"unit": "
|
|
58
|
+
"unit": "%",
|
|
59
59
|
"valueSize": 1,
|
|
60
60
|
"minValue": 1,
|
|
61
61
|
"maxValue": 50,
|
|
@@ -65,11 +65,11 @@
|
|
|
65
65
|
"#": "5",
|
|
66
66
|
"label": "Trigger Interval",
|
|
67
67
|
"description": "Set the trigger interval for motion sensor re-activation.",
|
|
68
|
-
"unit": "
|
|
68
|
+
"unit": "minutes",
|
|
69
69
|
"valueSize": 1,
|
|
70
70
|
"minValue": 1,
|
|
71
71
|
"maxValue": 255,
|
|
72
|
-
"defaultValue":
|
|
72
|
+
"defaultValue": 3,
|
|
73
73
|
"unsigned": true
|
|
74
74
|
},
|
|
75
75
|
{
|