@zwave-js/config 13.0.0-beta.1 → 13.0.0-beta.4
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/config/devices/0x0060/an158.json +14 -20
- package/config/devices/0x0063/59350_59372_59373_zwa3016.json +92 -0
- package/config/devices/0x010f/fgrm222_0_24.23.json +18 -1
- package/config/devices/0x0129/ntb612-zw2.json +1 -1
- package/config/devices/0x0129/ntb622-zw2.json +1 -1
- package/config/devices/0x0129/ntb632-zw2.json +1 -1
- package/config/devices/0x0129/ntb642-zw2.json +1 -1
- package/config/devices/0x0129/ntm612-zw2.json +1 -1
- package/config/devices/0x0129/ntm617-zw2.json +1 -1
- package/config/devices/0x0129/ntm622-zw2.json +1 -1
- package/config/devices/0x0129/ntm627-zw2.json +1 -1
- package/config/devices/0x0129/ntm632-zw2.json +1 -1
- package/config/devices/0x0129/ntm637-zw2.json +1 -1
- package/config/devices/0x0129/ntm642-zw2.json +1 -1
- package/config/devices/0x0129/ntm647-zw2.json +1 -1
- package/config/devices/0x0129/ntt610.json +1 -2
- package/config/devices/0x0129/ntt612-zw2.json +1 -1
- package/config/devices/0x0129/ntt622-zw2.json +1 -1
- package/config/devices/0x0129/templates/yale_template.json +22 -7
- package/config/devices/0x0129/yrc_yrd_226_246_256_446-zw2.json +11 -1
- package/config/devices/0x0129/yrd4x0-f-zw3.json +109 -0
- package/config/devices/0x0148/cometz_700.json +49 -0
- package/config/devices/0x014a/gdzw7-eco.json +78 -0
- package/config/devices/0x014f/{gd00z-7.json → gd00z-6-7-8.json} +1 -1
- package/config/devices/0x015f/mh-s412-5102.json +213 -59
- package/config/devices/0x027a/templates/zooz_template.json +32 -0
- package/config/devices/0x027a/zen30.json +67 -15
- package/config/devices/0x027a/zen32.json +1 -2
- package/config/devices/0x027a/zse11.json +10 -0
- package/config/devices/0x0346/flood_freeze_sensor.json +77 -0
- package/config/devices/0x0458/61303_zw3010.json +73 -0
- package/config/manufacturers.json +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Ring",
|
|
3
|
+
"manufacturerId": "0x0346",
|
|
4
|
+
"label": "4SF1S8-0EN0",
|
|
5
|
+
"description": "Flood Freeze Sensor",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0501",
|
|
9
|
+
"productId": "0x0101",
|
|
10
|
+
"zwaveAllianceId": 3160
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"paramInformation": [
|
|
18
|
+
{
|
|
19
|
+
"#": "1",
|
|
20
|
+
"label": "Heartbeat Interval",
|
|
21
|
+
"valueSize": 2,
|
|
22
|
+
"unit": "seconds",
|
|
23
|
+
"minValue": 255,
|
|
24
|
+
"maxValue": 4200,
|
|
25
|
+
"defaultValue": 4080
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"#": "2",
|
|
29
|
+
"label": "One-Time Wakeup Delay",
|
|
30
|
+
"description": "Device will wakeup once after the configured delay",
|
|
31
|
+
"valueSize": 2,
|
|
32
|
+
"unit": "seconds",
|
|
33
|
+
"minValue": 0,
|
|
34
|
+
"maxValue": 32767,
|
|
35
|
+
"defaultValue": 0,
|
|
36
|
+
"options": [
|
|
37
|
+
{
|
|
38
|
+
"label": "Disable",
|
|
39
|
+
"value": 0
|
|
40
|
+
}
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"#": "3",
|
|
45
|
+
"label": "Message Retry Attempt Limit",
|
|
46
|
+
"valueSize": 1,
|
|
47
|
+
"minValue": 0,
|
|
48
|
+
"maxValue": 5,
|
|
49
|
+
"defaultValue": 5
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"#": "4",
|
|
53
|
+
"label": "Delay Between Retry Attempts",
|
|
54
|
+
"valueSize": 1,
|
|
55
|
+
"unit": "seconds",
|
|
56
|
+
"minValue": 1,
|
|
57
|
+
"maxValue": 60,
|
|
58
|
+
"defaultValue": 6
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"#": "5",
|
|
62
|
+
"label": "Supervision Report Timeout",
|
|
63
|
+
"description": "How long to wait for a Supervision Report response to a Supervision Get",
|
|
64
|
+
"valueSize": 2,
|
|
65
|
+
"unit": "ms",
|
|
66
|
+
"minValue": 500,
|
|
67
|
+
"maxValue": 5000,
|
|
68
|
+
"defaultValue": 1500
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"metadata": {
|
|
72
|
+
"inclusion": "To include begin the setup process near your Ring Alarm Base Station. \n\n- In the Ring app, tap Set Up a Device. Choose Security Devices, then Sensors, then Ring Flood/Freeze Sensor, then tap Add Device.\n- To complete the setup process, follow the in-app instructions. \n- When prompted, scan the QR Code or enter the PIN. \n- This begins the pairing process. \n- When prompted, open the lid and pull out the clear tab. \n- Twist the lid to the left to unlock, then lift it to remove. Next, pull out the clear battery tab. This turns on the Sensor. \n- Your Base Station finds it automatically. \n\nNote: The QR Code and PIN are on the back of your sensor and in the product packaging.",
|
|
73
|
+
"exclusion": "To remove this Sensor from your system: \n- Open the side menu in the Ring app and tap Devices, then Base Station. \n- Next, select your Sensor, then tap the gear-shaped icon, and tap Remove Device. \n- When prompted, open the sensor and remove and reinstall the battery to complete the removal.",
|
|
74
|
+
"reset": "To factory reset, press and hold the Setup button for 10 seconds. When the LED ring stops blinking, the Sensor has reset. \nThis process disconnects the Sensor from Ring Alarm. To begin using the Sensor again, repeat the setup process in the Ring app. \n\nNote: Use this procedure only in the event that the network primary controller is missing or otherwise inoperable.",
|
|
75
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/3160/Ring%20FloodFreeze-Zwave-Manual.pdf"
|
|
76
|
+
}
|
|
77
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "iDevices",
|
|
3
|
+
"manufacturerId": "0x0458",
|
|
4
|
+
"label": "61303 / ZW3010",
|
|
5
|
+
"description": "In-Wall Smart Dimmer",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
// This device is a re-branded Jasco 46564 / ZW3010
|
|
9
|
+
"productType": "0x4944",
|
|
10
|
+
"productId": "0x3236",
|
|
11
|
+
"zwaveAllianceId": 4319
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"firmwareVersion": {
|
|
15
|
+
"min": "0.0",
|
|
16
|
+
"max": "255.255"
|
|
17
|
+
},
|
|
18
|
+
"associations": {
|
|
19
|
+
"1": {
|
|
20
|
+
"label": "Lifeline",
|
|
21
|
+
"maxNodes": 5,
|
|
22
|
+
"isLifeline": true
|
|
23
|
+
},
|
|
24
|
+
"2": {
|
|
25
|
+
"label": "Single Press",
|
|
26
|
+
"maxNodes": 5
|
|
27
|
+
},
|
|
28
|
+
"3": {
|
|
29
|
+
"label": "Double Tap",
|
|
30
|
+
"maxNodes": 5,
|
|
31
|
+
"isLifeline": true
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"paramInformation": [
|
|
35
|
+
{
|
|
36
|
+
"#": "3",
|
|
37
|
+
"$import": "~/templates/master_template.json#led_indicator_four_options"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"#": "6",
|
|
41
|
+
"$import": "~/0x0063/templates/jasco_template.json#dim_rate"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"#": "16",
|
|
45
|
+
"$import": "~/0x0063/templates/jasco_template.json#switch_mode"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"#": "19",
|
|
49
|
+
"$import": "~/0x0063/templates/jasco_template.json#alternate_exclusion"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"#": "30",
|
|
53
|
+
"$import": "~/0x0063/templates/jasco_template.json#dim_threshold_min"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"#": "31",
|
|
57
|
+
"$import": "~/0x0063/templates/jasco_template.json#dim_threshold_max"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"#": "32",
|
|
61
|
+
"$import": "~/0x0063/templates/jasco_template.json#default_brightness_level"
|
|
62
|
+
}
|
|
63
|
+
],
|
|
64
|
+
"compat": {
|
|
65
|
+
"mapBasicSet": "event"
|
|
66
|
+
},
|
|
67
|
+
"metadata": {
|
|
68
|
+
"inclusion": "Adding your device to a Z-Wave network\n1. Follow the instructions for your Z-Wave certified controller to\nadd a device to the Z-Wave network.\n2. Once the controller is ready to add your device, press\nand release the top or bottom of the wireless smart dimmer\n(rocker)",
|
|
69
|
+
"exclusion": "To remove and reset the device\n1. Follow the instructions for your Z-Wave certified controller to\nremove a device from the Z-Wave network.\n2. Once the controller is ready to remove your device, press\nand release the top or bottom of the wireless smart dimmer\n(rocker)",
|
|
70
|
+
"reset": "1. Quickly press ON (top) button three times then immediately\npress the OFF (bottom) button three times. The LED will flash\nON/OFF five times when completed successfully.\nNote: This should only be used if your network’s primary\ncontroller is missing or otherwise inoperable",
|
|
71
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4319/61303-1%20EnFrSp%20QSG%20v1.pdf"
|
|
72
|
+
}
|
|
73
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "13.0.0-beta.
|
|
3
|
+
"version": "13.0.0-beta.4",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"test:dirty": "node -r ../../maintenance/esbuild-register.js ../maintenance/src/resolveDirtyTests.ts --run"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@zwave-js/core": "13.0.0-beta.
|
|
59
|
+
"@zwave-js/core": "13.0.0-beta.4",
|
|
60
60
|
"@zwave-js/shared": "13.0.0-beta.1",
|
|
61
61
|
"alcalzone-shared": "^4.0.8",
|
|
62
62
|
"ansi-colors": "^4.1.3",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@types/sinon": "^17.0.3",
|
|
78
78
|
"@types/xml2js": "^0.4.14",
|
|
79
79
|
"@types/yargs": "^17.0.32",
|
|
80
|
-
"@zwave-js/maintenance": "13.0.0-beta.
|
|
80
|
+
"@zwave-js/maintenance": "13.0.0-beta.4",
|
|
81
81
|
"ava": "^6.1.2",
|
|
82
82
|
"comment-json": "^4.2.3",
|
|
83
83
|
"del-cli": "^5.1.0",
|