@zwave-js/config 15.3.2 → 15.4.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.
- 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/0x0001/zdp100.json +9 -1
- package/config/devices/0x0005/pe653.json +96 -7
- package/config/devices/0x0063/58446_zwa4013.json +98 -0
- package/config/devices/0x0063/templates/jasco_template.json +5 -0
- package/config/devices/0x0086/templates/aeotec_template.json +1232 -98
- package/config/devices/0x0129/ydm3109a.json +94 -0
- package/config/devices/0x015f/mh-s314-7102.json +697 -0
- package/config/devices/0x015f/mh4936.json +141 -0
- package/config/devices/0x015f/mh5-2a.json +19 -268
- package/config/devices/0x015f/mh5-2d.json +106 -0
- package/config/devices/0x015f/mh5-4a.json +98 -0
- package/config/devices/0x015f/templates/mcohome_template.json +268 -14
- package/config/devices/0x031e/vzw31-sn.json +151 -3
- package/config/devices/0x0371/zwa046_1phase_eu.json +508 -0
- package/config/devices/0x0371/zwa046_2phase_us.json +722 -0
- package/config/devices/0x0371/zwa046_3phase_eu.json +940 -0
- package/config/devices/0x045a/WM25C.json +196 -0
- package/package.json +8 -8
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Yale",
|
|
3
|
+
"manufacturerId": "0x0129",
|
|
4
|
+
"label": "YDM3109A",
|
|
5
|
+
"description": "Smart Lock",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
// Malaysian version
|
|
9
|
+
"productType": "0xc006",
|
|
10
|
+
"productId": "0x5904",
|
|
11
|
+
"zwaveAllianceId": 4723
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
// New Zealand / Australian version
|
|
15
|
+
"productType": "0xc006",
|
|
16
|
+
"productId": "0x1904"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"firmwareVersion": {
|
|
20
|
+
"min": "0.0",
|
|
21
|
+
"max": "255.255"
|
|
22
|
+
},
|
|
23
|
+
"compat": {
|
|
24
|
+
"alarmMapping": [
|
|
25
|
+
{
|
|
26
|
+
"$import": "templates/yale_template.json#alarm_map_keypad_limit"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"$import": "templates/yale_template.json#alarm_map_manual_unlock"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"$import": "templates/yale_template.json#alarm_map_rf_unlock"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"$import": "templates/yale_template.json#alarm_map_keypad_unlock"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"$import": "templates/yale_template.json#alarm_map_manual_lock"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"$import": "templates/yale_template.json#alarm_map_rf_lock"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"$import": "templates/yale_template.json#alarm_map_keypad_lock"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"$import": "templates/yale_template.json#alarm_map_deadbolt_jammed"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"$import": "templates/yale_template.json#alarm_map_low_battery"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"$import": "templates/yale_template.json#alarm_map_critical_battery"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"$import": "templates/yale_template.json#alarm_map_auto_relock"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"$import": "templates/yale_template.json#alarm_map_rfid_unlock"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
// Interior "Forced Lock/Privacy Switch" set to ON position.
|
|
63
|
+
//
|
|
64
|
+
// Translating this to a "Home Monitoring" / "Home occupied"
|
|
65
|
+
// notification, due to lack of a suitable standardized representation.
|
|
66
|
+
"from": { "alarmType": 155, "alarmLevel": 0 },
|
|
67
|
+
"to": {
|
|
68
|
+
"notificationType": 22,
|
|
69
|
+
"notificationEvent": 2
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
// Interior "Forced Lock/Privacy Switch" set to OFF position.
|
|
74
|
+
//
|
|
75
|
+
// Translating this to a "Home Monitoring" / "Home occupied"
|
|
76
|
+
// notification, due to lack of a suitable standardized representation.
|
|
77
|
+
"from": {
|
|
78
|
+
"alarmType": 155,
|
|
79
|
+
"alarmLevel": 1
|
|
80
|
+
},
|
|
81
|
+
"to": {
|
|
82
|
+
"notificationType": 22,
|
|
83
|
+
"notificationEvent": 0
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
]
|
|
87
|
+
},
|
|
88
|
+
"metadata": {
|
|
89
|
+
"inclusion": "How to add (pairing) the product into Z-Wave network\n 1. Operate on lock following guide below:\n 1) Enter Master Code-> 'R' -> '9' -> '#' -> '1' -> '#' (only can be activated in advanced mode)",
|
|
90
|
+
"exclusion": "How to remove the product from Z-Wave network\n 1. Operate on lock following guide below:\n 1) Enter Master Code-> 'R' -> '9' -> '#' -> '3' -> '#' -> Master Code -> '#' (only can be activated in advanced mode)",
|
|
91
|
+
"reset": "How to factory reset for Z-Wave\nNote: please use this procedure only when the network primary controller is missing or otherwise inoperable.\n 1) Press and hold the \"factory reset\" key after the lock body\n 2) Power off the lock body for more than 5S, and plug in the battery again\n 3) Plug in the battery again and wait for 5S to release the \"factory reset\" key",
|
|
92
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=cert_portal/certs/459/DoorLockManualforYDM3109A_4.docx"
|
|
93
|
+
}
|
|
94
|
+
}
|