@zwave-js/config 10.5.0 → 10.5.5
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/Logic.d.ts.map +1 -1
- package/build/Logic.js +6 -1
- package/build/Logic.js.map +1 -1
- package/config/devices/0x0000/SR-ZV9001T4-DIM.json +38 -0
- package/config/devices/0x001a/rf9601.json +18 -1
- package/config/devices/0x001a/rf9617.json +18 -1
- package/config/devices/0x0039/th6320zw.json +40 -40
- package/config/devices/0x0059/asr-zw.json +7 -0
- package/config/devices/0x0096/nq-9021.json +12 -0
- package/config/devices/0x0109/zp3111-5.json +1 -0
- package/config/devices/0x0130/6500-1400-6000.json +118 -0
- package/config/devices/0x0148/spirit.json +4 -0
- package/config/devices/0x0184/wd-100.json +59 -0
- package/config/devices/0x0234/templates/logic_group_template.json +3 -3
- package/config/devices/0x0234/zso7300.json +13 -17
- package/config/devices/0x027a/templates/zooz_template.json +10 -0
- package/config/devices/0x027a/zen05.json +3 -4
- package/config/devices/0x027a/zen15.json +1 -1
- package/config/devices/0x027a/zen32.json +7 -0
- package/config/devices/0x027a/zen71.json +2 -1
- package/config/devices/0x027a/zen72.json +71 -13
- package/config/devices/0x027a/zen74.json +26 -14
- package/config/devices/0x027a/zen77.json +28 -8
- package/config/devices/0x027a/zse40.json +109 -12
- package/config/devices/0x0312/mp21z.json +10 -0
- package/config/devices/0x0346/glass_break_sensor.json +230 -0
- package/config/devices/0x041b/th6320zw2007.json +203 -0
- package/config/devices/0x0438/4512711.json +45 -0
- package/config/devices/0x0438/4512725.json +209 -0
- package/config/devices/0x0438/4512746.json +158 -0
- package/config/devices/0x044e/AZAI6WSPFU2.json +17 -0
- package/config/devices/0x045a/Z-DG-V01.json +16 -0
- package/config/devices/0x045a/Z-DWS-V01.json +66 -0
- package/config/devices/{0x0039/templates → templates}/honeywell_template.json +84 -2
- package/package.json +3 -3
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Namron",
|
|
3
|
+
"manufacturerId": "0x0438",
|
|
4
|
+
"label": "4512746",
|
|
5
|
+
"description": "Switch 16A",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0004",
|
|
9
|
+
"productId": "0xd019"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"associations": {
|
|
17
|
+
"1": {
|
|
18
|
+
"label": "Lifeline",
|
|
19
|
+
"maxNodes": 1,
|
|
20
|
+
"isLifeline": true
|
|
21
|
+
},
|
|
22
|
+
"2": {
|
|
23
|
+
"label": "Button 1",
|
|
24
|
+
"maxNodes": 5
|
|
25
|
+
},
|
|
26
|
+
"3": {
|
|
27
|
+
"label": "Button 2",
|
|
28
|
+
"maxNodes": 5
|
|
29
|
+
},
|
|
30
|
+
"4": {
|
|
31
|
+
"label": "Button 3",
|
|
32
|
+
"maxNodes": 5
|
|
33
|
+
},
|
|
34
|
+
"5": {
|
|
35
|
+
"label": "Button 4",
|
|
36
|
+
"maxNodes": 5
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"paramInformation": [
|
|
40
|
+
{
|
|
41
|
+
"#": "2",
|
|
42
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"#": "3",
|
|
46
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
47
|
+
"label": "Lifeline: Send Basic Reports",
|
|
48
|
+
"defaultValue": 1
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"#": "4",
|
|
52
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
53
|
+
"label": "Overload Protection",
|
|
54
|
+
"defaultValue": 1
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"#": "5",
|
|
58
|
+
"label": "External Switch Type",
|
|
59
|
+
"valueSize": 1,
|
|
60
|
+
"defaultValue": 0,
|
|
61
|
+
"unsigned": true,
|
|
62
|
+
"allowManualEntry": false,
|
|
63
|
+
"options": [
|
|
64
|
+
{
|
|
65
|
+
"label": "Momentary",
|
|
66
|
+
"value": 0
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"label": "Toggle",
|
|
70
|
+
"value": 1
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"#": "7",
|
|
76
|
+
"label": "Inclusion/Exclusion Using External Switch",
|
|
77
|
+
"description": "When enabled, triple pressing will put the device into inclusion/exclusion mode and not send status reports.",
|
|
78
|
+
"valueSize": 1,
|
|
79
|
+
"defaultValue": 1,
|
|
80
|
+
"unsigned": true,
|
|
81
|
+
"allowManualEntry": false,
|
|
82
|
+
"options": [
|
|
83
|
+
{
|
|
84
|
+
"label": "Disable",
|
|
85
|
+
"value": 0
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"label": "Enable",
|
|
89
|
+
"value": 1
|
|
90
|
+
}
|
|
91
|
+
]
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"#": "10",
|
|
95
|
+
"label": "Power Change Report Threshold",
|
|
96
|
+
"valueSize": 1,
|
|
97
|
+
"minValue": 0,
|
|
98
|
+
"maxValue": 255,
|
|
99
|
+
"defaultValue": 5,
|
|
100
|
+
"unsigned": true,
|
|
101
|
+
"unit": "W",
|
|
102
|
+
"options": [
|
|
103
|
+
{
|
|
104
|
+
"label": "Disable",
|
|
105
|
+
"value": 0
|
|
106
|
+
}
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"#": "11",
|
|
111
|
+
"label": "Current Change Report Threshold",
|
|
112
|
+
"valueSize": 1,
|
|
113
|
+
"minValue": 0,
|
|
114
|
+
"maxValue": 255,
|
|
115
|
+
"defaultValue": 1,
|
|
116
|
+
"unsigned": true,
|
|
117
|
+
"unit": "0.1A",
|
|
118
|
+
"options": [
|
|
119
|
+
{
|
|
120
|
+
"label": "Disable",
|
|
121
|
+
"value": 0
|
|
122
|
+
}
|
|
123
|
+
]
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"#": "12",
|
|
127
|
+
"label": "Voltage Change Report Threshold",
|
|
128
|
+
"valueSize": 1,
|
|
129
|
+
"minValue": 0,
|
|
130
|
+
"maxValue": 255,
|
|
131
|
+
"defaultValue": 2,
|
|
132
|
+
"unsigned": true,
|
|
133
|
+
"unit": "V",
|
|
134
|
+
"options": [
|
|
135
|
+
{
|
|
136
|
+
"label": "Disable",
|
|
137
|
+
"value": 0
|
|
138
|
+
}
|
|
139
|
+
]
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"#": "13",
|
|
143
|
+
"label": "Energy Reporting Interval",
|
|
144
|
+
"valueSize": 4,
|
|
145
|
+
"minValue": 60,
|
|
146
|
+
"maxValue": 2678400,
|
|
147
|
+
"defaultValue": 1800,
|
|
148
|
+
"unsigned": true,
|
|
149
|
+
"unit": "seconds"
|
|
150
|
+
}
|
|
151
|
+
],
|
|
152
|
+
"metadata": {
|
|
153
|
+
"inclusion": "Triple press the action button on the switch, LED indicator will flash rapidly, it will set the switch into inclusion\nmode for 30 seconds, if there is no reply from the gateway, the device will quit inclusion mode after 30 seconds.\n2)When the value of parameter 5 is configured as 1, triple press the external switch rapidly within 1.5 seconds,\nLED indicator will flash rapidly, it will set the switch into inclusion mode for 30 seconds, if there is no reply from\nthe gateway, the device will quit inclusion mode after 30 seconds.\nThe LED indicator will stay solid on for 3 seconds if the device is added to the network successfully. The\nindicator will turn off if inclusion fails.",
|
|
154
|
+
"exclusion": "Triple press the action button on the switch, LED indicator will flash rapidly, it will set the switch into exclusion\nmode for 30 seconds, if there is no reply from the gateway, the device will quit exclusion mode after 30 seconds.\n2)When the value of parameter 5 is configured as 1, triple press the external switch rapidly within 1.5 seconds,\nLED indicator will flash rapidly, it will set the switch into exclusion mode for 30 seconds, if there is no reply from\nthe gateway, the device will quit exclusion mode after 30 seconds.",
|
|
155
|
+
"reset": "Press and hold down the action button for over 10 seconds, LED indicator flashes slowly, the switch will restart and reset to factory defaults.",
|
|
156
|
+
"manual": "https://www.elektroimportoren.no/docs/lib/4512746-Brukerveiledning-5.pdf"
|
|
157
|
+
}
|
|
158
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Airzone",
|
|
3
|
+
"manufacturerId": "0x044e",
|
|
4
|
+
"label": "AZAI6WSPFU2",
|
|
5
|
+
"description": "Aidoo Control HVAC unit",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0004",
|
|
9
|
+
"productId": "0x0001",
|
|
10
|
+
"zwaveAllianceId": 4561
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "ZVIDAR",
|
|
3
|
+
"manufacturerId": "0x045a",
|
|
4
|
+
"label": "Z-DG-V01",
|
|
5
|
+
"description": "800 Series USB Controller",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0004",
|
|
9
|
+
"productId": "0x0610"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "ZVIDAR",
|
|
3
|
+
"manufacturerId": "0x045a",
|
|
4
|
+
"label": "Z-DWS-V01",
|
|
5
|
+
"description": "Door Window Sensor",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0004",
|
|
9
|
+
"productId": "0x0111"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"associations": {
|
|
17
|
+
"1": {
|
|
18
|
+
"label": "Lifeline",
|
|
19
|
+
"maxNodes": 5,
|
|
20
|
+
"isLifeline": true
|
|
21
|
+
},
|
|
22
|
+
"2": {
|
|
23
|
+
"label": "Basic Set",
|
|
24
|
+
"maxNodes": 5
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"paramInformation": [
|
|
28
|
+
{
|
|
29
|
+
"#": "1",
|
|
30
|
+
"label": "Basic Set Value",
|
|
31
|
+
"valueSize": 1,
|
|
32
|
+
"defaultValue": 1,
|
|
33
|
+
"unsigned": true,
|
|
34
|
+
"allowManualEntry": false,
|
|
35
|
+
"options": [
|
|
36
|
+
{
|
|
37
|
+
"label": "Disable",
|
|
38
|
+
"value": 0
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"label": "Open = 0xff / Close = 0x00",
|
|
42
|
+
"value": 1
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"label": "Open = 0x00 / Close = 0xff",
|
|
46
|
+
"value": 2
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"#": "2",
|
|
52
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
53
|
+
"label": "LED Indicator",
|
|
54
|
+
"defaultValue": 1
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"#": "3",
|
|
58
|
+
"label": "Low Battery Threshold",
|
|
59
|
+
"valueSize": 1,
|
|
60
|
+
"minValue": 5,
|
|
61
|
+
"maxValue": 50,
|
|
62
|
+
"defaultValue": 10,
|
|
63
|
+
"unsigned": true
|
|
64
|
+
}
|
|
65
|
+
]
|
|
66
|
+
}
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"valueSize": 1,
|
|
45
45
|
"minValue": 0,
|
|
46
46
|
"maxValue": 65,
|
|
47
|
-
"defaultValue":
|
|
47
|
+
"defaultValue": 0,
|
|
48
48
|
"unit": "°F",
|
|
49
49
|
"options": [
|
|
50
50
|
{
|
|
@@ -674,6 +674,88 @@
|
|
|
674
674
|
"minValue": -3,
|
|
675
675
|
"maxValue": 3,
|
|
676
676
|
"defaultValue": 0,
|
|
677
|
-
"
|
|
677
|
+
"allowManualEntry": false,
|
|
678
|
+
"options": [
|
|
679
|
+
{
|
|
680
|
+
"label": "Off",
|
|
681
|
+
"value": 0
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"label": "-1°F / -0.5°C",
|
|
685
|
+
"value": -1
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"label": "-2°F / -1.0°C",
|
|
689
|
+
"value": -2
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"label": "-3°F / -1.5°C",
|
|
693
|
+
"value": -3
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"label": "+1°F / +0.5°C",
|
|
697
|
+
"value": 1
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"label": "+2°F / +1.0°C",
|
|
701
|
+
"value": 2
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"label": "+3°F / +1.5°C",
|
|
705
|
+
"value": 3
|
|
706
|
+
}
|
|
707
|
+
]
|
|
708
|
+
},
|
|
709
|
+
"humidity_offset": {
|
|
710
|
+
"label": "Humidity Offset",
|
|
711
|
+
"valueSize": 1,
|
|
712
|
+
"minValue": -12,
|
|
713
|
+
"maxValue": 12,
|
|
714
|
+
"defaultValue": 0,
|
|
715
|
+
"unit": "%"
|
|
716
|
+
},
|
|
717
|
+
"temperature_resolution": {
|
|
718
|
+
"label": "Temperature Resolution",
|
|
719
|
+
"description": "Min change before temperature is reported to the controller",
|
|
720
|
+
"valueSize": 1,
|
|
721
|
+
"minValue": 0,
|
|
722
|
+
"maxValue": 5,
|
|
723
|
+
"defaultValue": 1,
|
|
724
|
+
"allowManualEntry": false,
|
|
725
|
+
"options": [
|
|
726
|
+
{
|
|
727
|
+
"label": "0.5°F / 0.5°C",
|
|
728
|
+
"value": 0
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"label": "1°F / 1.0°C",
|
|
732
|
+
"value": 1
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"label": "2°F / 1.5°C",
|
|
736
|
+
"value": 2
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"label": "3°F / 2.0°C",
|
|
740
|
+
"value": 3
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"label": "4°F / 2.5°C",
|
|
744
|
+
"value": 4
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"label": "5°F / 3.0°C",
|
|
748
|
+
"value": 5
|
|
749
|
+
}
|
|
750
|
+
]
|
|
751
|
+
},
|
|
752
|
+
"humidity_resolution": {
|
|
753
|
+
"label": "Humidity Resolution",
|
|
754
|
+
"description": "Min change before humidity is reported to the controller",
|
|
755
|
+
"valueSize": 1,
|
|
756
|
+
"minValue": 1,
|
|
757
|
+
"maxValue": 5,
|
|
758
|
+
"defaultValue": 1,
|
|
759
|
+
"unit": "%"
|
|
678
760
|
}
|
|
679
761
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "10.5.
|
|
3
|
+
"version": "10.5.5",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"lint:prettier:fix": "yarn run lint:prettier -w"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@zwave-js/core": "10.5.
|
|
68
|
+
"@zwave-js/core": "10.5.5",
|
|
69
69
|
"@zwave-js/shared": "10.4.0",
|
|
70
70
|
"alcalzone-shared": "^4.0.8",
|
|
71
71
|
"ansi-colors": "^4.1.3",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"@types/semver": "^7.3.12",
|
|
88
88
|
"@types/xml2js": "^0.4.11",
|
|
89
89
|
"@types/yargs": "^17.0.12",
|
|
90
|
-
"@zwave-js/maintenance": "10.5.
|
|
90
|
+
"@zwave-js/maintenance": "10.5.5",
|
|
91
91
|
"comment-json": "^4.2.3",
|
|
92
92
|
"del-cli": "^5.0.0",
|
|
93
93
|
"esbuild": "0.15.7",
|