@zwave-js/config 15.3.0 → 15.4.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.
- package/build/cjs/_version.d.ts +1 -1
- package/build/cjs/_version.js +1 -1
- package/build/cjs/_version.js.map +1 -1
- package/build/esm/_version.d.ts +1 -1
- package/build/esm/_version.js +1 -1
- package/config/devices/0x0001/zdp100.json +9 -1
- package/config/devices/0x0005/pe653.json +96 -7
- package/config/devices/0x0063/58446_zwa4013.json +98 -0
- package/config/devices/0x0063/templates/jasco_template.json +5 -0
- package/config/devices/0x0086/templates/aeotec_template.json +1232 -98
- package/config/devices/0x0129/ydm3109a.json +94 -0
- package/config/devices/0x015f/mh-s314-7102.json +697 -0
- package/config/devices/0x015f/mh4936.json +141 -0
- package/config/devices/0x015f/mh5-2a.json +19 -268
- package/config/devices/0x015f/mh5-2d.json +106 -0
- package/config/devices/0x015f/mh5-4a.json +98 -0
- package/config/devices/0x015f/templates/mcohome_template.json +268 -14
- package/config/devices/0x027a/zse70_800lr.json +1 -2
- package/config/devices/0x031e/vzw31-sn.json +151 -3
- package/config/devices/0x0371/zwa046_1phase_eu.json +508 -0
- package/config/devices/0x0371/zwa046_2phase_us.json +722 -0
- package/config/devices/0x0371/zwa046_3phase_eu.json +940 -0
- package/config/devices/0x045a/WM25C.json +196 -0
- package/package.json +8 -8
package/build/cjs/_version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const PACKAGE_VERSION = "15.
|
|
1
|
+
export declare const PACKAGE_VERSION = "15.4.0";
|
|
2
2
|
//# sourceMappingURL=_version.d.ts.map
|
package/build/cjs/_version.js
CHANGED
|
@@ -21,7 +21,7 @@ __export(version_exports, {
|
|
|
21
21
|
PACKAGE_VERSION: () => PACKAGE_VERSION
|
|
22
22
|
});
|
|
23
23
|
module.exports = __toCommonJS(version_exports);
|
|
24
|
-
const PACKAGE_VERSION = "15.
|
|
24
|
+
const PACKAGE_VERSION = "15.4.0";
|
|
25
25
|
// Annotate the CommonJS export names for ESM import in node:
|
|
26
26
|
0 && (module.exports = {
|
|
27
27
|
PACKAGE_VERSION
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/_version.ts"],
|
|
4
|
-
"sourcesContent": ["// This file is auto-generated by the codegen maintenance script\nexport const PACKAGE_VERSION = \"15.
|
|
4
|
+
"sourcesContent": ["// This file is auto-generated by the codegen maintenance script\nexport const PACKAGE_VERSION = \"15.4.0\";\n"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;AAAA;;;;;AACO,MAAM,kBAAkB;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/build/esm/_version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const PACKAGE_VERSION = "15.
|
|
1
|
+
export declare const PACKAGE_VERSION = "15.4.0";
|
|
2
2
|
//# sourceMappingURL=_version.d.ts.map
|
package/build/esm/_version.js
CHANGED
|
@@ -13,5 +13,13 @@
|
|
|
13
13
|
"firmwareVersion": {
|
|
14
14
|
"min": "0.0",
|
|
15
15
|
"max": "255.255"
|
|
16
|
-
}
|
|
16
|
+
},
|
|
17
|
+
"paramInformation": [
|
|
18
|
+
{
|
|
19
|
+
"#": "29",
|
|
20
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
21
|
+
"label": "Load Sensing",
|
|
22
|
+
"defaultValue": 1
|
|
23
|
+
}
|
|
24
|
+
]
|
|
17
25
|
}
|
|
@@ -472,11 +472,47 @@
|
|
|
472
472
|
"label": "Variable Speed Pump Speed 4 Schedule 3"
|
|
473
473
|
}
|
|
474
474
|
],
|
|
475
|
-
"
|
|
475
|
+
"endpoints": {
|
|
476
|
+
"0": {
|
|
477
|
+
"label": "Root",
|
|
478
|
+
"associations": {
|
|
479
|
+
"1": {
|
|
480
|
+
"label": "Lifeline",
|
|
481
|
+
"maxNodes": 5,
|
|
482
|
+
"isLifeline": true
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
},
|
|
476
486
|
"1": {
|
|
477
|
-
"label": "
|
|
478
|
-
|
|
479
|
-
|
|
487
|
+
"label": "Circuit 1"
|
|
488
|
+
},
|
|
489
|
+
"2": {
|
|
490
|
+
"label": "Circuit 2"
|
|
491
|
+
},
|
|
492
|
+
"3": {
|
|
493
|
+
"label": "Circuit 3"
|
|
494
|
+
},
|
|
495
|
+
"4": {
|
|
496
|
+
"label": "Circuit 4"
|
|
497
|
+
},
|
|
498
|
+
"5": {
|
|
499
|
+
"label": "Circuit 5"
|
|
500
|
+
},
|
|
501
|
+
"16": {
|
|
502
|
+
"label": "VSP Speed 1"
|
|
503
|
+
},
|
|
504
|
+
"17": {
|
|
505
|
+
"label": "VSP Speed 2"
|
|
506
|
+
},
|
|
507
|
+
"18": {
|
|
508
|
+
"label": "VSP Speed 3"
|
|
509
|
+
},
|
|
510
|
+
"19": {
|
|
511
|
+
"label": "VSP Speed 4"
|
|
512
|
+
},
|
|
513
|
+
// If P5043ME is not installed, Circuit 4 controls pool/spa mode
|
|
514
|
+
"39": {
|
|
515
|
+
"label": "P5043ME Pool/Spa Mode"
|
|
480
516
|
}
|
|
481
517
|
},
|
|
482
518
|
"compat": [
|
|
@@ -498,7 +534,7 @@
|
|
|
498
534
|
// BasicCC: All endpoints control the state of Switch 1 so only keep the root endpoint
|
|
499
535
|
// to reduce clutter and to handle received BASIC_SET events.
|
|
500
536
|
"Basic": {
|
|
501
|
-
"endpoints": [1, 2, 3, 4, 5]
|
|
537
|
+
"endpoints": [1, 2, 3, 4, 5, 16, 17, 18, 19, 39]
|
|
502
538
|
},
|
|
503
539
|
// ManufacturerSpecificCC: Endpoint 1 erroneously reports an incorrect manufacturer
|
|
504
540
|
// and product ID, unlike on the root endpoint.
|
|
@@ -523,7 +559,49 @@
|
|
|
523
559
|
},
|
|
524
560
|
// The device sometimes sends BASIC_SET to the lifeline association when the state of Switch 1
|
|
525
561
|
// changes but the value is always 0 so treat it as an event.
|
|
526
|
-
"mapBasicSet": "event"
|
|
562
|
+
"mapBasicSet": "event",
|
|
563
|
+
"overrideQueries": {
|
|
564
|
+
// Only 5 endpoints are reported, but 16-19 are used for VSP speeds and 39 is used by the P5043ME for Pool/Spa mode
|
|
565
|
+
"Multi Channel": [
|
|
566
|
+
{
|
|
567
|
+
"method": "getEndpointCountV1",
|
|
568
|
+
"matchArgs": [37],
|
|
569
|
+
"result": 39
|
|
570
|
+
}
|
|
571
|
+
]
|
|
572
|
+
},
|
|
573
|
+
// Keep endpoints 1-5 (Circuits), 16-19 (VSP speeds) and 39 (P5043ME Pool/Spa Mode) - all others are unused
|
|
574
|
+
"removeEndpoints": [
|
|
575
|
+
6,
|
|
576
|
+
7,
|
|
577
|
+
8,
|
|
578
|
+
9,
|
|
579
|
+
10,
|
|
580
|
+
11,
|
|
581
|
+
12,
|
|
582
|
+
13,
|
|
583
|
+
14,
|
|
584
|
+
15,
|
|
585
|
+
20,
|
|
586
|
+
21,
|
|
587
|
+
22,
|
|
588
|
+
23,
|
|
589
|
+
24,
|
|
590
|
+
25,
|
|
591
|
+
26,
|
|
592
|
+
27,
|
|
593
|
+
28,
|
|
594
|
+
29,
|
|
595
|
+
30,
|
|
596
|
+
31,
|
|
597
|
+
32,
|
|
598
|
+
33,
|
|
599
|
+
34,
|
|
600
|
+
35,
|
|
601
|
+
36,
|
|
602
|
+
37,
|
|
603
|
+
38
|
|
604
|
+
]
|
|
527
605
|
},
|
|
528
606
|
{
|
|
529
607
|
"commandClasses": {
|
|
@@ -536,6 +614,15 @@
|
|
|
536
614
|
}
|
|
537
615
|
},
|
|
538
616
|
"overrideQueries": {
|
|
617
|
+
// Only 5 endpoints are reported, but 16-19 are used for VSP speeds. Omit 39 here as the P5043ME requires fw 3.4+
|
|
618
|
+
"Multi Channel": [
|
|
619
|
+
{
|
|
620
|
+
// "endpoint": 0,
|
|
621
|
+
"method": "getEndpointCountV1",
|
|
622
|
+
"matchArgs": [37],
|
|
623
|
+
"result": 19
|
|
624
|
+
}
|
|
625
|
+
],
|
|
539
626
|
// The response to the setpoint query is off by one bit: https://github.com/zwave-js/zwave-js/issues/5335
|
|
540
627
|
"Thermostat Setpoint": [
|
|
541
628
|
{
|
|
@@ -546,7 +633,9 @@
|
|
|
546
633
|
]
|
|
547
634
|
}
|
|
548
635
|
]
|
|
549
|
-
}
|
|
636
|
+
},
|
|
637
|
+
// Keep endpoints 1-5 (Circuits) and 16-19 (VSP speeds) - all others are unused
|
|
638
|
+
"removeEndpoints": [6, 7, 8, 9, 10, 11, 12, 13, 14, 15]
|
|
550
639
|
}
|
|
551
640
|
]
|
|
552
641
|
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Enbrighten",
|
|
3
|
+
"manufacturerId": "0x0063",
|
|
4
|
+
"label": "58446 / ZWA4013",
|
|
5
|
+
"description": "In-Wall Fan Speed Control, QFSW, 700S",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x4944",
|
|
9
|
+
"productId": "0x3533",
|
|
10
|
+
"zwaveAllianceId": 4931
|
|
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
|
+
"2": {
|
|
24
|
+
"label": "Single Press",
|
|
25
|
+
"maxNodes": 5
|
|
26
|
+
},
|
|
27
|
+
"3": {
|
|
28
|
+
"label": "Double Tap",
|
|
29
|
+
"maxNodes": 5,
|
|
30
|
+
"isLifeline": true
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"paramInformation": [
|
|
34
|
+
{
|
|
35
|
+
"#": "3",
|
|
36
|
+
"$import": "~/templates/master_template.json#led_indicator_four_options"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"#": "4",
|
|
40
|
+
"$import": "~/templates/master_template.json#orientation"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"#": "5",
|
|
44
|
+
"$import": "templates/jasco_template.json#three_way_setup"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"#": "19",
|
|
48
|
+
"$import": "templates/jasco_template.json#alternate_exclusion_menu"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"#": "34",
|
|
52
|
+
"$import": "templates/jasco_template.json#led_indicator_color"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"#": "35",
|
|
56
|
+
"$import": "templates/jasco_template.json#led_indicator_intensity"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"#": "36",
|
|
60
|
+
"$import": "templates/jasco_template.json#led_indicator_intensity",
|
|
61
|
+
"label": "Guidelight Mode Intensity"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"#": "39",
|
|
65
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev",
|
|
66
|
+
"defaultValue": 0
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"#": "40",
|
|
70
|
+
"label": "Fan Speed Control",
|
|
71
|
+
"valueSize": 1,
|
|
72
|
+
"defaultValue": 0,
|
|
73
|
+
"allowManualEntry": false,
|
|
74
|
+
"options": [
|
|
75
|
+
{
|
|
76
|
+
"label": "Press and hold",
|
|
77
|
+
"value": 0
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"label": "Single button presses",
|
|
81
|
+
"value": 1
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"#": "84",
|
|
87
|
+
"$import": "templates/jasco_template.json#factory_default"
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
"compat": {
|
|
91
|
+
"mapBasicSet": "event"
|
|
92
|
+
},
|
|
93
|
+
"metadata": {
|
|
94
|
+
"inclusion": "1. Follow the instructions for your Z-Wave certified Controller to add a device to the Z-Wave network.\n2. Once the controller is ready to add your device, press the top of bottom of the wireless smart Fan controller",
|
|
95
|
+
"exclusion": "1. Follow the instructions for your Z-Wave certified controller to remove a device from the Z-wave network\n2. Once the controller is ready to remove your device, press the top or bottom of the wireless smart Fan controller",
|
|
96
|
+
"reset": "Pull the airgap switch. Press and hold the bottom button, push the airgap switch in and continue holding the bottom button for 10 seconds. The LED will flash once each of the 8 colors then stop"
|
|
97
|
+
}
|
|
98
|
+
}
|
|
@@ -56,6 +56,11 @@
|
|
|
56
56
|
"label": "Alternate Exclusion",
|
|
57
57
|
"description": "Press and release OFF, then ON"
|
|
58
58
|
},
|
|
59
|
+
"alternate_exclusion_menu": {
|
|
60
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
61
|
+
"label": "Alternate Exclusion",
|
|
62
|
+
"description": "Press MENU button once"
|
|
63
|
+
},
|
|
59
64
|
"smooth_level_changes": {
|
|
60
65
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
61
66
|
"label": "Smooth Level Changes"
|