@zwave-js/config 9.5.0 → 9.5.1-0-pr-4758-dc858e7
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.
|
@@ -44,6 +44,28 @@
|
|
|
44
44
|
"$import": "templates/yale_template.json#remote_relock_time"
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
|
+
"compat": {
|
|
48
|
+
"alarmMapping": [
|
|
49
|
+
{
|
|
50
|
+
"$import": "templates/yale_template.json#alarm_map_rfid_unlock"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"$import": "templates/yale_template.json#alarm_map_keypad_unlock"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"$import": "templates/yale_template.json#alarm_map_deadbolt_jammed"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"$import": "templates/yale_template.json#alarm_map_auto_relock"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"$import": "templates/yale_template.json#alarm_map_rf_lock"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"$import": "templates/yale_template.json#alarm_map_rf_unlock"
|
|
66
|
+
}
|
|
67
|
+
]
|
|
68
|
+
},
|
|
47
69
|
"metadata": {
|
|
48
70
|
"inclusion": "Put the Z-Wave controller into add mode\n\nEnter the Master code on the lock, followed by #\n\nPress the 4 button, followed by #\n\nPress the 1 button followed by #\n\nRefer to the operation manual of the Z-Wave controller to complete the add/inclusion process\n\nFor more information on this please visit:\nwww.yale.co.uk/smart-living",
|
|
49
71
|
"exclusion": "Put the Z-Wave controller into remove mode\n\nEnter the Master code on the lock, followed by #\n\nPress the 4 button, followed by #\n\nPress the 3 button followed by #\n\nRefer to the operation manual of the Z-Wave controller to complete the remove/exclusion process\n\nFor more information on this please visit:\nwww.yale.co.uk/smart-living",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "9.5.0",
|
|
3
|
+
"version": "9.5.1-0-pr-4758-dc858e7",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
"ts": "node -r esbuild-register"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@zwave-js/core": "9.
|
|
56
|
-
"@zwave-js/shared": "9.
|
|
55
|
+
"@zwave-js/core": "9.5.1-0-pr-4758-dc858e7",
|
|
56
|
+
"@zwave-js/shared": "9.5.1-0-pr-4758-dc858e7",
|
|
57
57
|
"alcalzone-shared": "^4.0.1",
|
|
58
58
|
"ansi-colors": "^4.1.3",
|
|
59
59
|
"fs-extra": "^10.1.0",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@types/semver": "^7.3.9",
|
|
73
73
|
"@types/xml2js": "^0.4.11",
|
|
74
74
|
"@types/yargs": "^17.0.10",
|
|
75
|
-
"@zwave-js/maintenance": "9.
|
|
75
|
+
"@zwave-js/maintenance": "9.5.1-0-pr-4758-dc858e7",
|
|
76
76
|
"axios": "^0.27.2",
|
|
77
77
|
"comment-json": "^4.2.2",
|
|
78
78
|
"esbuild": "0.14.42",
|
|
@@ -84,5 +84,6 @@
|
|
|
84
84
|
"typescript": "4.6.4",
|
|
85
85
|
"xml2js": "^0.4.23",
|
|
86
86
|
"yargs": "^17.5.1"
|
|
87
|
-
}
|
|
87
|
+
},
|
|
88
|
+
"stableVersion": "9.5.0"
|
|
88
89
|
}
|