@zwave-js/config 15.23.0 → 15.23.1
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/hs-ps100-v2.json +99 -0
- package/config/devices/0x000c/hs-ps100.json +1 -17
- package/config/devices/0x000c/templates/homeseer_template.json +8 -0
- package/config/devices/0x0090/templates/kwikset_template.json +1 -1
- package/package.json +3 -3
package/build/cjs/_version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const PACKAGE_VERSION = "15.23.
|
|
1
|
+
export declare const PACKAGE_VERSION = "15.23.1";
|
|
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.23.
|
|
24
|
+
const PACKAGE_VERSION = "15.23.1";
|
|
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.23.
|
|
4
|
+
"sourcesContent": ["// This file is auto-generated by the codegen maintenance script\nexport const PACKAGE_VERSION = \"15.23.1\";\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.23.
|
|
1
|
+
export declare const PACKAGE_VERSION = "15.23.1";
|
|
2
2
|
//# sourceMappingURL=_version.d.ts.map
|
package/build/esm/_version.js
CHANGED
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "HomeSeer Technologies",
|
|
3
|
+
"manufacturerId": "0x000c",
|
|
4
|
+
"label": "PS100",
|
|
5
|
+
"description": "Z-Wave Presence Sensor",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0204",
|
|
9
|
+
"productId": "0x0003"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"paramInformation": [
|
|
17
|
+
{
|
|
18
|
+
"#": "1",
|
|
19
|
+
"$import": "templates/homeseer_template.json#off_delay_after_motion"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"#": "3",
|
|
23
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
24
|
+
"label": "Bluetooth",
|
|
25
|
+
"description": "After changing this setting, the unit will need to be power cycled before it will take effect."
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"#": "4",
|
|
29
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
30
|
+
"label": "Motion LED",
|
|
31
|
+
"description": "Enable / Disable the LED flash when motion is sensed (red) and times out (green).",
|
|
32
|
+
"defaultValue": 1
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"#": "6",
|
|
36
|
+
"$import": "templates/homeseer_template.json#range_sensitivity",
|
|
37
|
+
"label": "Range 0-75cm (0-2.4ft) Sensitivity",
|
|
38
|
+
"defaultValue": 50
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"#": "7",
|
|
42
|
+
"$import": "templates/homeseer_template.json#range_sensitivity",
|
|
43
|
+
"label": "Range 75-150cm (2.4-4.9ft) Sensitivity",
|
|
44
|
+
"defaultValue": 50
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"#": "8",
|
|
48
|
+
"$import": "templates/homeseer_template.json#range_sensitivity",
|
|
49
|
+
"label": "Range 150-225cm (4.9-7.3ft) Sensitivity",
|
|
50
|
+
"defaultValue": 0
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"#": "9",
|
|
54
|
+
"$import": "templates/homeseer_template.json#range_sensitivity",
|
|
55
|
+
"label": "Range 225-300cm (7.3-9.8ft) Sensitivity",
|
|
56
|
+
"defaultValue": 0
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"#": "10",
|
|
60
|
+
"$import": "templates/homeseer_template.json#range_sensitivity",
|
|
61
|
+
"label": "Range 300-375cm (9.8-12.3ft) Sensitivity",
|
|
62
|
+
"defaultValue": 0
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"#": "11",
|
|
66
|
+
"$import": "templates/homeseer_template.json#range_sensitivity",
|
|
67
|
+
"label": "Range 375-450cm (12.3-14.7ft) Sensitivity",
|
|
68
|
+
"defaultValue": 0
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"#": "12",
|
|
72
|
+
"$import": "templates/homeseer_template.json#range_sensitivity",
|
|
73
|
+
"label": "Range 450-525cm (14.7-17.2ft) Sensitivity",
|
|
74
|
+
"defaultValue": 0
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"#": "13",
|
|
78
|
+
"$import": "templates/homeseer_template.json#range_sensitivity",
|
|
79
|
+
"label": "Range 525-600cm (17.2-19.6ft) Sensitivity",
|
|
80
|
+
"defaultValue": 0
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"#": "20",
|
|
84
|
+
"$import": "templates/homeseer_template.json#status_mode_choices",
|
|
85
|
+
"label": "Left LED Color"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"#": "21",
|
|
89
|
+
"$import": "templates/homeseer_template.json#status_mode_choices",
|
|
90
|
+
"label": "Right LED Color"
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"metadata": {
|
|
94
|
+
"inclusion": "Press and release the Z-Wave network button.",
|
|
95
|
+
"exclusion": "Press and release the Z-Wave network button.",
|
|
96
|
+
"reset": "Press and hold the Z-Wave network button for 30 seconds.",
|
|
97
|
+
"manual": "https://docs.homeseer.com/products/ps100-v2-user-guide"
|
|
98
|
+
}
|
|
99
|
+
}
|
|
@@ -13,26 +13,10 @@
|
|
|
13
13
|
"min": "0.0",
|
|
14
14
|
"max": "255.255"
|
|
15
15
|
},
|
|
16
|
-
"associations": {
|
|
17
|
-
"1": {
|
|
18
|
-
"label": "Lifeline",
|
|
19
|
-
"maxNodes": 1,
|
|
20
|
-
"isLifeline": true
|
|
21
|
-
},
|
|
22
|
-
"2": {
|
|
23
|
-
"label": "Basic Set",
|
|
24
|
-
"maxNodes": 5
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
16
|
"paramInformation": [
|
|
28
17
|
{
|
|
29
18
|
"#": "1",
|
|
30
|
-
"
|
|
31
|
-
"valueSize": 4,
|
|
32
|
-
"unit": "seconds",
|
|
33
|
-
"minValue": 10,
|
|
34
|
-
"maxValue": 3600,
|
|
35
|
-
"defaultValue": 10
|
|
19
|
+
"$import": "templates/homeseer_template.json#off_delay_after_motion"
|
|
36
20
|
},
|
|
37
21
|
{
|
|
38
22
|
"#": "2",
|
|
@@ -410,6 +410,14 @@
|
|
|
410
410
|
"label": "Range Sensitivity",
|
|
411
411
|
"description": "Higher values increase sensitivity"
|
|
412
412
|
},
|
|
413
|
+
"off_delay_after_motion": {
|
|
414
|
+
"label": "Off Delay After Motion",
|
|
415
|
+
"valueSize": 4,
|
|
416
|
+
"unit": "seconds",
|
|
417
|
+
"minValue": 10,
|
|
418
|
+
"maxValue": 3600,
|
|
419
|
+
"defaultValue": 10
|
|
420
|
+
},
|
|
413
421
|
"led_indicator": {
|
|
414
422
|
"label": "LED Indicator",
|
|
415
423
|
"valueSize": 1,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "15.23.
|
|
3
|
+
"version": "15.23.1",
|
|
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.23.
|
|
82
|
+
"@zwave-js/core": "15.23.1",
|
|
83
83
|
"@zwave-js/shared": "15.23.0",
|
|
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.20260324.1",
|
|
105
|
-
"@zwave-js/maintenance": "15.23.
|
|
105
|
+
"@zwave-js/maintenance": "15.23.1",
|
|
106
106
|
"comment-json": "^4.6.2",
|
|
107
107
|
"del-cli": "^7.0.0",
|
|
108
108
|
"es-main": "^1.4.0",
|