@zwave-js/config 14.3.7 → 14.3.8
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/0x0060/sp817.json +11 -1
- package/config/devices/0x0086/dsa03202.json +9 -1
- package/config/devices/0x008b/xl624.json +15 -0
- package/config/devices/0x010f/fgfs101.json +8 -0
- package/config/devices/0x0147/z_station.json +20 -0
- package/config/devices/0x021d/ddl240x.json +118 -0
- package/config/devices/0x027a/zse41.json +1 -0
- package/config/devices/0x027a/zse42.json +1 -0
- package/config/devices/0x027a/zse43.json +1 -0
- package/config/devices/0x027a/zse70_800lr.json +309 -0
- package/package.json +3 -3
package/build/cjs/_version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const PACKAGE_VERSION = "14.3.
|
|
1
|
+
export declare const PACKAGE_VERSION = "14.3.8";
|
|
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 = "14.3.
|
|
24
|
+
const PACKAGE_VERSION = "14.3.8";
|
|
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 = \"14.3.
|
|
4
|
+
"sourcesContent": ["// This file is auto-generated by the codegen maintenance script\nexport const PACKAGE_VERSION = \"14.3.8\";\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 = "14.3.
|
|
1
|
+
export declare const PACKAGE_VERSION = "14.3.8";
|
|
2
2
|
//# sourceMappingURL=_version.d.ts.map
|
package/build/esm/_version.js
CHANGED
|
@@ -80,12 +80,17 @@
|
|
|
80
80
|
{
|
|
81
81
|
"#": "250",
|
|
82
82
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
83
|
-
"label": "Scene Mode (Secondary Controller)"
|
|
83
|
+
"label": "Scene Mode (Secondary Controller)",
|
|
84
|
+
"writeOnly": true
|
|
84
85
|
}
|
|
85
86
|
],
|
|
86
87
|
"compat": {
|
|
87
88
|
"commandClasses": {
|
|
88
89
|
"add": {
|
|
90
|
+
"Scene Activation": {
|
|
91
|
+
"isControlled": true,
|
|
92
|
+
"version": 1
|
|
93
|
+
},
|
|
89
94
|
"Wake Up": {
|
|
90
95
|
// To fix issue #1536
|
|
91
96
|
"isSupported": true,
|
|
@@ -93,5 +98,8 @@
|
|
|
93
98
|
}
|
|
94
99
|
}
|
|
95
100
|
}
|
|
101
|
+
},
|
|
102
|
+
"metadata": {
|
|
103
|
+
"wakeup": "Press and hold the Learn Button (or Join Button) for 3 seconds, then let go. This should keep the Minimote awake for 30 seconds."
|
|
96
104
|
}
|
|
97
105
|
}
|
|
@@ -17,6 +17,21 @@
|
|
|
17
17
|
"min": "0.0",
|
|
18
18
|
"max": "255.255"
|
|
19
19
|
},
|
|
20
|
+
"associations": {
|
|
21
|
+
"1": {
|
|
22
|
+
"label": "Lifeline",
|
|
23
|
+
"isLifeline": true,
|
|
24
|
+
"maxNodes": 5
|
|
25
|
+
},
|
|
26
|
+
"2": {
|
|
27
|
+
"label": "Group 2",
|
|
28
|
+
"maxNodes": 5
|
|
29
|
+
},
|
|
30
|
+
"3": {
|
|
31
|
+
"label": "Group 3",
|
|
32
|
+
"maxNodes": 5
|
|
33
|
+
}
|
|
34
|
+
},
|
|
20
35
|
"paramInformation": [
|
|
21
36
|
{
|
|
22
37
|
"#": "1",
|
|
@@ -391,5 +391,13 @@
|
|
|
391
391
|
}
|
|
392
392
|
]
|
|
393
393
|
}
|
|
394
|
+
],
|
|
395
|
+
"compat": [
|
|
396
|
+
{
|
|
397
|
+
"$if": "firmwareVersion === 25.25 || firmwareVersion === 26.26",
|
|
398
|
+
// The multilevel sensor is only exposed on endpoint 2, which
|
|
399
|
+
// is considered unnecessary.
|
|
400
|
+
"preserveEndpoints": "*"
|
|
401
|
+
}
|
|
394
402
|
]
|
|
395
403
|
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Z-Wave.me",
|
|
3
|
+
"manufacturerId": "0x0147",
|
|
4
|
+
"label": "Z-Station",
|
|
5
|
+
"description": "USB Z-Wave & Zigbee Controller",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0401",
|
|
9
|
+
"productId": "0x0301",
|
|
10
|
+
"zwaveAllianceId": 5038
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"metadata": {
|
|
18
|
+
"manual": "https://z-wave.me/drive/?file=6dd7593b29fe246f28328f704082c8ea851d"
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Philips",
|
|
3
|
+
"manufacturerId": "0x021d",
|
|
4
|
+
"label": "DDL240X-15HZW",
|
|
5
|
+
"description": "Home Access Keyed Touchscreen Deadbolt",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0903",
|
|
9
|
+
"productId": "0x00d4",
|
|
10
|
+
"zwaveAllianceId": 4973
|
|
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": "On/Off control",
|
|
25
|
+
"maxNodes": 5
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"paramInformation": [
|
|
29
|
+
{
|
|
30
|
+
"#": "1",
|
|
31
|
+
"label": "Volume Level",
|
|
32
|
+
"valueSize": 1,
|
|
33
|
+
"minValue": 0,
|
|
34
|
+
"maxValue": 2,
|
|
35
|
+
"defaultValue": 2,
|
|
36
|
+
"options": [
|
|
37
|
+
{
|
|
38
|
+
"label": "Silent",
|
|
39
|
+
"value": 0
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"label": "Low volume",
|
|
43
|
+
"value": 1
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"label": "High volume",
|
|
47
|
+
"value": 2
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"#": "2",
|
|
53
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
54
|
+
"label": "LED Indicator",
|
|
55
|
+
"description": "Enable/Disable the LED on the inside of the product.",
|
|
56
|
+
"defaultValue": 1
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"#": "3",
|
|
60
|
+
"label": "Battery Report Interval",
|
|
61
|
+
"valueSize": 2,
|
|
62
|
+
"unit": "minutes",
|
|
63
|
+
"minValue": 0,
|
|
64
|
+
"maxValue": 14400,
|
|
65
|
+
"defaultValue": 1440,
|
|
66
|
+
"options": [
|
|
67
|
+
{
|
|
68
|
+
"label": "Disable",
|
|
69
|
+
"value": 0
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"#": "4",
|
|
75
|
+
"label": "Association Group 2: Basic Set Value",
|
|
76
|
+
"valueSize": 1,
|
|
77
|
+
"minValue": 0,
|
|
78
|
+
"maxValue": 6,
|
|
79
|
+
"defaultValue": 1,
|
|
80
|
+
"options": [
|
|
81
|
+
{
|
|
82
|
+
"label": "Disable completely",
|
|
83
|
+
"value": 0
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"label": "Unlocked: 0xff; Locked: 0x00",
|
|
87
|
+
"value": 1
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"label": "Unlocked: 0x00; Locked: 0xff",
|
|
91
|
+
"value": 2
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"label": "Unlocked: 0xff; Locked: No command",
|
|
95
|
+
"value": 3
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"label": "Unlocked: No command; Locked: 0x00",
|
|
99
|
+
"value": 4
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"label": "Unlocked: 0x00; Locked: No command",
|
|
103
|
+
"value": 5
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"label": "Unlocked: No command; Locked: 0xff",
|
|
107
|
+
"value": 6
|
|
108
|
+
}
|
|
109
|
+
]
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"metadata": {
|
|
113
|
+
"inclusion": "1. Enter master mode(input X + X + Master PIN Code + √)\n2. Input \"0\" to enter \"Network settings\"\n3. Input \"1 + √\" to enter \"Include mode\"",
|
|
114
|
+
"exclusion": "1. Enter master mode(input X + X + Master PIN Code + √ )\n2. Input \"0\" to enter \"Network settings\"\n3. Input \"2 + √\" to enter \"Exclusion mode\"",
|
|
115
|
+
"reset": "1. Operations on lock\n1) Remove one of the batteries.\n2) Press and hold the Reset Button.\n3) While pressing, insert the removed battery. When you hear the voice prompt, the factory reset is complete.\n\n2. Please use this procedure only when the network primary controller is missing or otherwise inoperable",
|
|
116
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=cert_portal/certs/1010/DDL240X-15HZWManualV2.0.pdf"
|
|
117
|
+
}
|
|
118
|
+
}
|
|
@@ -78,6 +78,7 @@
|
|
|
78
78
|
"inclusion": "Initiate inclusion (pairing) in the app (or web interface). Not sure how? ask@getzooz.com\n\nWhile the hub is looking for new devices, click the Z-Wave button 3 times as quickly as possible. The LED indicator will start flashing to confirm inclusion mode and turn off once inclusion is completed.",
|
|
79
79
|
"exclusion": "1. Bring the sensor within direct range of your Z-Wave hub.\n2. Put the Z-Wave hub into exclusion mode (not sure how to do that? ask@getzooz.com).\n3. Click the Z-Wave button 3 times as quickly as possible.\n4. Your hub will confirm exclusion and the sensor will disappear from your controller's device list",
|
|
80
80
|
"reset": "When your network’s primary controller is missing or otherwise inoperable, you may need to reset the device to factory settings manually. In order to complete the process, make sure the sensor is powered, then click the Z-Wave button twice and hold it the third time for 10 seconds. The LED indicator will blink continuously. Immediately after, click the Z-Wave button twice more to finalize the reset. The LED indicator will flash 3 times to confirm a successful reset",
|
|
81
|
+
"wakeup": "Click the Z-Wave button 4 times quickly to wake the sensor up manually. The LED indicator will flash twice to confirm the device is awake. During wake-up, the sensor turns the Z-Wave radio on for one minute to receive communication from the hub.",
|
|
81
82
|
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4276/zooz-zse41-manual-online.pdf"
|
|
82
83
|
}
|
|
83
84
|
}
|
|
@@ -76,6 +76,7 @@
|
|
|
76
76
|
"inclusion": "Initiate inclusion (pairing) in the app (or web interface). Not sure how? ask@getzooz.com\nWhile the hub is looking for new devices, click the Z-Wave button 3 times as quickly as possible. The LED indicator will start flashing to confirm inclusion mode and turn off once inclusion is completed.",
|
|
77
77
|
"exclusion": "1. Bring the sensor within direct range of your Z-Wave hub.\n2. Put the Z-Wave hub into exclusion mode (not sure how to do that? ask@getzooz.com).\n3. Click the Z-Wave button 3 times as quickly as possible.\n4. Your hub will confirm exclusion and the sensor will disappear from your controller's device list",
|
|
78
78
|
"reset": "When your network’s primary controller is missing or otherwise inoperable, you may need to reset the device to factory settings manually. In order to complete the process, make sure the sensor is powered, then click the Z-Wave button twice and hold it the third time for 10 seconds. The LED indicator will blink continuously. Immediately after, click the Z-Wave button twice more to finalize the reset. The LED indicator will flash 3 times to confirm a successful reset",
|
|
79
|
+
"wakeup": "Click the Z-Wave button 4 times quickly to wake the sensor up manually. The LED indicator will flash twice to confirm the device is awake. During wake-up, the sensor turns the Z-Wave radio on for one minute to receive communication from the hub.",
|
|
79
80
|
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4280/zooz-zse42-manual.pdf"
|
|
80
81
|
}
|
|
81
82
|
}
|
|
@@ -172,6 +172,7 @@
|
|
|
172
172
|
"inclusion": "Initiate inclusion (pairing) in the app (or web interface). Not sure how? ask@getzooz.com\nWhile the hub is looking for new devices, click the Z-Wave button 3 times as quickly as possible. The LED indicator will start flashing to confirm inclusion mode and turn off once inclusion is completed.",
|
|
173
173
|
"exclusion": "1. Bring the sensor within direct range of your Z-Wave hub.\n2. Put the Z-Wave hub into exclusion mode (not sure how to do that? ask@getzooz.com).\n3. Click the Z-Wave button 3 times as quickly as possible.\n4. Your hub will confirm exclusion and the sensor will disappear from your controller's device list",
|
|
174
174
|
"reset": "When your network’s primary controller is missing or otherwise inoperable, you may need to reset the device to factory settings manually. In order to complete the process, make sure the sensor is powered, then click the Z-Wave button twice and hold it the third time for 10 seconds. The LED indicator will blink continuously. Immediately after, click the Z-Wave button twice more to finalize the reset. The LED indicator will flash 3 times to confirm a successful reset",
|
|
175
|
+
"wakeup": "Click the Z-Wave button 4 times quickly to wake the sensor up manually. The LED indicator will flash twice to confirm the device is awake. During wake-up, the sensor turns the Z-Wave radio on for one minute to receive communication from the hub.",
|
|
175
176
|
"manual": "https://cdn.shopify.com/s/files/1/0218/7704/files/zooz-700-series-tilt-shock-xs-sensor-zse43-manual.pdf"
|
|
176
177
|
}
|
|
177
178
|
}
|
|
@@ -0,0 +1,309 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Zooz",
|
|
3
|
+
"manufacturerId": "0x027a",
|
|
4
|
+
"label": "ZSE70 800LR",
|
|
5
|
+
"description": "Outdoor Motion Sensor",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0004",
|
|
9
|
+
"productId": "0x0006",
|
|
10
|
+
"zwaveAllianceId": 5150
|
|
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": "On/Off control",
|
|
25
|
+
"maxNodes": 5
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"paramInformation": [
|
|
29
|
+
{
|
|
30
|
+
"#": "1",
|
|
31
|
+
"label": "Motion Sensitivity",
|
|
32
|
+
"description": "1 = least sensitive, 8 = most sensitive",
|
|
33
|
+
"valueSize": 1,
|
|
34
|
+
"defaultValue": 6,
|
|
35
|
+
"allowManualEntry": false,
|
|
36
|
+
"options": [
|
|
37
|
+
{
|
|
38
|
+
"label": "Disable",
|
|
39
|
+
"value": 0
|
|
40
|
+
}
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"#": "2",
|
|
45
|
+
"label": "Motion Clear Delay",
|
|
46
|
+
"description": "How long to wait after the last motion detection before reporting no motion",
|
|
47
|
+
"valueSize": 2,
|
|
48
|
+
"unit": "seconds",
|
|
49
|
+
"minValue": 10,
|
|
50
|
+
"maxValue": 3600,
|
|
51
|
+
"defaultValue": 30
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"#": "3",
|
|
55
|
+
"label": "Motion Reports: Basic Set Values",
|
|
56
|
+
"valueSize": 1,
|
|
57
|
+
"minValue": 0,
|
|
58
|
+
"maxValue": 7,
|
|
59
|
+
"defaultValue": 7,
|
|
60
|
+
"options": [
|
|
61
|
+
{
|
|
62
|
+
"label": "Disable",
|
|
63
|
+
"value": 0
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"label": "Motion: 0xFF, no motion: 0x00",
|
|
67
|
+
"value": 1
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"label": "Motion: 0x00, no motion: 0xFF",
|
|
71
|
+
"value": 2
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"label": "Motion: 0xFF, no reports for no motion",
|
|
75
|
+
"value": 3
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"label": "Motion: 0x00, no reports for no motion",
|
|
79
|
+
"value": 4
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"label": "No motion: 0xFF, no reports for motion",
|
|
83
|
+
"value": 5
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"label": "No motion: 0x00, no reports for motion",
|
|
87
|
+
"value": 6
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"label": "Custom (Parameter 4)",
|
|
91
|
+
"value": 7
|
|
92
|
+
}
|
|
93
|
+
]
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"#": "4[0xff00]",
|
|
97
|
+
"label": "Motion Reports: Custom Value (Motion)",
|
|
98
|
+
"valueSize": 2,
|
|
99
|
+
"minValue": 0,
|
|
100
|
+
"maxValue": 255,
|
|
101
|
+
"defaultValue": 255,
|
|
102
|
+
"unsigned": true
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"#": "4[0x00ff]",
|
|
106
|
+
"label": "Motion Reports: Custom Value (No Motion)",
|
|
107
|
+
"valueSize": 2,
|
|
108
|
+
"minValue": 0,
|
|
109
|
+
"maxValue": 255,
|
|
110
|
+
"defaultValue": 0,
|
|
111
|
+
"unsigned": true
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"#": "5",
|
|
115
|
+
"$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
|
|
116
|
+
"defaultValue": 1
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"#": "6",
|
|
120
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
121
|
+
"label": "LED Indicator (Motion)",
|
|
122
|
+
"defaultValue": 1
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"#": "7",
|
|
126
|
+
"label": "Low Battery Threshold",
|
|
127
|
+
"description": "Below this level a low battery alert will be sent.",
|
|
128
|
+
"valueSize": 1,
|
|
129
|
+
"unit": "%",
|
|
130
|
+
"minValue": 10,
|
|
131
|
+
"maxValue": 50,
|
|
132
|
+
"defaultValue": 10
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"#": "8",
|
|
136
|
+
"label": "Battery Check Interval",
|
|
137
|
+
"description": "How often to check the battery level for changes",
|
|
138
|
+
"valueSize": 2,
|
|
139
|
+
"unit": "hours",
|
|
140
|
+
"minValue": 0,
|
|
141
|
+
"maxValue": 744,
|
|
142
|
+
"defaultValue": 4,
|
|
143
|
+
"options": [
|
|
144
|
+
{
|
|
145
|
+
"label": "Disable",
|
|
146
|
+
"value": 0
|
|
147
|
+
}
|
|
148
|
+
]
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"#": "11",
|
|
152
|
+
"label": "Battery Change Report Threshold",
|
|
153
|
+
"description": "How much the battery level must change before sending a new report",
|
|
154
|
+
"valueSize": 1,
|
|
155
|
+
"unit": "%",
|
|
156
|
+
"minValue": 0,
|
|
157
|
+
"maxValue": 50,
|
|
158
|
+
"defaultValue": 2,
|
|
159
|
+
"options": [
|
|
160
|
+
{
|
|
161
|
+
"label": "Disable",
|
|
162
|
+
"value": 0
|
|
163
|
+
}
|
|
164
|
+
]
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"#": "9",
|
|
168
|
+
"label": "Temperature Check Interval",
|
|
169
|
+
"description": "How often to check the temperature for changes",
|
|
170
|
+
"valueSize": 2,
|
|
171
|
+
"unit": "seconds",
|
|
172
|
+
"minValue": 0,
|
|
173
|
+
"maxValue": 600,
|
|
174
|
+
"defaultValue": 20,
|
|
175
|
+
"options": [
|
|
176
|
+
{
|
|
177
|
+
"label": "Disable",
|
|
178
|
+
"value": 0
|
|
179
|
+
}
|
|
180
|
+
]
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"#": "12",
|
|
184
|
+
"label": "Temperature Change Report Threshold",
|
|
185
|
+
"description": "How much the temperature must change before sending a new report",
|
|
186
|
+
"valueSize": 1,
|
|
187
|
+
"unit": "°F",
|
|
188
|
+
"minValue": 0,
|
|
189
|
+
"maxValue": 144,
|
|
190
|
+
"defaultValue": 1,
|
|
191
|
+
"unsigned": true,
|
|
192
|
+
"options": [
|
|
193
|
+
{
|
|
194
|
+
"label": "Disable",
|
|
195
|
+
"value": 0
|
|
196
|
+
}
|
|
197
|
+
]
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"#": "14",
|
|
201
|
+
"label": "Temperature Calibration",
|
|
202
|
+
"description": "Value is offset by 100: 0 = -10 °F, 50 = -5 °F, 100 = 0 °F, 150 = +5 °F, 200 = +10 °F",
|
|
203
|
+
"valueSize": 1,
|
|
204
|
+
"unit": "0.1 °F",
|
|
205
|
+
"minValue": 0,
|
|
206
|
+
"maxValue": 200,
|
|
207
|
+
"defaultValue": 100,
|
|
208
|
+
"unsigned": true
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"#": "17",
|
|
212
|
+
"label": "Temperature Report Interval",
|
|
213
|
+
"description": "The minimum interval in which the sensor will send temperature updates, even if the change threshold is not met.",
|
|
214
|
+
"valueSize": 2,
|
|
215
|
+
"unit": "seconds",
|
|
216
|
+
"minValue": 0,
|
|
217
|
+
"maxValue": 43200,
|
|
218
|
+
"defaultValue": 0,
|
|
219
|
+
"unsigned": true,
|
|
220
|
+
"options": [
|
|
221
|
+
{
|
|
222
|
+
"label": "Disable",
|
|
223
|
+
"value": 0
|
|
224
|
+
}
|
|
225
|
+
]
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"#": "10",
|
|
229
|
+
"label": "Brightness Check Interval",
|
|
230
|
+
"description": "How often to check the brightness for changes",
|
|
231
|
+
"valueSize": 2,
|
|
232
|
+
"unit": "seconds",
|
|
233
|
+
"minValue": 0,
|
|
234
|
+
"maxValue": 600,
|
|
235
|
+
"defaultValue": 10,
|
|
236
|
+
"options": [
|
|
237
|
+
{
|
|
238
|
+
"label": "Disable",
|
|
239
|
+
"value": 0
|
|
240
|
+
}
|
|
241
|
+
]
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"#": "13",
|
|
245
|
+
"label": "Brightness Change Report Threshold",
|
|
246
|
+
"description": "How much the brightness must change before sending a new report",
|
|
247
|
+
"valueSize": 2,
|
|
248
|
+
"unit": "lux",
|
|
249
|
+
"minValue": 0,
|
|
250
|
+
"maxValue": 30000,
|
|
251
|
+
"defaultValue": 50,
|
|
252
|
+
"options": [
|
|
253
|
+
{
|
|
254
|
+
"label": "Disable",
|
|
255
|
+
"value": 0
|
|
256
|
+
}
|
|
257
|
+
]
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"#": "15",
|
|
261
|
+
"label": "Brightness Calibration",
|
|
262
|
+
"description": "Value is offset by 100: 0 = -100 lux, 50 = -50 lux, 100 = 0 lux, 150 = +50 lux, 200 = +100 lux",
|
|
263
|
+
"valueSize": 1,
|
|
264
|
+
"unit": "lux",
|
|
265
|
+
"minValue": 0,
|
|
266
|
+
"maxValue": 200,
|
|
267
|
+
"defaultValue": 100,
|
|
268
|
+
"unsigned": true
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"#": "16",
|
|
272
|
+
"label": "Brightness Threshold for Motion",
|
|
273
|
+
"description": "Motion reports will only be sent while the brightness is below this level",
|
|
274
|
+
"valueSize": 2,
|
|
275
|
+
"unit": "lux",
|
|
276
|
+
"minValue": 0,
|
|
277
|
+
"maxValue": 30000,
|
|
278
|
+
"defaultValue": 0,
|
|
279
|
+
"options": [
|
|
280
|
+
{
|
|
281
|
+
"label": "Disable",
|
|
282
|
+
"value": 0
|
|
283
|
+
}
|
|
284
|
+
]
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"#": "18",
|
|
288
|
+
"label": "Brightness Report Interval",
|
|
289
|
+
"description": "The minimum interval in which the sensor will send brightness updates, even if the change threshold is not met.",
|
|
290
|
+
"valueSize": 2,
|
|
291
|
+
"minValue": 0,
|
|
292
|
+
"maxValue": 43200,
|
|
293
|
+
"defaultValue": 0,
|
|
294
|
+
"unsigned": true,
|
|
295
|
+
"options": [
|
|
296
|
+
{
|
|
297
|
+
"label": "Disable",
|
|
298
|
+
"value": 0
|
|
299
|
+
}
|
|
300
|
+
]
|
|
301
|
+
}
|
|
302
|
+
],
|
|
303
|
+
"metadata": {
|
|
304
|
+
"inclusion": "Put your Z-Wave® hub into inclusion mode and click\nthe Z-Wave® button 3 times as quickly as possible. The\nLED indicator will start blinking to confirm inclusion\nmode and turn off once inclusion is completed",
|
|
305
|
+
"exclusion": "1. Bring the sensor within direct range of your Z-Wave®\ngateway (hub).\n2. Put the Z-Wave® hub into exclusion mode (not sure\nhow to do that? ask@getzooz.com).\n3. Click the Z-Wave® button 3 times quickly.\n4. Your hub will confirm exclusion and the sensor will\ndisappear from your controller''s device list",
|
|
306
|
+
"reset": "When your network’s primary controller is missing or\notherwise inoperable, you may need to reset the device\nto factory settings manually. In order to complete the\nprocess, make sure the sensor is powered, then hold\nthe Z-Wave® button down for at least 10 seconds.\nThe LED indicator will start flashing blue and turn solid\nblue for a couple of seconds to indicate successful reset.\nNOTE: All previously recorded activity and custom settings will be\nerased from the device’s memory",
|
|
307
|
+
"manual": "https://cdn.shopify.com/s/files/1/0218/7704/files/zooz-zse70-800lr-manual.pdf"
|
|
308
|
+
}
|
|
309
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "14.3.
|
|
3
|
+
"version": "14.3.8",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"test:dirty": "tsx ../maintenance/src/resolveDirtyTests.ts --run"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@zwave-js/core": "14.3.
|
|
61
|
+
"@zwave-js/core": "14.3.8",
|
|
62
62
|
"@zwave-js/shared": "14.3.7",
|
|
63
63
|
"alcalzone-shared": "^5.0.0",
|
|
64
64
|
"ansi-colors": "^4.1.3",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@types/sinon": "^17.0.3",
|
|
79
79
|
"@types/xml2js": "^0.4.14",
|
|
80
80
|
"@types/yargs": "^17.0.33",
|
|
81
|
-
"@zwave-js/maintenance": "14.3.
|
|
81
|
+
"@zwave-js/maintenance": "14.3.8",
|
|
82
82
|
"comment-json": "^4.2.5",
|
|
83
83
|
"del-cli": "^6.0.0",
|
|
84
84
|
"es-main": "^1.3.0",
|