@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.
@@ -7,6 +7,10 @@
7
7
  {
8
8
  "productType": "0x4447",
9
9
  "productId": "0x4037"
10
+ },
11
+ {
12
+ "productType": "0x4447",
13
+ "productId": "0x4036"
10
14
  }
11
15
  ],
12
16
  "firmwareVersion": {
@@ -75,5 +75,9 @@
75
75
  "maxValue": 127,
76
76
  "defaultValue": 0
77
77
  }
78
- ]
78
+ ],
79
+ "compat": {
80
+ // The device uses Basic Set to control other devices
81
+ "treatBasicSetAsEvent": true
82
+ }
79
83
  }
@@ -17,8 +17,7 @@
17
17
  "paramInformation": [
18
18
  {
19
19
  "#": "1",
20
- "label": "Status LED Control",
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": "Turns status LED off",
30
+ "label": "Disable",
32
31
  "value": 0
33
32
  },
34
33
  {
35
- "label": "Turns status LED on",
34
+ "label": "Enable",
36
35
  "value": 1
37
36
  }
38
37
  ]
39
38
  },
40
39
  {
41
40
  "#": "2",
42
- "label": "Sound Control",
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": "Turns the sound (buzzer) off",
51
+ "label": "Disable",
54
52
  "value": 0
55
53
  },
56
54
  {
57
- "label": "Turns the sound (buzzer) on",
55
+ "label": "Enable",
58
56
  "value": 1
59
57
  }
60
58
  ]
61
59
  },
62
60
  {
63
61
  "#": "3",
64
- "label": "User Program Button Control",
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": "Disables the program button",
72
+ "label": "Disable",
76
73
  "value": 0
77
74
  },
78
75
  {
79
- "label": "Enables the program button",
76
+ "label": "Enable",
80
77
  "value": 1
81
78
  }
82
79
  ]
83
80
  },
84
81
  {
85
82
  "#": "4",
86
- "label": "Secure Screen Control",
87
- "description": "The configuration parameter 4 is a read/write parameter with a one-byte field, used to control the secure screen functionality on touch locks only. this parameter is not used on non-touch locks and will be ignored. if set to enabled, the touch screen will display the secure screen functionality when woken. if set to disabled, the touch screen will not display the secure screen functionality when woken",
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": "Disables secure screen (touch products only)",
94
+ "label": "Disable",
98
95
  "value": 0
99
96
  },
100
97
  {
101
- "label": "Enables secure screen (touch products only)",
98
+ "label": "Enable",
102
99
  "value": 1
103
100
  }
104
101
  ]
105
102
  },
106
103
  {
107
104
  "#": "10",
108
- "label": "Handing Control",
109
- "description": "The configuration parameter 10 is a read/write parameter with a one-byte field. when this parameter is read, it will return the handing of the lock. when this parameter is written, it will run a handing operation. when written with a value of 0x01, it will cause the lock to cycle through locking and unlocking until it determines the correct handing. it is suggested that this operation occur while the door is opened so that no obstructions will be in the way for the operation. after the completion of the handing process, a configuration report message will be sent back to the requestor. it will contain a non-zero value for success or a zero value for failure",
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 (read only)",
115
+ "label": "Unknown latch position",
119
116
  "value": 0
120
117
  },
121
118
  {
122
- "label": "Right handed lock (read); Initiate handing process (write)",
119
+ "label": "Right handed lock",
123
120
  "value": 1
124
121
  },
125
122
  {
126
- "label": "Left handed lock (read only)",
123
+ "label": "Left handed lock",
127
124
  "value": 2
128
125
  }
129
126
  ]
130
127
  },
131
128
  {
132
129
  "#": "40",
133
- "label": "Factory Default Control",
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": "No action (get)",
140
+ "label": "Normal Operation",
145
141
  "value": 0
146
142
  },
147
143
  {
148
- "label": "Perform a full factory reset (set)",
144
+ "label": "Reset to Factory Defaults",
149
145
  "value": 1
150
146
  },
151
147
  {
152
- "label": "Perform a modified factory reset (set) - for production only",
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 Load Value",
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": "percent",
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": "percent",
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": "seconds",
68
+ "unit": "minutes",
69
69
  "valueSize": 1,
70
70
  "minValue": 1,
71
71
  "maxValue": 255,
72
- "defaultValue": 180,
72
+ "defaultValue": 3,
73
73
  "unsigned": true
74
74
  },
75
75
  {
@@ -11,6 +11,10 @@
11
11
  {
12
12
  "productType": "0x0303",
13
13
  "productId": "0x3000"
14
+ },
15
+ {
16
+ "productType": "0x0303",
17
+ "productId": "0x4000"
14
18
  }
15
19
  ],
16
20
  "firmwareVersion": {