@zwave-js/config 15.25.2 → 15.25.3
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/0x000c/templates/homeseer_template.json +2 -1
- package/config/devices/0x0086/templates/aeotec_template.json +1 -1
- package/config/devices/0x008b/templates/trane_template.json +2 -2
- package/config/devices/0x010f/fgt001.json +29 -0
- package/config/devices/0x0129/templates/yale_template.json +1 -1
- package/config/devices/0x0234/templates/logic_group_template.json +10 -2
- package/config/devices/0x0447/sqr44102_z.json +18 -1
- package/package.json +3 -3
package/build/cjs/_version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const PACKAGE_VERSION = "15.25.
|
|
1
|
+
export declare const PACKAGE_VERSION = "15.25.3";
|
|
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.25.
|
|
24
|
+
const PACKAGE_VERSION = "15.25.3";
|
|
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.25.
|
|
4
|
+
"sourcesContent": ["// This file is auto-generated by the codegen maintenance script\nexport const PACKAGE_VERSION = \"15.25.3\";\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.25.
|
|
1
|
+
export declare const PACKAGE_VERSION = "15.25.3";
|
|
2
2
|
//# sourceMappingURL=_version.d.ts.map
|
package/build/esm/_version.js
CHANGED
|
@@ -385,7 +385,8 @@
|
|
|
385
385
|
"$purpose": "reporting_interval.temperature",
|
|
386
386
|
"label": "Temperature reportng interval when on line power",
|
|
387
387
|
"unit": "seconds",
|
|
388
|
-
"minValue": 30
|
|
388
|
+
"minValue": 30,
|
|
389
|
+
"defaultValue": 60
|
|
389
390
|
},
|
|
390
391
|
"led_blink_status": {
|
|
391
392
|
"label": "LED Blink Status",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"unit": "°F",
|
|
20
20
|
"minValue": 55,
|
|
21
21
|
"maxValue": 90,
|
|
22
|
-
"defaultValue":
|
|
22
|
+
"defaultValue": 70,
|
|
23
23
|
"unsigned": true
|
|
24
24
|
},
|
|
25
25
|
"schedule_cool_setpoint": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"unit": "°F",
|
|
28
28
|
"minValue": 60,
|
|
29
29
|
"maxValue": 99,
|
|
30
|
-
"defaultValue":
|
|
30
|
+
"defaultValue": 78,
|
|
31
31
|
"unsigned": true
|
|
32
32
|
}
|
|
33
33
|
}
|
|
@@ -148,6 +148,35 @@
|
|
|
148
148
|
"endpoints": [0]
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
|
+
},
|
|
152
|
+
"overrideQueries": {
|
|
153
|
+
"Thermostat Mode": [
|
|
154
|
+
{
|
|
155
|
+
// The device does not report "Manufacturer specific" as a supported thermostat mode
|
|
156
|
+
"endpoint": 1,
|
|
157
|
+
"method": "getSupportedModes",
|
|
158
|
+
"result": [0, 1, 31],
|
|
159
|
+
|
|
160
|
+
// Prevent overwriting the supported modes with the values reported by the device.
|
|
161
|
+
"persistValues": {
|
|
162
|
+
"supportedModes": [0, 1, 31]
|
|
163
|
+
},
|
|
164
|
+
|
|
165
|
+
// Extend the metadata since mode 31 is manufacturer-specific and has no standard label.
|
|
166
|
+
"extendMetadata": {
|
|
167
|
+
"thermostatMode": {
|
|
168
|
+
"states": {
|
|
169
|
+
"0": "Off",
|
|
170
|
+
"1": "Heat",
|
|
171
|
+
"31": "Fully Open"
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
]
|
|
151
177
|
}
|
|
178
|
+
},
|
|
179
|
+
"metadata": {
|
|
180
|
+
"manual": "https://manuals.fibaro.com/heat-controller/"
|
|
152
181
|
}
|
|
153
182
|
}
|
|
@@ -10,10 +10,18 @@
|
|
|
10
10
|
"defaultValue": 1
|
|
11
11
|
},
|
|
12
12
|
"multilevel_upper_function": {
|
|
13
|
-
"$import": "~/templates/master_template.json#base_0-99_nounit",
|
|
14
13
|
"label": "Upper Switch Value",
|
|
15
14
|
"valueSize": 4,
|
|
16
|
-
"
|
|
15
|
+
"unsigned": true,
|
|
16
|
+
"defaultValue": 255,
|
|
17
|
+
"allowed": [
|
|
18
|
+
{
|
|
19
|
+
"range": [0, 99]
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"value": 255
|
|
23
|
+
}
|
|
24
|
+
]
|
|
17
25
|
},
|
|
18
26
|
"multilevel_lower_function": {
|
|
19
27
|
"$import": "~/templates/master_template.json#base_0-99_nounit",
|
|
@@ -36,7 +36,24 @@
|
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
"#": "3",
|
|
39
|
-
"
|
|
39
|
+
"label": "State After Power Failure",
|
|
40
|
+
"valueSize": 1,
|
|
41
|
+
"defaultValue": 3,
|
|
42
|
+
"allowManualEntry": false,
|
|
43
|
+
"options": [
|
|
44
|
+
{
|
|
45
|
+
"label": "Always off",
|
|
46
|
+
"value": 1
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"label": "Always on",
|
|
50
|
+
"value": 2
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"label": "Previous state",
|
|
54
|
+
"value": 3
|
|
55
|
+
}
|
|
56
|
+
]
|
|
40
57
|
},
|
|
41
58
|
{
|
|
42
59
|
"#": "4",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "15.25.
|
|
3
|
+
"version": "15.25.3",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"publishConfig": {
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"test:dirty": "tsx ../maintenance/src/resolveDirtyTests.ts --run"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@zwave-js/core": "15.25.
|
|
82
|
+
"@zwave-js/core": "15.25.3",
|
|
83
83
|
"@zwave-js/shared": "15.25.2",
|
|
84
84
|
"alcalzone-shared": "^5.0.0",
|
|
85
85
|
"ansi-colors": "^4.1.3",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"@types/xml2js": "^0.4.14",
|
|
103
103
|
"@types/yargs": "^17.0.35",
|
|
104
104
|
"@typescript/native-preview": "7.0.0-dev.20260423.1",
|
|
105
|
-
"@zwave-js/maintenance": "15.25.
|
|
105
|
+
"@zwave-js/maintenance": "15.25.3",
|
|
106
106
|
"comment-json": "^4.6.2",
|
|
107
107
|
"del-cli": "^7.0.0",
|
|
108
108
|
"es-main": "^1.4.0",
|