@zwave-js/config 15.0.0 → 15.0.1

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.
@@ -1,2 +1,2 @@
1
- export declare const PACKAGE_VERSION = "15.0.0";
1
+ export declare const PACKAGE_VERSION = "15.0.1";
2
2
  //# sourceMappingURL=_version.d.ts.map
@@ -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 = "15.0.0";
24
+ const PACKAGE_VERSION = "15.0.1";
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 = \"15.0.0\";\n"],
4
+ "sourcesContent": ["// This file is auto-generated by the codegen maintenance script\nexport const PACKAGE_VERSION = \"15.0.1\";\n"],
5
5
  "mappings": ";;;;;;;;;;;;;;;;;;AAAA;;;;;AACO,MAAM,kBAAkB;",
6
6
  "names": []
7
7
  }
@@ -1,2 +1,2 @@
1
- export declare const PACKAGE_VERSION = "15.0.0";
1
+ export declare const PACKAGE_VERSION = "15.0.1";
2
2
  //# sourceMappingURL=_version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // This file is auto-generated by the codegen maintenance script
2
- export const PACKAGE_VERSION = "15.0.0";
2
+ export const PACKAGE_VERSION = "15.0.1";
3
3
  //# sourceMappingURL=_version.js.map
@@ -578,6 +578,18 @@
578
578
  }
579
579
  }
580
580
  },
581
+ "alarm_map_outside_schedule": {
582
+ "from": {
583
+ "alarmType": 132
584
+ },
585
+ "to": {
586
+ "notificationType": 6, // Access Control
587
+ "notificationEvent": 254, // Valid user but outside of schedule
588
+ "eventParameters": {
589
+ "userId": "alarmLevel"
590
+ }
591
+ }
592
+ },
581
593
  "assure_zw3_metadata": {
582
594
  "inclusion": "1. Enter the 4-8 digit master PIN code followed by the gear key\n2. Press the 7 key followed by the gear key\n3. Press the 1 key followed by the gear key\n4. Enter the first 5 digits of the DSK when prompted",
583
595
  "exclusion": "1. Enter the 4-8 digit master PIN code, followed by the gear key.\n2. Press the 7 key followed by the gear key.\n3. Press the 3 key followed by the gear key.",
@@ -101,6 +101,13 @@
101
101
  "$import": "templates/yale_template.json#expiring_pin_lifetime"
102
102
  }
103
103
  ],
104
+ "compat": {
105
+ "alarmMapping": [
106
+ {
107
+ "$import": "templates/yale_template.json#alarm_map_outside_schedule"
108
+ }
109
+ ]
110
+ },
104
111
  "metadata": {
105
112
  "$import": "templates/yale_template.json#assure2_zw3_metadata",
106
113
  "reset": "Please use this procedure only when the network primary controller is missing or otherwise inoperable.\n1. Remove the inside lever with the lever removal tool.\n2. Remove battery cover using hex wrench provided with lock.\n3. Remove four (4) AA batteries.\n4. Remove the 10-32 x 3/4\" pan head screw from the center of the battery housing into the barrel nut of the outside assembly.\n5. Remove inside escutcheon. Cables may stay connected.\n6. Reinstall batteries \n7. On the back of the PC board, push and hold the Reset Button with the lever removal tool for 3 seconds.\n8. While continuing the press the reset button, temporarily remove one AA battery.\n9. Reinstall the battery\n10. Release reset button and wait 15 seconds. Speaker will announce \"Welcome to Yale\"\n11. Reassemble escutcheon",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "15.0.0",
3
+ "version": "15.0.1",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"