@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
@@ -0,0 +1,308 @@
1
+ {
2
+ "manufacturer": "Aeotec Ltd.",
3
+ "manufacturerId": "0x0371",
4
+ "label": "ZWA042",
5
+ "description": "Outdoor Smart Plug",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0103",
9
+ "productId": "0x002a",
10
+ "zwaveAllianceId": 4629
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
+ "#": "1",
27
+ "label": "LED Indicator",
28
+ "valueSize": 1,
29
+ "minValue": 0,
30
+ "maxValue": 4,
31
+ "defaultValue": 2,
32
+ "unsigned": true,
33
+ "allowManualEntry": false,
34
+ "options": [
35
+ {
36
+ "label": "Disable",
37
+ "value": 0
38
+ },
39
+ {
40
+ "label": "Night light mode",
41
+ "value": 1
42
+ },
43
+ {
44
+ "label": "On when load is on",
45
+ "value": 2
46
+ },
47
+ {
48
+ "label": "On when load is off",
49
+ "value": 3
50
+ },
51
+ {
52
+ "label": "Always on",
53
+ "value": 4
54
+ }
55
+ ]
56
+ },
57
+ {
58
+ "#": "2",
59
+ "label": "Night Light: On Time",
60
+ "description": "Set in hex format: 0x00HHMMSS",
61
+ "valueSize": 4,
62
+ "minValue": 0,
63
+ "maxValue": 4294967295,
64
+ "defaultValue": 1572864,
65
+ "unsigned": true
66
+ },
67
+ {
68
+ "#": "3",
69
+ "label": "Night Light: Off Time",
70
+ "description": "Set in hex format: 0x00HMMSS",
71
+ "valueSize": 4,
72
+ "minValue": 0,
73
+ "maxValue": 4294967295,
74
+ "defaultValue": 393216,
75
+ "unsigned": true
76
+ },
77
+ {
78
+ "#": "40",
79
+ "label": "Auto Off Timer",
80
+ "valueSize": 4,
81
+ "unit": "seconds",
82
+ "minValue": 0,
83
+ "maxValue": 86400,
84
+ "defaultValue": 0,
85
+ "unsigned": true,
86
+ "options": [
87
+ {
88
+ "label": "Disable",
89
+ "value": 0
90
+ }
91
+ ]
92
+ },
93
+ {
94
+ "#": "41",
95
+ "label": "Auto On Timer",
96
+ "valueSize": 4,
97
+ "unit": "seconds",
98
+ "minValue": 0,
99
+ "maxValue": 86400,
100
+ "defaultValue": 0,
101
+ "unsigned": true,
102
+ "options": [
103
+ {
104
+ "label": "Disable",
105
+ "value": 0
106
+ }
107
+ ]
108
+ },
109
+ {
110
+ "#": "4",
111
+ "label": "LED Indicator: Strobe Duration",
112
+ "valueSize": 1,
113
+ "unit": "seconds",
114
+ "minValue": 0,
115
+ "maxValue": 255,
116
+ "defaultValue": 0,
117
+ "unsigned": true,
118
+ "options": [
119
+ {
120
+ "label": "Disable",
121
+ "value": 0
122
+ }
123
+ ]
124
+ },
125
+ {
126
+ "#": "5",
127
+ "label": "LED Indicator: Strobe Frequency",
128
+ "description": "Sets the blinks per second",
129
+ "valueSize": 1,
130
+ "minValue": 1,
131
+ "maxValue": 24,
132
+ "defaultValue": 5,
133
+ "unsigned": true
134
+ },
135
+ {
136
+ "#": "7",
137
+ "label": "Local & Z-Wave Control",
138
+ "valueSize": 1,
139
+ "minValue": 0,
140
+ "maxValue": 2,
141
+ "defaultValue": 0,
142
+ "unsigned": true,
143
+ "allowManualEntry": false,
144
+ "options": [
145
+ {
146
+ "label": "Normal operation",
147
+ "value": 0
148
+ },
149
+ {
150
+ "label": "Disable local control, allow inclusion/exclusion",
151
+ "value": 1
152
+ },
153
+ {
154
+ "label": "Disable local and Z-Wave control, allow inclusion/exclusion",
155
+ "value": 2
156
+ }
157
+ ]
158
+ },
159
+ {
160
+ "#": "8",
161
+ "$import": "~/templates/master_template.json#state_after_power_failure_prev_on_off"
162
+ },
163
+ {
164
+ "#": "30[0x01]",
165
+ "label": "React to Alarm: Smoke",
166
+ "description": "0",
167
+ "valueSize": 1,
168
+ "minValue": 0,
169
+ "maxValue": 1,
170
+ "defaultValue": 0,
171
+ "unsigned": true
172
+ },
173
+ {
174
+ "#": "30[0x02]",
175
+ "label": "React to Alarm: CO",
176
+ "description": "0",
177
+ "valueSize": 1,
178
+ "minValue": 0,
179
+ "maxValue": 1,
180
+ "defaultValue": 0,
181
+ "unsigned": true
182
+ },
183
+ {
184
+ "#": "30[0x04]",
185
+ "label": "React to Alarm: CO2",
186
+ "description": "0",
187
+ "valueSize": 1,
188
+ "minValue": 0,
189
+ "maxValue": 1,
190
+ "defaultValue": 0,
191
+ "unsigned": true
192
+ },
193
+ {
194
+ "#": "30[0x08]",
195
+ "label": "React to Alarm: Heat",
196
+ "description": "0",
197
+ "valueSize": 1,
198
+ "minValue": 0,
199
+ "maxValue": 1,
200
+ "defaultValue": 0,
201
+ "unsigned": true
202
+ },
203
+ {
204
+ "#": "30[0x10]",
205
+ "label": "React to Alarm: Water",
206
+ "description": "0",
207
+ "valueSize": 1,
208
+ "minValue": 0,
209
+ "maxValue": 1,
210
+ "defaultValue": 0,
211
+ "unsigned": true
212
+ },
213
+ {
214
+ "#": "30[0x20]",
215
+ "label": "React to Alarm: Access Control",
216
+ "description": "0",
217
+ "valueSize": 1,
218
+ "minValue": 0,
219
+ "maxValue": 1,
220
+ "defaultValue": 0,
221
+ "unsigned": true
222
+ },
223
+ {
224
+ "#": "30[0x40]",
225
+ "label": "React to Alarm: Home Security",
226
+ "description": "0",
227
+ "valueSize": 1,
228
+ "minValue": 0,
229
+ "maxValue": 1,
230
+ "defaultValue": 0,
231
+ "unsigned": true
232
+ },
233
+ {
234
+ "#": "30[0x80]",
235
+ "label": "React to Alarm: Motion Sensor",
236
+ "description": "0",
237
+ "valueSize": 1,
238
+ "minValue": 0,
239
+ "maxValue": 1,
240
+ "defaultValue": 0,
241
+ "unsigned": true
242
+ },
243
+ {
244
+ "#": "31",
245
+ "label": "Alarm Response: Action",
246
+ "description": "3-255 sets flash duration in 0.1 second increments",
247
+ "valueSize": 1,
248
+ "unit": "0.1 seconds",
249
+ "minValue": 0,
250
+ "maxValue": 255,
251
+ "defaultValue": 0,
252
+ "unsigned": true,
253
+ "options": [
254
+ {
255
+ "label": "Disable",
256
+ "value": 0
257
+ },
258
+ {
259
+ "label": "Turn on",
260
+ "value": 1
261
+ },
262
+ {
263
+ "label": "Turn off",
264
+ "value": 2
265
+ }
266
+ ]
267
+ },
268
+ {
269
+ "#": "32",
270
+ "label": "Alarm Response: Disable Method",
271
+ "description": "5-255 sets alarm response duration",
272
+ "valueSize": 1,
273
+ "unit": "seconds",
274
+ "minValue": 0,
275
+ "maxValue": 255,
276
+ "defaultValue": 1,
277
+ "unsigned": true,
278
+ "options": [
279
+ {
280
+ "label": "1x button press",
281
+ "value": 0
282
+ },
283
+ {
284
+ "label": "2x button press",
285
+ "value": 1
286
+ },
287
+ {
288
+ "label": "4x button press",
289
+ "value": 2
290
+ },
291
+ {
292
+ "label": "Hold button for 10 seconds",
293
+ "value": 3
294
+ },
295
+ {
296
+ "label": "Z-Wave commands",
297
+ "value": 4
298
+ }
299
+ ]
300
+ }
301
+ ],
302
+ "metadata": {
303
+ "inclusion": "Tap the button on device once",
304
+ "exclusion": "Tap the button on device twice",
305
+ "reset": "Press and hold the button for 20s.\n\nNote: Please use this procedure only when the network primary controller is missing or otherwise inoperable",
306
+ "manual": "https://aeotec.freshdesk.com/support/solutions/articles/6000257262-outdoor-smart-plug-user-guide-"
307
+ }
308
+ }
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "paramInformation": [
17
17
  {
18
- "#": "31",
18
+ "#": "30",
19
19
  "$import": "~/templates/master_template.json#base_enable_disable",
20
20
  "label": "Summer Mode",
21
21
  "description": "Turn heating on/off"
@@ -37,7 +37,7 @@
37
37
  "readOnly": true
38
38
  },
39
39
  {
40
- "#": "30",
40
+ "#": "31",
41
41
  "$import": "~/templates/master_template.json#base_enable_disable",
42
42
  "label": "Domestic Hot Water"
43
43
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "10.3.0",
3
+ "version": "10.3.1",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public",