@zwave-js/config 10.4.0 → 10.5.2
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/0x001a/rf9601.json +18 -1
- package/config/devices/0x001a/rf9617.json +18 -1
- package/config/devices/0x0039/th6320zw.json +40 -40
- package/config/devices/0x003b/be469zp.json +12 -1
- package/config/devices/0x0085/arz_z-wave_solar.json +5 -0
- package/config/devices/0x0096/nq-9021.json +12 -0
- package/config/devices/0x0109/zp3111-5.json +1 -0
- package/config/devices/0x010f/fgms001.json +1 -1
- package/config/devices/0x0148/spirit.json +4 -0
- package/config/devices/0x015f/mh-ds221.json +140 -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/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/0x027a/zse44.json +17 -4
- package/config/devices/0x0312/zw39.json +22 -93
- package/config/devices/0x0344/he-ft01.json +12 -1
- package/config/devices/0x0344/he-ht01.json +12 -1
- package/config/devices/0x0344/he-tps01.json +12 -1
- package/config/devices/0x0344/he-tps02.json +12 -1
- package/config/devices/0x0344/he-tps03.json +12 -1
- package/config/devices/0x0344/he-tps04.json +12 -1
- package/config/devices/0x0344/he-tps05.json +12 -1
- package/config/devices/0x0346/glass_break_sensor.json +230 -0
- package/config/devices/0x0371/zwa024.json +9 -2
- package/config/devices/0x039a/INT-SMMD-N1.json +258 -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/{0x0039/templates → templates}/honeywell_template.json +84 -2
- package/package.json +3 -3
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Namron",
|
|
3
|
+
"manufacturerId": "0x0438",
|
|
4
|
+
"label": "4512725",
|
|
5
|
+
"description": "16A Thermostat Wall Plug",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0200",
|
|
9
|
+
"productId": "0xd004"
|
|
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
|
+
},
|
|
23
|
+
"paramInformation": [
|
|
24
|
+
{
|
|
25
|
+
"#": "7",
|
|
26
|
+
"label": "Operating Mode",
|
|
27
|
+
"description": "In Switch Mode, the device operates as a regular switch. In Thermostat Mode, the binary set command class will be invalid and the action button is disabled.",
|
|
28
|
+
"valueSize": 1,
|
|
29
|
+
"defaultValue": 1,
|
|
30
|
+
"unsigned": true,
|
|
31
|
+
"allowManualEntry": false,
|
|
32
|
+
"options": [
|
|
33
|
+
{
|
|
34
|
+
"label": "Switch mode",
|
|
35
|
+
"value": 0
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"label": "Thermostat mode",
|
|
39
|
+
"value": 1
|
|
40
|
+
}
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"#": "8",
|
|
45
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
46
|
+
"label": "Energy Save Mode"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"#": "9",
|
|
50
|
+
"label": "Temperature Calibration",
|
|
51
|
+
"valueSize": 1,
|
|
52
|
+
"unit": "0.1 °C",
|
|
53
|
+
"minValue": -50,
|
|
54
|
+
"maxValue": 50,
|
|
55
|
+
"defaultValue": 0
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"#": "10",
|
|
59
|
+
"label": "Overheat Protection",
|
|
60
|
+
"description": "Allowable range: 30-60",
|
|
61
|
+
"valueSize": 1,
|
|
62
|
+
"unit": "°C",
|
|
63
|
+
"minValue": 0,
|
|
64
|
+
"maxValue": 60,
|
|
65
|
+
"defaultValue": 36,
|
|
66
|
+
"unsigned": true,
|
|
67
|
+
"options": [
|
|
68
|
+
{
|
|
69
|
+
"label": "Disable",
|
|
70
|
+
"value": 0
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"#": "11",
|
|
76
|
+
"label": "Automatic Reporting: Temperature Change Threshold",
|
|
77
|
+
"description": "Allowable range: 2-50",
|
|
78
|
+
"valueSize": 1,
|
|
79
|
+
"unit": "0.1 °C",
|
|
80
|
+
"minValue": 0,
|
|
81
|
+
"maxValue": 50,
|
|
82
|
+
"defaultValue": 5,
|
|
83
|
+
"unsigned": true,
|
|
84
|
+
"options": [
|
|
85
|
+
{
|
|
86
|
+
"label": "Disable",
|
|
87
|
+
"value": 0
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"#": "12",
|
|
93
|
+
"label": "Automatic Reporting: Temperature Reporting Interval",
|
|
94
|
+
"description": "Allowable range: 10-65535",
|
|
95
|
+
"valueSize": 2,
|
|
96
|
+
"unit": "seconds",
|
|
97
|
+
"minValue": 0,
|
|
98
|
+
"maxValue": 65535,
|
|
99
|
+
"defaultValue": 300,
|
|
100
|
+
"unsigned": true,
|
|
101
|
+
"options": [
|
|
102
|
+
{
|
|
103
|
+
"label": "Disable",
|
|
104
|
+
"value": 0
|
|
105
|
+
}
|
|
106
|
+
]
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"#": "13",
|
|
110
|
+
"label": "Automatic Reporting: Power Change Threshold",
|
|
111
|
+
"valueSize": 1,
|
|
112
|
+
"unit": "W",
|
|
113
|
+
"minValue": 0,
|
|
114
|
+
"maxValue": 255,
|
|
115
|
+
"defaultValue": 2,
|
|
116
|
+
"unsigned": true,
|
|
117
|
+
"options": [
|
|
118
|
+
{
|
|
119
|
+
"label": "Disable",
|
|
120
|
+
"value": 0
|
|
121
|
+
}
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"#": "14",
|
|
126
|
+
"label": "Automatic Reporting: Voltage Change Threshold",
|
|
127
|
+
"valueSize": 1,
|
|
128
|
+
"unit": "V",
|
|
129
|
+
"minValue": 0,
|
|
130
|
+
"maxValue": 255,
|
|
131
|
+
"defaultValue": 2,
|
|
132
|
+
"unsigned": true,
|
|
133
|
+
"options": [
|
|
134
|
+
{
|
|
135
|
+
"label": "Disable",
|
|
136
|
+
"value": 0
|
|
137
|
+
}
|
|
138
|
+
]
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"#": "15",
|
|
142
|
+
"label": "Automatic Reporting: Current Change Threshold",
|
|
143
|
+
"valueSize": 1,
|
|
144
|
+
"unit": "0.1 A",
|
|
145
|
+
"minValue": 0,
|
|
146
|
+
"maxValue": 255,
|
|
147
|
+
"defaultValue": 1,
|
|
148
|
+
"unsigned": true,
|
|
149
|
+
"options": [
|
|
150
|
+
{
|
|
151
|
+
"label": "Disable",
|
|
152
|
+
"value": 0
|
|
153
|
+
}
|
|
154
|
+
]
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"#": "17",
|
|
158
|
+
"label": "Automatic Reporting: Reporting Interval",
|
|
159
|
+
"description": "Allowable range: 60-2678400",
|
|
160
|
+
"valueSize": 4,
|
|
161
|
+
"unit": "seconds",
|
|
162
|
+
"minValue": 0,
|
|
163
|
+
"maxValue": 2678400,
|
|
164
|
+
"defaultValue": 600,
|
|
165
|
+
"unsigned": true,
|
|
166
|
+
"options": [
|
|
167
|
+
{
|
|
168
|
+
"label": "Disable",
|
|
169
|
+
"value": 0
|
|
170
|
+
}
|
|
171
|
+
]
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"#": "18",
|
|
175
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev",
|
|
176
|
+
"description": "Depending on the operating mode this affects the relay or HVAC."
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"#": "19",
|
|
180
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
181
|
+
"label": "Send Binary Switch Reports to Lifeline",
|
|
182
|
+
"description": "Switch mode only",
|
|
183
|
+
"defaultValue": 1
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"#": "20",
|
|
187
|
+
"label": "Overcurrent Protection",
|
|
188
|
+
"description": "Allowable range: 10-16",
|
|
189
|
+
"valueSize": 1,
|
|
190
|
+
"unit": "A",
|
|
191
|
+
"minValue": 0,
|
|
192
|
+
"maxValue": 16,
|
|
193
|
+
"defaultValue": 16,
|
|
194
|
+
"unsigned": true,
|
|
195
|
+
"options": [
|
|
196
|
+
{
|
|
197
|
+
"label": "Disable",
|
|
198
|
+
"value": 0
|
|
199
|
+
}
|
|
200
|
+
]
|
|
201
|
+
}
|
|
202
|
+
],
|
|
203
|
+
"metadata": {
|
|
204
|
+
"inclusion": "Method 1: Repower on the smart plug, it will be set into inclusion mode automatically, and waiting to be included. Method 2: Triple press the action button on the smart plug, it will set the plug into inclusion mode. The LED indicator will flash a white LED fast then stay solid white for 3 seconds to indicate successful inclusion. If there is no Z-Wave network available, the LED indicator will flash white fast for 30 seconds and the plug will quit inclusion mode automatically.",
|
|
205
|
+
"exclusion": "Method 1: Set the primary controller/gateway into exclusion mode (Please refer to your primary controllers manual on how to set your controller into exclusion). Then triple press the action button, the smart plug will be set to exclusion mode, the LED indicator will flash a white LED fast and then flash white slowly for 3 times to indicate successful exclusion. Method 2: Factory reset the smart plug will force the it to be excluded from a network.",
|
|
206
|
+
"reset": "Press and hold down action button for over 10 seconds, LED indicator stays solid white for 3s to indicate successful factory reset, release action button, the smart plug will restart automatically.",
|
|
207
|
+
"manual": "https://www.elektroimportoren.no/docs/lib/4512725-Brukerveiledning-5.pdf"
|
|
208
|
+
}
|
|
209
|
+
}
|
|
@@ -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
|
+
}
|
|
@@ -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.
|
|
3
|
+
"version": "10.5.2",
|
|
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.
|
|
68
|
+
"@zwave-js/core": "10.5.0",
|
|
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.
|
|
90
|
+
"@zwave-js/maintenance": "10.5.0",
|
|
91
91
|
"comment-json": "^4.2.3",
|
|
92
92
|
"del-cli": "^5.0.0",
|
|
93
93
|
"esbuild": "0.15.7",
|