@zwave-js/config 8.9.0-beta.4-pr-3789-5d3ea84 → 8.9.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.
|
@@ -80,5 +80,11 @@
|
|
|
80
80
|
],
|
|
81
81
|
"compat": {
|
|
82
82
|
"treatBasicSetAsEvent": true
|
|
83
|
+
},
|
|
84
|
+
"metadata": {
|
|
85
|
+
"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 up and release the toggle.",
|
|
86
|
+
"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 up and release the toggle.",
|
|
87
|
+
"reset": "Quickly press ON (up) button three times, then immediately press the OFF (down) button three times.",
|
|
88
|
+
"manual": "https://byjasco.com/media/manuals/46202-QSG-v1.pdf"
|
|
83
89
|
}
|
|
84
90
|
}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "ABUS Security-Center GmbH & Co. KG",
|
|
3
|
+
"manufacturerId": "0x0403",
|
|
4
|
+
"label": "PLHA10000",
|
|
5
|
+
"description": "Z-Wave 230V Relay Module",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0003",
|
|
9
|
+
"productId": "0x0005",
|
|
10
|
+
"zwaveAllianceId": 3679
|
|
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": "Relay 1",
|
|
25
|
+
"maxNodes": 5
|
|
26
|
+
},
|
|
27
|
+
"3": {
|
|
28
|
+
"label": "Relay 2",
|
|
29
|
+
"maxNodes": 5
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"paramInformation": [
|
|
33
|
+
{
|
|
34
|
+
"#": "1",
|
|
35
|
+
"label": "Relay 1: Behavior",
|
|
36
|
+
"valueSize": 1,
|
|
37
|
+
"minValue": 0,
|
|
38
|
+
"maxValue": 1,
|
|
39
|
+
"defaultValue": 0,
|
|
40
|
+
"options": [
|
|
41
|
+
{
|
|
42
|
+
"label": "Momentary switch",
|
|
43
|
+
"value": 0
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"label": "Toggle switch",
|
|
47
|
+
"value": 1
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"unsigned": true
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"#": "3",
|
|
54
|
+
"label": "Relay 1: Auto Off Time",
|
|
55
|
+
"valueSize": 4,
|
|
56
|
+
"minValue": 0,
|
|
57
|
+
"maxValue": 43200,
|
|
58
|
+
"defaultValue": 0,
|
|
59
|
+
"options": [
|
|
60
|
+
{
|
|
61
|
+
"label": "Disable",
|
|
62
|
+
"value": 0
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"unsigned": true
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"#": "5",
|
|
69
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev",
|
|
70
|
+
"label": "Relay 1: State After Power Failure"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"#": "2",
|
|
74
|
+
"label": "Relay 2: Behavior",
|
|
75
|
+
"valueSize": 1,
|
|
76
|
+
"minValue": 0,
|
|
77
|
+
"maxValue": 1,
|
|
78
|
+
"defaultValue": 0,
|
|
79
|
+
"options": [
|
|
80
|
+
{
|
|
81
|
+
"label": "Momentary switch",
|
|
82
|
+
"value": 0
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"label": "Toggle switch",
|
|
86
|
+
"value": 1
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"unsigned": true
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"#": "4",
|
|
93
|
+
"label": "Relay 2: Auto Off Time",
|
|
94
|
+
"valueSize": 4,
|
|
95
|
+
"minValue": 0,
|
|
96
|
+
"maxValue": 43200,
|
|
97
|
+
"defaultValue": 0,
|
|
98
|
+
"options": [
|
|
99
|
+
{
|
|
100
|
+
"label": "Disable",
|
|
101
|
+
"value": 0
|
|
102
|
+
}
|
|
103
|
+
],
|
|
104
|
+
"unsigned": true
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"#": "6",
|
|
108
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev",
|
|
109
|
+
"label": "Relay 2: State After Power Failure"
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"metadata": {
|
|
113
|
+
"inclusion": "Activate the inclusion mode on the gateway. (for further details please refer to the gateways manual) \n\nPress the \"+\" key (Add / Inclusion) in your Z-Wave app and follow the instructions to set the gateway to Inclusion mode.\nThe unit supports SmartStart function, where inclusion is initiated automatically on power-on, and repeated at dynamic intervals for as long as the device is not included into a Z-Wave network. Z-Wave SmartStart is based on the embedded SDK 6.8x and requires related gateway software components. The LED starts flashing.\n\nAlternative Inclusion:\nIf the automatic inclusion did not work, instead press the Link button 3 times quickly (within 1.5 seconds) to start the inclusion on the device.",
|
|
114
|
+
"exclusion": "Activate the exclusion mode at the gateway. (for further details please refer to the gateways manual) \n\nPress the \"-\" key (Remove / Exclusion) in your Z-Wave app and follow the instructions to set the gateway to exclusion mode.\n\nPress the Link button 3 times quickly (within 1.5 seconds) to start the exclusion on the device",
|
|
115
|
+
"reset": "Press the Link button 3 times quickly (within 1.5 seconds).\nPress quickly (within 1 second)\na fourth time and press and hold the Link button for at least 5 seconds.\nThe button is now reset to factory settings.\n\nHint: \nPlease use this procedure only when the network primary controller is missing or otherwise inoperable. \nIf the device is set to factory default, the status is set to \"not included\" and the association settings and possible configurations are reset to default.",
|
|
116
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/3679/ABUS_PLHA10000_BDA_EN_1.1.pdf"
|
|
117
|
+
}
|
|
118
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "8.9.0
|
|
3
|
+
"version": "8.9.0",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"ts": "node -r esbuild-register"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@zwave-js/core": "8.9.0
|
|
44
|
-
"@zwave-js/shared": "8.9.0
|
|
43
|
+
"@zwave-js/core": "8.9.0",
|
|
44
|
+
"@zwave-js/shared": "8.9.0",
|
|
45
45
|
"alcalzone-shared": "^4.0.1",
|
|
46
46
|
"ansi-colors": "^4.1.1",
|
|
47
47
|
"fs-extra": "^10.0.0",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@types/semver": "^7.3.9",
|
|
61
61
|
"@types/xml2json": "^0.11.4",
|
|
62
62
|
"@types/yargs": "^17.0.7",
|
|
63
|
-
"@zwave-js/maintenance": "8.9.0
|
|
63
|
+
"@zwave-js/maintenance": "8.9.0",
|
|
64
64
|
"axios": "^0.24.0",
|
|
65
65
|
"comment-json": "^4.1.1",
|
|
66
66
|
"esbuild": "*",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"xml2json": "^0.12.0",
|
|
74
74
|
"yargs": "^17.3.0"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "145d53c62d7af2c48472f0ccc78653159669ba68"
|
|
77
77
|
}
|