@zwave-js/config 12.12.0 → 13.0.0-beta.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/build/ConfigManager.d.ts +0 -69
- package/build/ConfigManager.d.ts.map +1 -1
- package/build/ConfigManager.js +1 -542
- package/build/ConfigManager.js.map +1 -1
- package/build/JsonTemplate.js +2 -3
- package/build/JsonTemplate.js.map +1 -1
- package/build/Logic.js +2 -3
- package/build/Logic.js.map +1 -1
- package/build/Manufacturers.js +2 -3
- package/build/Manufacturers.js.map +1 -1
- package/build/devices/ConditionalItem.js +4 -5
- package/build/devices/ConditionalItem.js.map +1 -1
- package/build/devices/ConditionalPrimitive.d.ts.map +1 -1
- package/build/devices/ConditionalPrimitive.js +2 -2
- package/build/devices/ConditionalPrimitive.js.map +1 -1
- package/build/devices/DeviceConfig.d.ts +0 -1
- package/build/devices/DeviceConfig.d.ts.map +1 -1
- package/build/devices/DeviceConfig.js +5 -5
- package/build/devices/DeviceConfig.js.map +1 -1
- package/build/devices/DeviceMetadata.d.ts.map +1 -1
- package/build/devices/ParamInformation.d.ts.map +1 -1
- package/build/devices/ParamInformation.js +2 -2
- package/build/devices/ParamInformation.js.map +1 -1
- package/build/index.d.ts +0 -6
- package/build/index.d.ts.map +1 -1
- package/build/index.js +0 -6
- package/build/index.js.map +1 -1
- package/build/index_safe.d.ts +0 -6
- package/build/index_safe.d.ts.map +1 -1
- package/build/index_safe.js +0 -6
- package/build/index_safe.js.map +1 -1
- package/build/utils.js +6 -6
- package/build/utils.js.map +1 -1
- package/build/utils_safe.js +3 -3
- package/build/utils_safe.js.map +1 -1
- package/package.json +11 -10
- package/build/DeviceClasses.d.ts +0 -26
- package/build/DeviceClasses.d.ts.map +0 -1
- package/build/DeviceClasses.js +0 -127
- package/build/DeviceClasses.js.map +0 -1
- package/build/Indicators.d.ts +0 -15
- package/build/Indicators.d.ts.map +0 -1
- package/build/Indicators.js +0 -47
- package/build/Indicators.js.map +0 -1
- package/build/Meters.d.ts +0 -15
- package/build/Meters.d.ts.map +0 -1
- package/build/Meters.js +0 -44
- package/build/Meters.js.map +0 -1
- package/build/Notifications.d.ts +0 -71
- package/build/Notifications.d.ts.map +0 -1
- package/build/Notifications.js +0 -223
- package/build/Notifications.js.map +0 -1
- package/build/Scales.d.ts +0 -15
- package/build/Scales.d.ts.map +0 -1
- package/build/Scales.js +0 -37
- package/build/Scales.js.map +0 -1
- package/build/SensorTypes.d.ts +0 -11
- package/build/SensorTypes.d.ts.map +0 -1
- package/build/SensorTypes.js +0 -48
- package/build/SensorTypes.js.map +0 -1
- package/config/deviceClasses.json +0 -447
- package/config/indicators.json +0 -166
- package/config/meters.json +0 -47
- package/config/scales.json +0 -85
- package/config/sensorTypes.json +0 -707
|
@@ -1,447 +0,0 @@
|
|
|
1
|
-
// This file defines the basic, generic and specific device classes of the
|
|
2
|
-
// legacy Z-Wave standard (SDS10242)
|
|
3
|
-
{
|
|
4
|
-
"basic": {
|
|
5
|
-
// The GetNodeProtocolInfo messages rely on these values - double-check there when changing anything
|
|
6
|
-
"0x01": "Controller",
|
|
7
|
-
"0x02": "Static Controller",
|
|
8
|
-
"0x03": "Slave",
|
|
9
|
-
"0x04": "Routing Slave"
|
|
10
|
-
},
|
|
11
|
-
"generic": {
|
|
12
|
-
"0x01": {
|
|
13
|
-
"label": "Remote Controller",
|
|
14
|
-
"maySupportBasicCC": false,
|
|
15
|
-
"specific": {
|
|
16
|
-
"0x01": {
|
|
17
|
-
"label": "Portable Remote Controller",
|
|
18
|
-
"zwavePlusDeviceType": "Remote Control - Multipurpose"
|
|
19
|
-
},
|
|
20
|
-
"0x02": {
|
|
21
|
-
"label": "Portable Scene Controller"
|
|
22
|
-
},
|
|
23
|
-
"0x03": {
|
|
24
|
-
"label": "Portable Installer Tool"
|
|
25
|
-
},
|
|
26
|
-
"0x04": {
|
|
27
|
-
"label": "AV Remote Control",
|
|
28
|
-
"zwavePlusDeviceType": "Remote Control - AV"
|
|
29
|
-
},
|
|
30
|
-
"0x06": {
|
|
31
|
-
"label": "Simple Remote Control",
|
|
32
|
-
"zwavePlusDeviceType": "Remote Control - Simple"
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
"0x02": {
|
|
37
|
-
"label": "Static Controller",
|
|
38
|
-
"zwavePlusDeviceType": "Gateway",
|
|
39
|
-
"specific": {
|
|
40
|
-
"0x01": {
|
|
41
|
-
"label": "PC Controller",
|
|
42
|
-
"zwavePlusDeviceType": "Central Controller"
|
|
43
|
-
},
|
|
44
|
-
"0x02": {
|
|
45
|
-
"label": "Scene Controller"
|
|
46
|
-
},
|
|
47
|
-
"0x03": {
|
|
48
|
-
"label": "Static Installer Tool"
|
|
49
|
-
},
|
|
50
|
-
"0x04": {
|
|
51
|
-
"label": "Set Top Box",
|
|
52
|
-
"zwavePlusDeviceType": "Set Top Box"
|
|
53
|
-
},
|
|
54
|
-
"0x05": {
|
|
55
|
-
"label": "Sub System Controller",
|
|
56
|
-
"zwavePlusDeviceType": "Sub System Controller"
|
|
57
|
-
},
|
|
58
|
-
"0x06": {
|
|
59
|
-
"label": "TV",
|
|
60
|
-
"zwavePlusDeviceType": "TV"
|
|
61
|
-
},
|
|
62
|
-
"0x07": {
|
|
63
|
-
"label": "Gateway",
|
|
64
|
-
"zwavePlusDeviceType": "Gateway",
|
|
65
|
-
"maySupportBasicCC": false
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
"0x03": {
|
|
70
|
-
"label": "AV Control Point",
|
|
71
|
-
"zwavePlusDeviceType": "AV Control Point",
|
|
72
|
-
"specific": {
|
|
73
|
-
"0x01": {
|
|
74
|
-
"label": "Sound Switch",
|
|
75
|
-
"zwavePlusDeviceType": "Sound Switch"
|
|
76
|
-
},
|
|
77
|
-
"0x04": {
|
|
78
|
-
"label": "Satellite Receiver"
|
|
79
|
-
},
|
|
80
|
-
"0x11": {
|
|
81
|
-
"label": "Satellite Receiver V2"
|
|
82
|
-
},
|
|
83
|
-
"0x12": {
|
|
84
|
-
"label": "Doorbell"
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
},
|
|
88
|
-
"0x04": {
|
|
89
|
-
"label": "Display",
|
|
90
|
-
"specific": {
|
|
91
|
-
"0x01": {
|
|
92
|
-
"label": "Simple Display",
|
|
93
|
-
"zwavePlusDeviceType": "Display - Simple"
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
"0x05": {
|
|
98
|
-
"label": "Network Extender",
|
|
99
|
-
"specific": {
|
|
100
|
-
"0x01": {
|
|
101
|
-
"label": "Secure Extender"
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
},
|
|
105
|
-
"0x06": {
|
|
106
|
-
"label": "Appliance",
|
|
107
|
-
"specific": {
|
|
108
|
-
"0x01": {
|
|
109
|
-
"label": "General Appliance"
|
|
110
|
-
},
|
|
111
|
-
"0x02": {
|
|
112
|
-
"label": "Kitchen Appliance"
|
|
113
|
-
},
|
|
114
|
-
"0x03": {
|
|
115
|
-
"label": "Laundry Appliance"
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
},
|
|
119
|
-
"0x07": {
|
|
120
|
-
"label": "Notification Sensor",
|
|
121
|
-
"specific": {
|
|
122
|
-
"0x01": {
|
|
123
|
-
"label": "Notification Sensor",
|
|
124
|
-
"zwavePlusDeviceType": "Sensor - Notification",
|
|
125
|
-
"maySupportBasicCC": false
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
},
|
|
129
|
-
"0x08": {
|
|
130
|
-
"label": "Thermostat",
|
|
131
|
-
"specific": {
|
|
132
|
-
"0x01": {
|
|
133
|
-
"label": "Heating Thermostat"
|
|
134
|
-
},
|
|
135
|
-
"0x02": {
|
|
136
|
-
"label": "General Thermostat"
|
|
137
|
-
},
|
|
138
|
-
"0x03": {
|
|
139
|
-
"label": "Setback Schedule Thermostat"
|
|
140
|
-
},
|
|
141
|
-
"0x04": {
|
|
142
|
-
"label": "Setpoint Thermostat"
|
|
143
|
-
},
|
|
144
|
-
"0x05": {
|
|
145
|
-
"label": "Setback Thermostat",
|
|
146
|
-
"zwavePlusDeviceType": "Thermostat - Setback"
|
|
147
|
-
},
|
|
148
|
-
"0x06": {
|
|
149
|
-
"label": "General Thermostat V2",
|
|
150
|
-
"zwavePlusDeviceType": "Thermostat - HVAC"
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
"0x09": {
|
|
155
|
-
"label": "Window Covering",
|
|
156
|
-
"specific": {
|
|
157
|
-
"0x01": {
|
|
158
|
-
"label": "Simple Window Covering Control"
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
},
|
|
162
|
-
"0x0f": {
|
|
163
|
-
"label": "Repeater Slave",
|
|
164
|
-
"specific": {
|
|
165
|
-
"0x01": {
|
|
166
|
-
"label": "Repeater Slave",
|
|
167
|
-
"zwavePlusDeviceType": "Repeater",
|
|
168
|
-
"maySupportBasicCC": false
|
|
169
|
-
},
|
|
170
|
-
"0x03": {
|
|
171
|
-
"label": "IR Repeater",
|
|
172
|
-
"zwavePlusDeviceType": "IR Repeater",
|
|
173
|
-
"maySupportBasicCC": false
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
},
|
|
177
|
-
"0x10": {
|
|
178
|
-
"label": "Binary Switch",
|
|
179
|
-
"specific": {
|
|
180
|
-
"0x01": {
|
|
181
|
-
"label": "Binary Power Switch",
|
|
182
|
-
"zwavePlusDeviceType": "On/Off Power Switch"
|
|
183
|
-
},
|
|
184
|
-
"0x02": {
|
|
185
|
-
"label": "Tunable Color Switch",
|
|
186
|
-
"zwavePlusDeviceType": "Color Switch"
|
|
187
|
-
},
|
|
188
|
-
"0x03": {
|
|
189
|
-
"label": "Binary Scene Switch"
|
|
190
|
-
},
|
|
191
|
-
"0x04": {
|
|
192
|
-
"label": "Power Strip Switch",
|
|
193
|
-
"zwavePlusDeviceType": "Power Strip"
|
|
194
|
-
},
|
|
195
|
-
"0x05": {
|
|
196
|
-
"label": "Siren",
|
|
197
|
-
"zwavePlusDeviceType": "Siren"
|
|
198
|
-
},
|
|
199
|
-
"0x06": {
|
|
200
|
-
"label": "Valve",
|
|
201
|
-
"zwavePlusDeviceType": "Valve (open/close)"
|
|
202
|
-
},
|
|
203
|
-
"0x07": {
|
|
204
|
-
"label": "Irrigation Control",
|
|
205
|
-
"zwavePlusDeviceType": "Irrigation Control"
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
"0x11": {
|
|
210
|
-
"label": "Multilevel Switch",
|
|
211
|
-
"specific": {
|
|
212
|
-
"0x01": {
|
|
213
|
-
"label": "Multilevel Power Switch",
|
|
214
|
-
"zwavePlusDeviceType": "Light Dimmer Switch"
|
|
215
|
-
},
|
|
216
|
-
"0x02": {
|
|
217
|
-
"label": "Tunable Color Switch",
|
|
218
|
-
"zwavePlusDeviceType": "Color Switch"
|
|
219
|
-
},
|
|
220
|
-
"0x03": {
|
|
221
|
-
"label": "Multiposition Motor"
|
|
222
|
-
},
|
|
223
|
-
"0x04": {
|
|
224
|
-
"label": "Multilevel Scene Switch"
|
|
225
|
-
},
|
|
226
|
-
"0x05": {
|
|
227
|
-
"label": "Motor Control Class A",
|
|
228
|
-
"zwavePlusDeviceType": "Window Covering - No Position/Endpoint"
|
|
229
|
-
},
|
|
230
|
-
"0x06": {
|
|
231
|
-
"label": "Motor Control Class B",
|
|
232
|
-
"zwavePlusDeviceType": "Window Covering - Endpoint Aware"
|
|
233
|
-
},
|
|
234
|
-
"0x07": {
|
|
235
|
-
"label": "Motor Control Class C",
|
|
236
|
-
"zwavePlusDeviceType": "Window Covering - Position/Endpoint Aware"
|
|
237
|
-
},
|
|
238
|
-
"0x08": {
|
|
239
|
-
"label": "Fan Switch",
|
|
240
|
-
"zwavePlusDeviceType": "Fan Switch"
|
|
241
|
-
}
|
|
242
|
-
}
|
|
243
|
-
},
|
|
244
|
-
"0x12": {
|
|
245
|
-
"label": "Remote Switch",
|
|
246
|
-
"specific": {
|
|
247
|
-
"0x01": {
|
|
248
|
-
"label": "Binary Remote Switch"
|
|
249
|
-
},
|
|
250
|
-
"0x02": {
|
|
251
|
-
"label": "Multilevel Remote Switch"
|
|
252
|
-
},
|
|
253
|
-
"0x03": {
|
|
254
|
-
"label": "Binary Toggle Remote Switch"
|
|
255
|
-
},
|
|
256
|
-
"0x04": {
|
|
257
|
-
"label": "Multilevel Toggle Remote Switch"
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
},
|
|
261
|
-
"0x13": {
|
|
262
|
-
"label": "Toggle Switch",
|
|
263
|
-
"specific": {
|
|
264
|
-
"0x01": {
|
|
265
|
-
"label": "Binary Toggle Switch"
|
|
266
|
-
},
|
|
267
|
-
"0x02": {
|
|
268
|
-
"label": "Multilevel Toggle Switch"
|
|
269
|
-
}
|
|
270
|
-
}
|
|
271
|
-
},
|
|
272
|
-
"0x15": {
|
|
273
|
-
"label": "Z/IP Node",
|
|
274
|
-
"specific": {
|
|
275
|
-
"0x01": {
|
|
276
|
-
"label": "Z/IP TUN Node"
|
|
277
|
-
},
|
|
278
|
-
"0x02": {
|
|
279
|
-
"label": "Z/IP ADV Node"
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
},
|
|
283
|
-
"0x16": {
|
|
284
|
-
"label": "Ventilation",
|
|
285
|
-
"specific": {
|
|
286
|
-
"0x01": {
|
|
287
|
-
"label": "Residential Heat Recovery Ventilation"
|
|
288
|
-
}
|
|
289
|
-
}
|
|
290
|
-
},
|
|
291
|
-
"0x17": {
|
|
292
|
-
"label": "Security Panel",
|
|
293
|
-
"specific": {
|
|
294
|
-
"0x01": {
|
|
295
|
-
"label": "Zoned Security Panel"
|
|
296
|
-
}
|
|
297
|
-
}
|
|
298
|
-
},
|
|
299
|
-
"0x18": {
|
|
300
|
-
"label": "Wall Controller",
|
|
301
|
-
"specific": {
|
|
302
|
-
"0x01": {
|
|
303
|
-
"label": "Basic Wall Controller",
|
|
304
|
-
"zwavePlusDeviceType": "Wall Controller",
|
|
305
|
-
"maySupportBasicCC": false
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
},
|
|
309
|
-
"0x20": {
|
|
310
|
-
"label": "Binary Sensor",
|
|
311
|
-
"specific": {
|
|
312
|
-
"0x01": {
|
|
313
|
-
"label": "Routing Binary Sensor"
|
|
314
|
-
}
|
|
315
|
-
}
|
|
316
|
-
},
|
|
317
|
-
"0x21": {
|
|
318
|
-
"label": "Multilevel Sensor",
|
|
319
|
-
"specific": {
|
|
320
|
-
"0x01": {
|
|
321
|
-
"label": "Routing Multilevel Sensor",
|
|
322
|
-
"zwavePlusDeviceType": "Sensor - Multilevel",
|
|
323
|
-
"maySupportBasicCC": false
|
|
324
|
-
}
|
|
325
|
-
}
|
|
326
|
-
},
|
|
327
|
-
"0x30": {
|
|
328
|
-
"label": "Pulse Meter"
|
|
329
|
-
},
|
|
330
|
-
"0x31": {
|
|
331
|
-
"label": "Meter",
|
|
332
|
-
"maySupportBasicCC": false,
|
|
333
|
-
"specific": {
|
|
334
|
-
"0x01": {
|
|
335
|
-
"label": "Simple Meter",
|
|
336
|
-
"zwavePlusDeviceType": "Sub Energy Meter"
|
|
337
|
-
},
|
|
338
|
-
"0x02": {
|
|
339
|
-
"label": "Advanced Energy Control"
|
|
340
|
-
},
|
|
341
|
-
"0x03": {
|
|
342
|
-
"label": "Simple Whole Home Meter",
|
|
343
|
-
"zwavePlusDeviceType": "Whole Home Meter - Simple"
|
|
344
|
-
}
|
|
345
|
-
}
|
|
346
|
-
},
|
|
347
|
-
"0x40": {
|
|
348
|
-
"label": "Entry Control",
|
|
349
|
-
"specific": {
|
|
350
|
-
"0x01": {
|
|
351
|
-
"label": "Door Lock"
|
|
352
|
-
},
|
|
353
|
-
"0x02": {
|
|
354
|
-
"label": "Advanced Door Lock"
|
|
355
|
-
},
|
|
356
|
-
"0x03": {
|
|
357
|
-
"label": "Secure Keypad Door Lock",
|
|
358
|
-
"zwavePlusDeviceType": "Door Lock - Keypad",
|
|
359
|
-
"requiresSecurity": true
|
|
360
|
-
},
|
|
361
|
-
"0x05": {
|
|
362
|
-
"label": "Secure Door",
|
|
363
|
-
"zwavePlusDeviceType": "Motorized Barrier - GDO",
|
|
364
|
-
"requiresSecurity": true
|
|
365
|
-
},
|
|
366
|
-
"0x06": {
|
|
367
|
-
"label": "Secure Gate",
|
|
368
|
-
"zwavePlusDeviceType": "Motorized Barrier - Gate",
|
|
369
|
-
"requiresSecurity": true
|
|
370
|
-
},
|
|
371
|
-
"0x07": {
|
|
372
|
-
"label": "Secure Barrier Add-on",
|
|
373
|
-
"zwavePlusDeviceType": "Motorized Barrier - Add-on",
|
|
374
|
-
"requiresSecurity": true
|
|
375
|
-
},
|
|
376
|
-
"0x08": {
|
|
377
|
-
"label": "Secure Barrier Open only",
|
|
378
|
-
"zwavePlusDeviceType": "Motorized Barrier - Open only",
|
|
379
|
-
"requiresSecurity": true
|
|
380
|
-
},
|
|
381
|
-
"0x09": {
|
|
382
|
-
"label": "Secure Barrier Close only",
|
|
383
|
-
"zwavePlusDeviceType": "Motorized Barrier - Close only",
|
|
384
|
-
"requiresSecurity": true
|
|
385
|
-
},
|
|
386
|
-
"0x0a": {
|
|
387
|
-
"label": "Lockbox",
|
|
388
|
-
"zwavePlusDeviceType": "Lockbox",
|
|
389
|
-
"requiresSecurity": true
|
|
390
|
-
},
|
|
391
|
-
"0x0b": {
|
|
392
|
-
"label": "Secure Keypad",
|
|
393
|
-
"zwavePlusDeviceType": "Entry Control Keypad",
|
|
394
|
-
"requiresSecurity": true,
|
|
395
|
-
"maySupportBasicCC": false
|
|
396
|
-
}
|
|
397
|
-
}
|
|
398
|
-
},
|
|
399
|
-
"0x50": {
|
|
400
|
-
"label": "Semi-Interoperable",
|
|
401
|
-
"specific": {
|
|
402
|
-
"0x01": {
|
|
403
|
-
"label": "Energy Production"
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
|
-
},
|
|
407
|
-
"0xa1": {
|
|
408
|
-
"label": "Alarm Sensor",
|
|
409
|
-
"specific": {
|
|
410
|
-
"0x01": {
|
|
411
|
-
"label": "Basic Routing Alarm Sensor"
|
|
412
|
-
},
|
|
413
|
-
"0x02": {
|
|
414
|
-
"label": "Routing Alarm Sensor"
|
|
415
|
-
},
|
|
416
|
-
"0x03": {
|
|
417
|
-
"label": "Basic Zensor Net Alarm Sensor"
|
|
418
|
-
},
|
|
419
|
-
"0x04": {
|
|
420
|
-
"label": "Zensor Net Alarm Sensor"
|
|
421
|
-
},
|
|
422
|
-
"0x05": {
|
|
423
|
-
"label": "Advanced Zensor Net Alarm Sensor"
|
|
424
|
-
},
|
|
425
|
-
"0x06": {
|
|
426
|
-
"label": "Basic Routing Smoke Sensor"
|
|
427
|
-
},
|
|
428
|
-
"0x07": {
|
|
429
|
-
"label": "Routing Smoke Sensor"
|
|
430
|
-
},
|
|
431
|
-
"0x08": {
|
|
432
|
-
"label": "Basic Zensor Net Smoke Sensor"
|
|
433
|
-
},
|
|
434
|
-
"0x09": {
|
|
435
|
-
"label": "Zensor Net Smoke Sensor"
|
|
436
|
-
},
|
|
437
|
-
"0x0a": {
|
|
438
|
-
"label": "Advanced Zensor Net Smoke Sensor"
|
|
439
|
-
}
|
|
440
|
-
}
|
|
441
|
-
},
|
|
442
|
-
"0xff": {
|
|
443
|
-
"label": "Non-Interoperable",
|
|
444
|
-
"specific": {}
|
|
445
|
-
}
|
|
446
|
-
}
|
|
447
|
-
}
|
package/config/indicators.json
DELETED
|
@@ -1,166 +0,0 @@
|
|
|
1
|
-
// Z-Wave indicator definitions
|
|
2
|
-
// based on SDS14220, version 2020-01-01
|
|
3
|
-
{
|
|
4
|
-
"indicators": {
|
|
5
|
-
"0x01": "Armed",
|
|
6
|
-
"0x02": "Not armed / disarmed",
|
|
7
|
-
"0x03": "Ready",
|
|
8
|
-
"0x04": "Fault",
|
|
9
|
-
"0x05": "Busy",
|
|
10
|
-
"0x06": "Enter ID",
|
|
11
|
-
"0x07": "Enter PIN",
|
|
12
|
-
"0x08": "Code Accepted",
|
|
13
|
-
"0x09": "Code not accepted",
|
|
14
|
-
"0x0a": "Armed Stay",
|
|
15
|
-
"0x0b": "Armed Away",
|
|
16
|
-
"0x0c": "Alarming",
|
|
17
|
-
"0x0d": "Alarming: Burglar",
|
|
18
|
-
"0x0e": "Alarming: Smoke / Fire",
|
|
19
|
-
"0x0f": "Alarming: Carbon Monoxide",
|
|
20
|
-
"0x10": "Bypass challenge",
|
|
21
|
-
"0x11": "Entry Delay",
|
|
22
|
-
"0x12": "Exit Delay",
|
|
23
|
-
"0x13": "Alarming: Medical",
|
|
24
|
-
"0x14": "Alarming: freeze warning",
|
|
25
|
-
"0x15": "Alarming: Water leak",
|
|
26
|
-
"0x16": "Alarming: Panic",
|
|
27
|
-
"0x20": "Zone 1 armed",
|
|
28
|
-
"0x21": "Zone 2 armed",
|
|
29
|
-
"0x22": "Zone 3 armed",
|
|
30
|
-
"0x23": "Zone 4 armed",
|
|
31
|
-
"0x24": "Zone 5 armed",
|
|
32
|
-
"0x25": "Zone 6 armed",
|
|
33
|
-
"0x26": "Zone 7 armed",
|
|
34
|
-
"0x27": "Zone 8 armed",
|
|
35
|
-
"0x30": "LCD backlight",
|
|
36
|
-
"0x40": "Button backlight letters",
|
|
37
|
-
"0x41": "Button backlight digits",
|
|
38
|
-
"0x42": "Button backlight command",
|
|
39
|
-
"0x43": "Button 1 indication",
|
|
40
|
-
"0x44": "Button 2 indication",
|
|
41
|
-
"0x45": "Button 3 indication",
|
|
42
|
-
"0x46": "Button 4 indication",
|
|
43
|
-
"0x47": "Button 5 indication",
|
|
44
|
-
"0x48": "Button 6 indication",
|
|
45
|
-
"0x49": "Button 7 indication",
|
|
46
|
-
"0x4a": "Button 8 indication",
|
|
47
|
-
"0x4b": "Button 9 indication",
|
|
48
|
-
"0x4c": "Button 10 indication",
|
|
49
|
-
"0x4d": "Button 11 indication",
|
|
50
|
-
"0x4e": "Button 12 indication",
|
|
51
|
-
"0x50": "Node Identify",
|
|
52
|
-
"0x60": "Generic event sound notification 1",
|
|
53
|
-
"0x61": "Generic event sound notification 2",
|
|
54
|
-
"0x62": "Generic event sound notification 3",
|
|
55
|
-
"0x63": "Generic event sound notification 4",
|
|
56
|
-
"0x64": "Generic event sound notification 5",
|
|
57
|
-
"0x65": "Generic event sound notification 6",
|
|
58
|
-
"0x66": "Generic event sound notification 7",
|
|
59
|
-
"0x67": "Generic event sound notification 8",
|
|
60
|
-
"0x68": "Generic event sound notification 9",
|
|
61
|
-
"0x69": "Generic event sound notification 10",
|
|
62
|
-
"0x6a": "Generic event sound notification 11",
|
|
63
|
-
"0x6b": "Generic event sound notification 12",
|
|
64
|
-
"0x6c": "Generic event sound notification 13",
|
|
65
|
-
"0x6d": "Generic event sound notification 14",
|
|
66
|
-
"0x6e": "Generic event sound notification 15",
|
|
67
|
-
"0x6f": "Generic event sound notification 16",
|
|
68
|
-
"0x70": "Generic event sound notification 17",
|
|
69
|
-
"0x71": "Generic event sound notification 18",
|
|
70
|
-
"0x72": "Generic event sound notification 19",
|
|
71
|
-
"0x73": "Generic event sound notification 20",
|
|
72
|
-
"0x74": "Generic event sound notification 21",
|
|
73
|
-
"0x75": "Generic event sound notification 22",
|
|
74
|
-
"0x76": "Generic event sound notification 23",
|
|
75
|
-
"0x77": "Generic event sound notification 24",
|
|
76
|
-
"0x78": "Generic event sound notification 25",
|
|
77
|
-
"0x79": "Generic event sound notification 26",
|
|
78
|
-
"0x7a": "Generic event sound notification 27",
|
|
79
|
-
"0x7b": "Generic event sound notification 28",
|
|
80
|
-
"0x7c": "Generic event sound notification 29",
|
|
81
|
-
"0x7d": "Generic event sound notification 30",
|
|
82
|
-
"0x7e": "Generic event sound notification 31",
|
|
83
|
-
"0x7f": "Generic event sound notification 32",
|
|
84
|
-
"0x80": "Manufacturer defined indicator 1",
|
|
85
|
-
"0x81": "Manufacturer defined indicator 2",
|
|
86
|
-
"0x82": "Manufacturer defined indicator 3",
|
|
87
|
-
"0x83": "Manufacturer defined indicator 4",
|
|
88
|
-
"0x84": "Manufacturer defined indicator 5",
|
|
89
|
-
"0x85": "Manufacturer defined indicator 6",
|
|
90
|
-
"0x86": "Manufacturer defined indicator 7",
|
|
91
|
-
"0x87": "Manufacturer defined indicator 8",
|
|
92
|
-
"0x88": "Manufacturer defined indicator 9",
|
|
93
|
-
"0x89": "Manufacturer defined indicator 10",
|
|
94
|
-
"0x8a": "Manufacturer defined indicator 11",
|
|
95
|
-
"0x8b": "Manufacturer defined indicator 12",
|
|
96
|
-
"0x8c": "Manufacturer defined indicator 13",
|
|
97
|
-
"0x8d": "Manufacturer defined indicator 14",
|
|
98
|
-
"0x8e": "Manufacturer defined indicator 15",
|
|
99
|
-
"0x8f": "Manufacturer defined indicator 16",
|
|
100
|
-
"0x90": "Manufacturer defined indicator 17",
|
|
101
|
-
"0x91": "Manufacturer defined indicator 18",
|
|
102
|
-
"0x92": "Manufacturer defined indicator 19",
|
|
103
|
-
"0x93": "Manufacturer defined indicator 20",
|
|
104
|
-
"0x94": "Manufacturer defined indicator 21",
|
|
105
|
-
"0x95": "Manufacturer defined indicator 22",
|
|
106
|
-
"0x96": "Manufacturer defined indicator 23",
|
|
107
|
-
"0x97": "Manufacturer defined indicator 24",
|
|
108
|
-
"0x98": "Manufacturer defined indicator 25",
|
|
109
|
-
"0x99": "Manufacturer defined indicator 26",
|
|
110
|
-
"0x9a": "Manufacturer defined indicator 27",
|
|
111
|
-
"0x9b": "Manufacturer defined indicator 28",
|
|
112
|
-
"0x9c": "Manufacturer defined indicator 29",
|
|
113
|
-
"0x9d": "Manufacturer defined indicator 30",
|
|
114
|
-
"0x9e": "Manufacturer defined indicator 31",
|
|
115
|
-
"0x9f": "Manufacturer defined indicator 32",
|
|
116
|
-
"0xf0": "Buzzer"
|
|
117
|
-
},
|
|
118
|
-
"properties": {
|
|
119
|
-
"0x01": {
|
|
120
|
-
"label": "Multilevel"
|
|
121
|
-
},
|
|
122
|
-
"0x02": {
|
|
123
|
-
"label": "Binary",
|
|
124
|
-
"type": "boolean"
|
|
125
|
-
},
|
|
126
|
-
"0x03": {
|
|
127
|
-
"label": "On/Off Period: Duration",
|
|
128
|
-
"description": "Sets the duration of an on/off period in 1/10th seconds. Must be set together with \"On/Off Cycle Count\""
|
|
129
|
-
},
|
|
130
|
-
"0x04": {
|
|
131
|
-
"label": "On/Off Cycle Count",
|
|
132
|
-
"description": "Sets the number of on/off periods. 0xff means infinite. Must be set together with \"On/Off Period duration\""
|
|
133
|
-
},
|
|
134
|
-
"0x05": {
|
|
135
|
-
"label": "On/Off Period: On time",
|
|
136
|
-
"description": "This property is used to set the length of the On time during an On/Off period. It allows asymmetric On/Off periods. The value 0x00 MUST represent symmetric On/Off period (On time equal to Off time)"
|
|
137
|
-
},
|
|
138
|
-
"0x0a": {
|
|
139
|
-
"label": "Timeout: Hours",
|
|
140
|
-
"description": "Turns the indicator of after this amount of hours. Can be used together with other timeout properties"
|
|
141
|
-
},
|
|
142
|
-
"0x06": {
|
|
143
|
-
"label": "Timeout: Minutes",
|
|
144
|
-
"description": "Turns the indicator of after this amount of minutes. Can be used together with other timeout properties"
|
|
145
|
-
},
|
|
146
|
-
"0x07": {
|
|
147
|
-
"label": "Timeout: Seconds",
|
|
148
|
-
"description": "Turns the indicator of after this amount of seconds. Can be used together with other timeout properties"
|
|
149
|
-
},
|
|
150
|
-
"0x08": {
|
|
151
|
-
"label": "Timeout: 1/100th seconds",
|
|
152
|
-
"description": "Turns the indicator of after this amount of 1/100th seconds. Can be used together with other timeout properties"
|
|
153
|
-
},
|
|
154
|
-
"0x09": {
|
|
155
|
-
"label": "Sound level",
|
|
156
|
-
"description": "This property is used to set the volume of a indicator. 0 means off/mute.",
|
|
157
|
-
"max": 100
|
|
158
|
-
},
|
|
159
|
-
"0x10": {
|
|
160
|
-
"label": "Low power",
|
|
161
|
-
"description": "This property MAY be used to by a supporting node advertise that the indicator can continue working in sleep mode.",
|
|
162
|
-
"readonly": true,
|
|
163
|
-
"type": "boolean"
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
}
|
package/config/meters.json
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
// Z-Wave Meter CC Types and Scales
|
|
2
|
-
// up to CC version 6
|
|
3
|
-
{
|
|
4
|
-
"0x01": {
|
|
5
|
-
"name": "Electric",
|
|
6
|
-
"scales": {
|
|
7
|
-
"0x00": "kWh",
|
|
8
|
-
"0x01": "kVAh",
|
|
9
|
-
"0x02": "W",
|
|
10
|
-
"0x03": "Pulse count",
|
|
11
|
-
"0x04": "V",
|
|
12
|
-
"0x05": "A",
|
|
13
|
-
"0x06": "Power Factor",
|
|
14
|
-
"0x07": "kVar",
|
|
15
|
-
"0x08": "kVarh"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
"0x02": {
|
|
19
|
-
"name": "Gas",
|
|
20
|
-
"scales": {
|
|
21
|
-
"0x00": "Cubic meters",
|
|
22
|
-
"0x01": "Cubic feet",
|
|
23
|
-
"0x03": "Pulse count"
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
"0x03": {
|
|
27
|
-
"name": "Water",
|
|
28
|
-
"scales": {
|
|
29
|
-
"0x00": "Cubic meters",
|
|
30
|
-
"0x01": "Cubic feet",
|
|
31
|
-
"0x02": "US gallons",
|
|
32
|
-
"0x03": "Pulse count"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
"0x04": {
|
|
36
|
-
"name": "Heating",
|
|
37
|
-
"scales": {
|
|
38
|
-
"0x00": "kWh"
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
"0x05": {
|
|
42
|
-
"name": "Cooling",
|
|
43
|
-
"scales": {
|
|
44
|
-
"0x00": "kWh"
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
}
|