@zwave-js/config 12.5.6 → 12.6.0

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.
@@ -11,7 +11,6 @@
11
11
  "generic": {
12
12
  "0x01": {
13
13
  "label": "Remote Controller",
14
- "controlledCCs": ["Basic"],
15
14
  "maySupportBasicCC": false,
16
15
  "specific": {
17
16
  "0x01": {
@@ -19,23 +18,10 @@
19
18
  "zwavePlusDeviceType": "Remote Control - Multipurpose"
20
19
  },
21
20
  "0x02": {
22
- "label": "Portable Scene Controller",
23
- "supportedCCs": ["Association", "Scene Controller Configuration", "Manufacturer Specific"],
24
- "controlledCCs": ["Scene Activation"]
21
+ "label": "Portable Scene Controller"
25
22
  },
26
23
  "0x03": {
27
- "label": "Portable Installer Tool",
28
- "supportedCCs": ["Controller Replication", "Multi Command", "Manufacturer Specific", "Version"],
29
- "controlledCCs": [
30
- "Association",
31
- "Configuration",
32
- "Controller Replication",
33
- "Multi Channel",
34
- "Multi Channel Association",
35
- "Manufacturer Specific",
36
- "Version",
37
- "Wake Up"
38
- ]
24
+ "label": "Portable Installer Tool"
39
25
  },
40
26
  "0x04": {
41
27
  "label": "AV Remote Control",
@@ -50,180 +36,61 @@
50
36
  "0x02": {
51
37
  "label": "Static Controller",
52
38
  "zwavePlusDeviceType": "Gateway",
53
- "controlledCCs": ["Basic"],
54
39
  "specific": {
55
40
  "0x01": {
56
41
  "label": "PC Controller",
57
42
  "zwavePlusDeviceType": "Central Controller"
58
43
  },
59
44
  "0x02": {
60
- "label": "Scene Controller",
61
- "supportedCCs": ["Association", "Basic", "Manufacturer Specific", "Scene Controller Configuration"],
62
- "controlledCCs": ["Scene Activation"]
45
+ "label": "Scene Controller"
63
46
  },
64
47
  "0x03": {
65
- "label": "Static Installer Tool",
66
- "supportedCCs": ["Controller Replication", "Multi Command", "Manufacturer Specific", "Version"],
67
- "controlledCCs": [
68
- "Association",
69
- "Configuration",
70
- "Controller Replication",
71
- "Multi Channel",
72
- "Multi Channel Association",
73
- "Manufacturer Specific",
74
- "Version",
75
- "Wake Up"
76
- ]
48
+ "label": "Static Installer Tool"
77
49
  },
78
50
  "0x04": {
79
51
  "label": "Set Top Box",
80
- "zwavePlusDeviceType": "Set Top Box",
81
- "supportedCCs": [
82
- "Association", // V2+
83
- "Association Group Information",
84
- // "CRC-16 Encapsulation", (trust the NIF! Assuming support would break communication)
85
- // "Device Reset Locally", (we can't know if the device can be reset)
86
- "Inclusion Controller",
87
- "Powerlevel",
88
- "Manufacturer Specific",
89
- // "Security", (some devices only support S2)
90
- // "Security 2", (older devices don't always support S2)
91
- // "Supervision", (trust the NIF! Assuming support would break communication)
92
- "Simple AV Control",
93
- // "Transport Service", // V2+ (trust the NIF! Assuming support would break communication)
94
- "Version", // V2+
95
- "Z-Wave Plus Info" // V2+
96
- ],
97
- "controlledCCs": [
98
- "Anti-Theft Unlock", // V1
99
- "Association", // V2+
100
- "Basic",
101
- // "CRC-16 Encapsulation", (trust the NIF! Assuming support would break communication)
102
- "Multi Channel", // V4+
103
- "Multi Channel Association", // V3+
104
- // "Security", (some devices only support S2)
105
- // "Security 2", (older devices don't always support S2)
106
- "Wake Up" // V2+
107
- ]
52
+ "zwavePlusDeviceType": "Set Top Box"
108
53
  },
109
54
  "0x05": {
110
55
  "label": "Sub System Controller",
111
- "zwavePlusDeviceType": "Sub System Controller",
112
- "supportedCCs": [
113
- "Association", // V2+
114
- "Association Group Information",
115
- // "CRC-16 Encapsulation", (trust the NIF! Assuming support would break communication)
116
- // "Device Reset Locally", (we can't know if the device can be reset)
117
- "Inclusion Controller",
118
- "Manufacturer Specific",
119
- "Powerlevel",
120
- // "Security 2", (older devices don't always support S2)
121
- // "Supervision", (trust the NIF! Assuming support would break communication)
122
- // "Transport Service", // V2+ (trust the NIF! Assuming support would break communication)
123
- "Version", // V2+
124
- "Z-Wave Plus Info" // V2+
125
- ],
126
- "controlledCCs": [
127
- "Basic",
128
- // "CRC-16 Encapsulation", (trust the NIF! Assuming support would break communication)
129
- "Multi Channel", // V4+
130
- "Wake Up" // V2+
131
- ]
56
+ "zwavePlusDeviceType": "Sub System Controller"
132
57
  },
133
58
  "0x06": {
134
59
  "label": "TV",
135
- "zwavePlusDeviceType": "TV",
136
- "supportedCCs": [
137
- "Association", // V2+
138
- "Association Group Information",
139
- // "CRC-16 Encapsulation", (trust the NIF! Assuming support would break communication)
140
- // "Device Reset Locally", (we can't know if the device can be reset)
141
- "Inclusion Controller",
142
- "Manufacturer Specific",
143
- "Powerlevel",
144
- // "Security", (some devices only support S2)
145
- // "Security 2", (older devices don't always support S2)
146
- // "Supervision", (trust the NIF! Assuming support would break communication)
147
- "Simple AV Control",
148
- // "Transport Service", // V2+ (trust the NIF! Assuming support would break communication)
149
- "Version", // V2+
150
- "Z-Wave Plus Info" // V2+
151
- ],
152
- "controlledCCs": [
153
- "Anti-Theft Unlock",
154
- "Association", // V2+
155
- "Association Group Information",
156
- "Basic",
157
- // "CRC-16 Encapsulation", (trust the NIF! Assuming support would break communication)
158
- "Multi Channel", // V4+
159
- "Multi Channel Association", // V3+
160
- // "Security", (some devices only support S2)
161
- // "Security 2", (older devices don't always support S2)
162
- "Wake Up" // V2+
163
- ]
60
+ "zwavePlusDeviceType": "TV"
164
61
  },
165
62
  "0x07": {
166
63
  "label": "Gateway",
167
64
  "zwavePlusDeviceType": "Gateway",
168
- "maySupportBasicCC": false,
169
- "supportedCCs": [
170
- "Manufacturer Specific",
171
- // "Security", (some devices only support S2)
172
- "Version"
173
- ],
174
- "controlledCCs": [
175
- // "Security", (some devices only support S2)
176
- "Multi Channel"
177
- ]
65
+ "maySupportBasicCC": false
178
66
  }
179
67
  }
180
68
  },
181
69
  "0x03": {
182
70
  "label": "AV Control Point",
183
71
  "zwavePlusDeviceType": "AV Control Point",
184
- "supportedCCs": ["Basic"],
185
72
  "specific": {
186
73
  "0x01": {
187
74
  "label": "Sound Switch",
188
- "zwavePlusDeviceType": "Sound Switch",
189
- "supportedCCs": [
190
- "Association", // V2+
191
- "Association Group Information",
192
- "Basic",
193
- "Battery",
194
- "Sound Switch",
195
- // "Device Reset Locally", (we can't know if the device can be reset)
196
- "Manufacturer Specific",
197
- "Powerlevel",
198
- // "Security 2", (older devices don't always support S2)
199
- // "Supervision", (trust the NIF! Assuming support would break communication)
200
- // "Transport Service", // V2+ (trust the NIF! Assuming support would break communication)
201
- "Version", // V2+
202
- "Z-Wave Plus Info" // V2+
203
- ]
75
+ "zwavePlusDeviceType": "Sound Switch"
204
76
  },
205
77
  "0x04": {
206
- "label": "Satellite Receiver",
207
- "supportedCCs": ["Simple AV Control", "Manufacturer Specific", "Version"]
78
+ "label": "Satellite Receiver"
208
79
  },
209
80
  "0x11": {
210
- "label": "Satellite Receiver V2",
211
- "supportedCCs": ["Simple AV Control", "Manufacturer Specific", "Version"]
81
+ "label": "Satellite Receiver V2"
212
82
  },
213
83
  "0x12": {
214
- "label": "Doorbell",
215
- "supportedCCs": ["Binary Sensor", "Association", "Manufacturer Specific", "Version"]
84
+ "label": "Doorbell"
216
85
  }
217
86
  }
218
87
  },
219
88
  "0x04": {
220
89
  "label": "Display",
221
- "supportedCCs": ["Basic"],
222
90
  "specific": {
223
91
  "0x01": {
224
92
  "label": "Simple Display",
225
- "zwavePlusDeviceType": "Display - Simple",
226
- "supportedCCs": ["Screen Attributes", "Screen Meta Data", "Manufacturer Specific", "Version"]
93
+ "zwavePlusDeviceType": "Display - Simple"
227
94
  }
228
95
  }
229
96
  },
@@ -266,52 +133,21 @@
266
133
  "label": "Heating Thermostat"
267
134
  },
268
135
  "0x02": {
269
- "label": "General Thermostat",
270
- "supportedCCs": ["Manufacturer Specific", "Thermostat Mode", "Thermostat Setpoint"]
136
+ "label": "General Thermostat"
271
137
  },
272
138
  "0x03": {
273
- "label": "Setback Schedule Thermostat",
274
- "supportedCCs": [
275
- "Climate Control Schedule",
276
- "Manufacturer Specific",
277
- "Multi Command",
278
- "Version"
279
- // TODO: If battery-powered: Basic, Wake Up
280
- ],
281
- "controlledCCs": ["Climate Control Schedule", "Multi Command", "Clock"]
139
+ "label": "Setback Schedule Thermostat"
282
140
  },
283
141
  "0x04": {
284
- "label": "Setpoint Thermostat",
285
- "supportedCCs": [
286
- "Manufacturer Specific",
287
- "Multi Command",
288
- "Thermostat Setpoint",
289
- "Version"
290
- // TODO: If battery-powered: Basic, Wake Up V2
291
- ]
142
+ "label": "Setpoint Thermostat"
292
143
  },
293
144
  "0x05": {
294
145
  "label": "Setback Thermostat",
295
- "zwavePlusDeviceType": "Thermostat - Setback",
296
- "supportedCCs": [
297
- "Manufacturer Specific",
298
- "Thermostat Mode",
299
- "Thermostat Setpoint",
300
- "Thermostat Setback",
301
- "Version"
302
- // TODO: If battery-powered: Basic, Wake Up V2, Multi Command
303
- ]
146
+ "zwavePlusDeviceType": "Thermostat - Setback"
304
147
  },
305
148
  "0x06": {
306
149
  "label": "General Thermostat V2",
307
- "zwavePlusDeviceType": "Thermostat - HVAC",
308
- "supportedCCs": [
309
- "Basic",
310
- "Manufacturer Specific",
311
- "Thermostat Mode",
312
- "Thermostat Setpoint",
313
- "Version"
314
- ]
150
+ "zwavePlusDeviceType": "Thermostat - HVAC"
315
151
  }
316
152
  }
317
153
  },
@@ -319,14 +155,12 @@
319
155
  "label": "Window Covering",
320
156
  "specific": {
321
157
  "0x01": {
322
- "label": "Simple Window Covering Control",
323
- "supportedCCs": ["Basic Window Covering"]
158
+ "label": "Simple Window Covering Control"
324
159
  }
325
160
  }
326
161
  },
327
162
  "0x0f": {
328
163
  "label": "Repeater Slave",
329
- "supportedCCs": ["Basic"],
330
164
  "specific": {
331
165
  "0x01": {
332
166
  "label": "Repeater Slave",
@@ -336,262 +170,102 @@
336
170
  "0x03": {
337
171
  "label": "IR Repeater",
338
172
  "zwavePlusDeviceType": "IR Repeater",
339
- "maySupportBasicCC": false,
340
- "supportedCCs": [
341
- "Association", // V2+
342
- "Association Group Information",
343
- // "Device Reset Locally", (we can't know if the device can be reset)
344
- "IR Repeater",
345
- "Manufacturer Specific",
346
- "Powerlevel",
347
- // "Security 2", (older devices don't always support S2)
348
- // "Supervision", (trust the NIF! Assuming support would break communication)
349
- // "Transport Service", // V2+ (trust the NIF! Assuming support would break communication)
350
- "Version", // V2+
351
- "Z-Wave Plus Info" // V2+
352
- ]
173
+ "maySupportBasicCC": false
353
174
  }
354
175
  }
355
176
  },
356
177
  "0x10": {
357
178
  "label": "Binary Switch",
358
- "supportedCCs": ["Basic", "Binary Switch"],
359
179
  "specific": {
360
180
  "0x01": {
361
181
  "label": "Binary Power Switch",
362
- "zwavePlusDeviceType": "On/Off Power Switch",
363
- "supportedCCs": ["All Switch"]
182
+ "zwavePlusDeviceType": "On/Off Power Switch"
364
183
  },
365
184
  "0x02": {
366
185
  "label": "Tunable Color Switch",
367
- "zwavePlusDeviceType": "Color Switch",
368
- "supportedCCs": [
369
- "Association", // V2+
370
- "Association Group Information",
371
- "Basic",
372
- "Binary Switch",
373
- "Color Switch",
374
- // "Device Reset Locally", (we can't know if the device can be reset)
375
- "Manufacturer Specific",
376
- "Powerlevel",
377
- // "Security 2", (older devices don't always support S2)
378
- // "Supervision", (trust the NIF! Assuming support would break communication)
379
- // "Transport Service", // V2+ (trust the NIF! Assuming support would break communication)
380
- "Version", // V2+
381
- "Z-Wave Plus Info" // V2+
382
- ]
186
+ "zwavePlusDeviceType": "Color Switch"
383
187
  },
384
188
  "0x03": {
385
- "label": "Binary Scene Switch",
386
- "supportedCCs": [
387
- "All Switch",
388
- "Manufacturer Specific",
389
- "Scene Activation",
390
- "Scene Actuator Configuration"
391
- ]
189
+ "label": "Binary Scene Switch"
392
190
  },
393
191
  "0x04": {
394
192
  "label": "Power Strip Switch",
395
- "zwavePlusDeviceType": "Power Strip",
396
- "supportedCCs": [
397
- "Association", // V2+
398
- "Association Group Information",
399
- "Basic",
400
- "Binary Switch",
401
- // "Device Reset Locally", (we can't know if the device can be reset)
402
- "Manufacturer Specific",
403
- "Multi Channel", // V4+
404
- "Multi Channel Association", // V3+
405
- "Powerlevel",
406
- // "Security 2", (older devices don't always support S2)
407
- // "Supervision", (trust the NIF! Assuming support would break communication)
408
- // "Transport Service", // V2+ (trust the NIF! Assuming support would break communication)
409
- "Version", // V2+
410
- "Z-Wave Plus Info" // V2+
411
- ]
193
+ "zwavePlusDeviceType": "Power Strip"
412
194
  },
413
195
  "0x05": {
414
196
  "label": "Siren",
415
- "zwavePlusDeviceType": "Siren",
416
- "supportedCCs": [
417
- "Association", // V2+
418
- "Association Group Information",
419
- "Basic",
420
- "Battery",
421
- "Binary Switch",
422
- // "Device Reset Locally", (we can't know if the device can be reset)
423
- "Manufacturer Specific",
424
- "Powerlevel",
425
- // "Security 2", (older devices don't always support S2)
426
- // "Supervision", (trust the NIF! Assuming support would break communication)
427
- // "Transport Service", // V2+ (trust the NIF! Assuming support would break communication)
428
- "Version", // V2+
429
- "Z-Wave Plus Info" // V2+
430
- ]
197
+ "zwavePlusDeviceType": "Siren"
431
198
  },
432
199
  "0x06": {
433
200
  "label": "Valve",
434
- "zwavePlusDeviceType": "Valve (open/close)",
435
- "supportedCCs": [
436
- "Association", // V2+
437
- "Association Group Information",
438
- "Basic",
439
- "Battery",
440
- "Binary Switch",
441
- // "Device Reset Locally", (we can't know if the device can be reset)
442
- "Manufacturer Specific",
443
- "Powerlevel",
444
- // "Security 2", (older devices don't always support S2)
445
- // "Supervision", (trust the NIF! Assuming support would break communication)
446
- // "Transport Service", // V2+ (trust the NIF! Assuming support would break communication)
447
- "Version", // V2+
448
- "Z-Wave Plus Info" // V2+
449
- ]
201
+ "zwavePlusDeviceType": "Valve (open/close)"
450
202
  },
451
203
  "0x07": {
452
204
  "label": "Irrigation Control",
453
- "zwavePlusDeviceType": "Irrigation Control",
454
- "supportedCCs": [
455
- "Association", // V2+
456
- "Association Group Information",
457
- "Basic",
458
- "Binary Switch",
459
- // "Device Reset Locally", (we can't know if the device can be reset)
460
- "Manufacturer Specific",
461
- "Powerlevel",
462
- // "Security 2", (older devices don't always support S2)
463
- // "Supervision", (trust the NIF! Assuming support would break communication)
464
- // "Transport Service", // V2+ (trust the NIF! Assuming support would break communication)
465
- "Version", // V2+
466
- "Z-Wave Plus Info" // V2+
467
- ]
205
+ "zwavePlusDeviceType": "Irrigation Control"
468
206
  }
469
207
  }
470
208
  },
471
209
  "0x11": {
472
210
  "label": "Multilevel Switch",
473
- "supportedCCs": ["Basic", "Multilevel Switch"],
474
211
  "specific": {
475
212
  "0x01": {
476
213
  "label": "Multilevel Power Switch",
477
- "zwavePlusDeviceType": "Light Dimmer Switch",
478
- "supportedCCs": ["All Switch"]
214
+ "zwavePlusDeviceType": "Light Dimmer Switch"
479
215
  },
480
216
  "0x02": {
481
217
  "label": "Tunable Color Switch",
482
- "zwavePlusDeviceType": "Color Switch",
483
- "supportedCCs": [
484
- "Association", // V2+
485
- "Association Group Information",
486
- "Basic",
487
- "Color Switch",
488
- // "Device Reset Locally", (we can't know if the device can be reset)
489
- "Manufacturer Specific",
490
- "Multilevel Switch",
491
- "Powerlevel",
492
- // "Security 2", (older devices don't always support S2)
493
- // "Supervision", (trust the NIF! Assuming support would break communication)
494
- // "Transport Service", // V2+ (trust the NIF! Assuming support would break communication)
495
- "Version", // V2+
496
- "Z-Wave Plus Info" // V2+
497
- ]
218
+ "zwavePlusDeviceType": "Color Switch"
498
219
  },
499
220
  "0x03": {
500
- "label": "Multiposition Motor",
501
- "supportedCCs": ["Manufacturer Specific", "Version"]
221
+ "label": "Multiposition Motor"
502
222
  },
503
223
  "0x04": {
504
- "label": "Multilevel Scene Switch",
505
- "supportedCCs": [
506
- "All Switch",
507
- "Scene Activation",
508
- "Scene Actuator Configuration",
509
- "Manufacturer Specific"
510
- ]
224
+ "label": "Multilevel Scene Switch"
511
225
  },
512
226
  "0x05": {
513
227
  "label": "Motor Control Class A",
514
- "zwavePlusDeviceType": "Window Covering - No Position/Endpoint",
515
- "supportedCCs": [
516
- "Binary Switch",
517
- "Multilevel Switch", // V3
518
- "Manufacturer Specific",
519
- "Version"
520
- ]
228
+ "zwavePlusDeviceType": "Window Covering - No Position/Endpoint"
521
229
  },
522
230
  "0x06": {
523
231
  "label": "Motor Control Class B",
524
- "zwavePlusDeviceType": "Window Covering - Endpoint Aware",
525
- "supportedCCs": [
526
- "Binary Switch",
527
- "Multilevel Switch", // V3
528
- "Manufacturer Specific",
529
- "Version"
530
- ]
232
+ "zwavePlusDeviceType": "Window Covering - Endpoint Aware"
531
233
  },
532
234
  "0x07": {
533
235
  "label": "Motor Control Class C",
534
- "zwavePlusDeviceType": "Window Covering - Position/Endpoint Aware",
535
- "supportedCCs": [
536
- "Binary Switch",
537
- "Multilevel Switch", // V3
538
- "Manufacturer Specific",
539
- "Version"
540
- ]
236
+ "zwavePlusDeviceType": "Window Covering - Position/Endpoint Aware"
541
237
  },
542
238
  "0x08": {
543
239
  "label": "Fan Switch",
544
- "zwavePlusDeviceType": "Fan Switch",
545
- "supportedCCs": [
546
- "Association", // V2+
547
- "Association Group Information",
548
- "Basic",
549
- // "Device Reset Locally", (we can't know if the device can be reset)
550
- "Manufacturer Specific",
551
- "Multilevel Switch",
552
- "Powerlevel",
553
- // "Security 2", (older devices don't always support S2)
554
- // "Supervision", (trust the NIF! Assuming support would break communication)
555
- // "Transport Service", // V2+ (trust the NIF! Assuming support would break communication)
556
- "Version", // V2+
557
- "Z-Wave Plus Info" // V2+
558
- ]
240
+ "zwavePlusDeviceType": "Fan Switch"
559
241
  }
560
242
  }
561
243
  },
562
244
  "0x12": {
563
245
  "label": "Remote Switch",
564
- "controlledCCs": ["Basic"],
565
246
  "specific": {
566
247
  "0x01": {
567
- "label": "Binary Remote Switch",
568
- "controlledCCs": ["Binary Switch"]
248
+ "label": "Binary Remote Switch"
569
249
  },
570
250
  "0x02": {
571
- "label": "Multilevel Remote Switch",
572
- "controlledCCs": ["Multilevel Switch"]
251
+ "label": "Multilevel Remote Switch"
573
252
  },
574
253
  "0x03": {
575
- "label": "Binary Toggle Remote Switch",
576
- "controlledCCs": ["Binary Toggle Switch"]
254
+ "label": "Binary Toggle Remote Switch"
577
255
  },
578
256
  "0x04": {
579
- "label": "Multilevel Toggle Remote Switch",
580
- "controlledCCs": ["Multilevel Toggle Switch"]
257
+ "label": "Multilevel Toggle Remote Switch"
581
258
  }
582
259
  }
583
260
  },
584
261
  "0x13": {
585
262
  "label": "Toggle Switch",
586
- "supportedCCs": ["Basic"],
587
263
  "specific": {
588
264
  "0x01": {
589
- "label": "Binary Toggle Switch",
590
- "supportedCCs": ["Binary Switch", "Binary Toggle Switch"]
265
+ "label": "Binary Toggle Switch"
591
266
  },
592
267
  "0x02": {
593
- "label": "Multilevel Toggle Switch",
594
- "supportedCCs": ["Multilevel Switch", "Multilevel Toggle Switch"]
268
+ "label": "Multilevel Toggle Switch"
595
269
  }
596
270
  }
597
271
  },
@@ -608,11 +282,9 @@
608
282
  },
609
283
  "0x16": {
610
284
  "label": "Ventilation",
611
- "supportedCCs": ["Basic"],
612
285
  "specific": {
613
286
  "0x01": {
614
- "label": "Residential Heat Recovery Ventilation",
615
- "supportedCCs": ["HRV Control", "HRV Status", "Manufacturer Specific", "Version"]
287
+ "label": "Residential Heat Recovery Ventilation"
616
288
  }
617
289
  }
618
290
  },
@@ -636,7 +308,6 @@
636
308
  },
637
309
  "0x20": {
638
310
  "label": "Binary Sensor",
639
- "supportedCCs": ["Basic", "Binary Sensor"],
640
311
  "specific": {
641
312
  "0x01": {
642
313
  "label": "Routing Binary Sensor"
@@ -645,7 +316,6 @@
645
316
  },
646
317
  "0x21": {
647
318
  "label": "Multilevel Sensor",
648
- "supportedCCs": ["Basic", "Multilevel Sensor"],
649
319
  "specific": {
650
320
  "0x01": {
651
321
  "label": "Routing Multilevel Sensor",
@@ -655,8 +325,7 @@
655
325
  }
656
326
  },
657
327
  "0x30": {
658
- "label": "Pulse Meter",
659
- "supportedCCs": ["Basic", "Pulse Meter"]
328
+ "label": "Pulse Meter"
660
329
  },
661
330
  "0x31": {
662
331
  "label": "Meter",
@@ -664,37 +333,14 @@
664
333
  "specific": {
665
334
  "0x01": {
666
335
  "label": "Simple Meter",
667
- "zwavePlusDeviceType": "Sub Energy Meter",
668
- "supportedCCs": ["Meter", "Manufacturer Specific", "Version"]
336
+ "zwavePlusDeviceType": "Sub Energy Meter"
669
337
  },
670
338
  "0x02": {
671
- "label": "Advanced Energy Control",
672
- "supportedCCs": [
673
- "Meter Table Monitor",
674
- "Meter Table Configuration",
675
- "Manufacturer Specific",
676
- "Version"
677
- ]
339
+ "label": "Advanced Energy Control"
678
340
  },
679
341
  "0x03": {
680
342
  "label": "Simple Whole Home Meter",
681
- "zwavePlusDeviceType": "Whole Home Meter - Simple",
682
- "supportedCCs": [
683
- "Association", // V2+
684
- "Association Group Information",
685
- "Battery",
686
- // "CRC-16 Encapsulation", (trust the NIF! Assuming support would break communication)
687
- // "Device Reset Locally", (we can't know if the device can be reset)
688
- "Manufacturer Specific",
689
- "Meter", // V2+
690
- "Powerlevel",
691
- // "Security 2", (older devices don't always support S2)
692
- // "Supervision", (trust the NIF! Assuming support would break communication)
693
- // "Transport Service", // V2+ (trust the NIF! Assuming support would break communication)
694
- "Version", // V2+
695
- "Wake Up", // V2+
696
- "Z-Wave Plus Info" // V2+
697
- ]
343
+ "zwavePlusDeviceType": "Whole Home Meter - Simple"
698
344
  }
699
345
  }
700
346
  },
@@ -702,228 +348,94 @@
702
348
  "label": "Entry Control",
703
349
  "specific": {
704
350
  "0x01": {
705
- "label": "Door Lock",
706
- "supportedCCs": ["Basic", "Lock"]
351
+ "label": "Door Lock"
707
352
  },
708
353
  "0x02": {
709
- "label": "Advanced Door Lock",
710
- "supportedCCs": ["Basic", "Door Lock", "Manufacturer Specific", "Version"]
354
+ "label": "Advanced Door Lock"
711
355
  },
712
356
  "0x03": {
713
357
  "label": "Secure Keypad Door Lock",
714
358
  "zwavePlusDeviceType": "Door Lock - Keypad",
715
- "requiresSecurity": true,
716
- "supportedCCs": [
717
- "Basic",
718
- "Door Lock",
719
- "User Code",
720
- "Manufacturer Specific",
721
- // "Security", (some devices only support S2)
722
- "Version"
723
- ]
359
+ "requiresSecurity": true
724
360
  },
725
361
  "0x05": {
726
362
  "label": "Secure Door",
727
363
  "zwavePlusDeviceType": "Motorized Barrier - GDO",
728
- "requiresSecurity": true,
729
- "supportedCCs": [
730
- "Application Status",
731
- "Association", // V2+
732
- "Association Group Information",
733
- "Barrier Operator",
734
- "Battery",
735
- // "Device Reset Locally", (we can't know if the device can be reset)
736
- "Manufacturer Specific",
737
- "Notification", // V4+
738
- "Powerlevel",
739
- // "Security", (some devices only support S2)
740
- // "Security 2", (older devices don't always support S2)
741
- // "Supervision", (trust the NIF! Assuming support would break communication)
742
- // "Transport Service", // V2+ (trust the NIF! Assuming support would break communication)
743
- "Version", // V2+
744
- "Z-Wave Plus Info" // V2+
745
- ]
364
+ "requiresSecurity": true
746
365
  },
747
366
  "0x06": {
748
367
  "label": "Secure Gate",
749
368
  "zwavePlusDeviceType": "Motorized Barrier - Gate",
750
- "requiresSecurity": true,
751
- "supportedCCs": [
752
- "Application Status",
753
- "Association", // V2+
754
- "Association Group Information",
755
- "Barrier Operator",
756
- "Battery",
757
- // "Device Reset Locally", (we can't know if the device can be reset)
758
- "Manufacturer Specific",
759
- "Notification", // V4+
760
- "Powerlevel",
761
- // "Security", (some devices only support S2)
762
- // "Security 2", (older devices don't always support S2)
763
- // "Supervision", (trust the NIF! Assuming support would break communication)
764
- // "Transport Service", // V2+ (trust the NIF! Assuming support would break communication)
765
- "Version", // V2+
766
- "Z-Wave Plus Info" // V2+
767
- ]
369
+ "requiresSecurity": true
768
370
  },
769
371
  "0x07": {
770
372
  "label": "Secure Barrier Add-on",
771
373
  "zwavePlusDeviceType": "Motorized Barrier - Add-on",
772
- "requiresSecurity": true,
773
- "supportedCCs": [
774
- "Application Status",
775
- "Association", // V2+
776
- "Association Group Information",
777
- "Barrier Operator",
778
- "Battery",
779
- // "Device Reset Locally", (we can't know if the device can be reset)
780
- "Manufacturer Specific",
781
- "Notification", // V4+
782
- "Powerlevel",
783
- // "Security", (some devices only support S2)
784
- // "Security 2", (older devices don't always support S2)
785
- // "Supervision", (trust the NIF! Assuming support would break communication)
786
- // "Transport Service", // V2+ (trust the NIF! Assuming support would break communication)
787
- "Version", // V2+
788
- "Z-Wave Plus Info" // V2+
789
- ]
374
+ "requiresSecurity": true
790
375
  },
791
376
  "0x08": {
792
377
  "label": "Secure Barrier Open only",
793
378
  "zwavePlusDeviceType": "Motorized Barrier - Open only",
794
- "requiresSecurity": true,
795
- "supportedCCs": [
796
- "Application Status",
797
- "Association", // V2+
798
- "Association Group Information",
799
- "Barrier Operator",
800
- "Battery",
801
- // "Device Reset Locally", (we can't know if the device can be reset)
802
- "Manufacturer Specific",
803
- "Notification", // V4+
804
- "Powerlevel",
805
- // "Security", (some devices only support S2)
806
- // "Security 2", (older devices don't always support S2)
807
- // "Supervision", (trust the NIF! Assuming support would break communication)
808
- // "Transport Service", // V2+ (trust the NIF! Assuming support would break communication)
809
- "Version", // V2+
810
- "Z-Wave Plus Info" // V2+
811
- ]
379
+ "requiresSecurity": true
812
380
  },
813
381
  "0x09": {
814
382
  "label": "Secure Barrier Close only",
815
383
  "zwavePlusDeviceType": "Motorized Barrier - Close only",
816
- "requiresSecurity": true,
817
- "supportedCCs": [
818
- "Application Status",
819
- "Association", // V2+
820
- "Association Group Information",
821
- "Barrier Operator",
822
- "Battery",
823
- // "Device Reset Locally", (we can't know if the device can be reset)
824
- "Manufacturer Specific",
825
- "Notification", // V4+
826
- "Powerlevel",
827
- // "Security", (some devices only support S2)
828
- // "Security 2", (older devices don't always support S2)
829
- // "Supervision", (trust the NIF! Assuming support would break communication)
830
- // "Transport Service", // V2+ (trust the NIF! Assuming support would break communication)
831
- "Version", // V2+
832
- "Z-Wave Plus Info" // V2+
833
- ]
384
+ "requiresSecurity": true
834
385
  },
835
386
  "0x0a": {
836
387
  "label": "Lockbox",
837
388
  "zwavePlusDeviceType": "Lockbox",
838
- "requiresSecurity": true,
839
- "supportedCCs": [
840
- // MUST NOT support Basic
841
- "Notification",
842
- "Association",
843
- "Door Lock",
844
- "Manufacturer Specific",
845
- // "Security", (some devices only support S2)
846
- "Version"
847
- ]
389
+ "requiresSecurity": true
848
390
  },
849
391
  "0x0b": {
850
392
  "label": "Secure Keypad",
851
393
  "zwavePlusDeviceType": "Entry Control Keypad",
852
394
  "requiresSecurity": true,
853
- "maySupportBasicCC": false,
854
- "supportedCCs": [
855
- // "Device Reset Locally", (we can't know if the device can be reset)
856
- "Entry Control",
857
- "Manufacturer Specific",
858
- // "Security", (some devices only support S2)
859
- "Version"
860
- ]
395
+ "maySupportBasicCC": false
861
396
  }
862
397
  }
863
398
  },
864
399
  "0x50": {
865
400
  "label": "Semi-Interoperable",
866
- "supportedCCs": ["Basic", "Manufacturer Specific", "Version", "Proprietary"],
867
401
  "specific": {
868
402
  "0x01": {
869
- "label": "Energy Production",
870
- "supportedCCs": ["Energy Production"]
403
+ "label": "Energy Production"
871
404
  }
872
405
  }
873
406
  },
874
407
  "0xa1": {
875
408
  "label": "Alarm Sensor",
876
- "supportedCCs": ["Basic"],
877
409
  "specific": {
878
410
  "0x01": {
879
- "label": "Basic Routing Alarm Sensor",
880
- "supportedCCs": ["Alarm Sensor", "Association", "Manufacturer Specific", "Version"],
881
- "controlledCCs": ["Alarm Sensor"]
411
+ "label": "Basic Routing Alarm Sensor"
882
412
  },
883
413
  "0x02": {
884
- "label": "Routing Alarm Sensor",
885
- "supportedCCs": ["Alarm Sensor", "Association", "Battery", "Manufacturer Specific", "Version"],
886
- "controlledCCs": ["Alarm Sensor"]
414
+ "label": "Routing Alarm Sensor"
887
415
  },
888
416
  "0x03": {
889
- "label": "Basic Zensor Net Alarm Sensor",
890
- "supportedCCs": ["Alarm Sensor", "Manufacturer Specific", "Version"],
891
- "controlledCCs": ["Alarm Sensor"]
417
+ "label": "Basic Zensor Net Alarm Sensor"
892
418
  },
893
419
  "0x04": {
894
- "label": "Zensor Net Alarm Sensor",
895
- "supportedCCs": ["Alarm Sensor", "Battery", "Manufacturer Specific", "Version"],
896
- "controlledCCs": ["Alarm Sensor"]
420
+ "label": "Zensor Net Alarm Sensor"
897
421
  },
898
422
  "0x05": {
899
- "label": "Advanced Zensor Net Alarm Sensor",
900
- "supportedCCs": ["Alarm Sensor", "Association", "Battery", "Manufacturer Specific", "Version"],
901
- "controlledCCs": ["Alarm Sensor"]
423
+ "label": "Advanced Zensor Net Alarm Sensor"
902
424
  },
903
425
  "0x06": {
904
- "label": "Basic Routing Smoke Sensor",
905
- "supportedCCs": ["Alarm Sensor", "Association", "Manufacturer Specific", "Version"],
906
- "controlledCCs": ["Alarm Sensor"]
426
+ "label": "Basic Routing Smoke Sensor"
907
427
  },
908
428
  "0x07": {
909
- "label": "Routing Smoke Sensor",
910
- "supportedCCs": ["Alarm Sensor", "Association", "Battery", "Manufacturer Specific", "Version"],
911
- "controlledCCs": ["Alarm Sensor"]
429
+ "label": "Routing Smoke Sensor"
912
430
  },
913
431
  "0x08": {
914
- "label": "Basic Zensor Net Smoke Sensor",
915
- "supportedCCs": ["Alarm Sensor", "Manufacturer Specific", "Version"],
916
- "controlledCCs": ["Alarm Sensor"]
432
+ "label": "Basic Zensor Net Smoke Sensor"
917
433
  },
918
434
  "0x09": {
919
- "label": "Zensor Net Smoke Sensor",
920
- "supportedCCs": ["Alarm Sensor", "Battery", "Manufacturer Specific", "Version"],
921
- "controlledCCs": ["Alarm Sensor"]
435
+ "label": "Zensor Net Smoke Sensor"
922
436
  },
923
437
  "0x0a": {
924
- "label": "Advanced Zensor Net Smoke Sensor",
925
- "supportedCCs": ["Alarm Sensor", "Association", "Battery", "Manufacturer Specific", "Version"],
926
- "controlledCCs": ["Alarm Sensor"]
438
+ "label": "Advanced Zensor Net Smoke Sensor"
927
439
  }
928
440
  }
929
441
  },