@zwave-js/config 10.12.0 → 10.13.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.
@@ -0,0 +1,25 @@
1
+ {
2
+ "manufacturer": "Vesternet",
3
+ "manufacturerId": "0x0330",
4
+ "label": "VES-ZW-WAL-008",
5
+ "description": "Wall Controller - 4 Button",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0300",
9
+ "productId": "0xa306",
10
+ "zwaveAllianceId": 3783
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "1.27",
15
+ "max": "1.29"
16
+ },
17
+ // This is a re-branded version of the Sunricher ZV9001K4-DIM-G2
18
+ "preferred": true,
19
+ "metadata": {
20
+ "inclusion": "Step 1. Set primary controller/gateway into inclusion mode.\nStep 2. Press and hold down both | and O buttons on the top row for over 3 seconds until the LED indicator turns on. After approximately 10 seconds the LED indicator will blink 6 times to indicate successful inclusion.",
21
+ "exclusion": "Step 1. Set primary controller/gateway into exclusion mode.\nStep 2. Press and hold down both | and O buttons on the top row for over 3 seconds until the LED indicator turns on. After approximately 7 seconds the LED indicator will blink 4 times to indicate successful exclusion.",
22
+ "reset": "Press and hold down both | and O buttons on the top row for over 10 seconds until the LED indicator turns on. Release both | and O buttons and the LED indicator will blink 4 times to indicate successful factory reset.",
23
+ "manual": "https://cdn.shopify.com/s/files/1/0066/8149/3559/files/VES-ZW-WAL-008.pdf"
24
+ }
25
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "manufacturer": "Vesternet",
3
+ "manufacturerId": "0x0330",
4
+ "label": "VES-ZW-WAL-009",
5
+ "description": "Wall Controller - 8 Button",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0300",
9
+ "productId": "0xa305",
10
+ "zwaveAllianceId": 3334
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "1.27",
15
+ "max": "1.29"
16
+ },
17
+ // This device is a re-branded "Sunricher Wall Mounted Switch 8"
18
+ "preferred": true,
19
+ "metadata": {
20
+ "inclusion": "Step 1. Set primary controller/gateway into inclusion mode.\nStep 2. Press and hold down both | and O buttons on the top row for over 3 seconds until the LED indicator turns on. After approximately 10 seconds the LED indicator will blink 6 times to indicate successful inclusion.",
21
+ "exclusion": "Step 1. Set primary controller/gateway into exclusion mode.\nStep 2. Press and hold down both | and O buttons on the top row for over 3 seconds until the LED indicator turns on. After approximately 7 seconds the LED indicator will blink 4 times to indicate successful exclusion.",
22
+ "reset": "Press and hold down both | and O buttons on the top row for over 10 seconds until the LED indicator turns on. Release both | and O buttons and the LED indicator will blink 4 times to indicate successful factory reset.",
23
+ "manual": "https://cdn.shopify.com/s/files/1/0066/8149/3559/files/VES-ZW-WAL-009.pdf"
24
+ }
25
+ }
@@ -533,30 +533,54 @@
533
533
  ],
534
534
  "events": {
535
535
  "0x01": {
536
- "label": "Manual lock operation"
536
+ "label": "Manual lock operation",
537
+ "idleVariables": [
538
+ // Lock state - Lock jammed
539
+ "0x0b"
540
+ ]
537
541
  },
538
542
  "0x02": {
539
- "label": "Manual unlock operation"
543
+ "label": "Manual unlock operation",
544
+ "idleVariables": [
545
+ // Lock state - Lock jammed
546
+ "0x0b"
547
+ ]
540
548
  },
541
549
  "0x03": {
542
- "label": "RF lock operation"
550
+ "label": "RF lock operation",
551
+ "idleVariables": [
552
+ // Lock state - Lock jammed
553
+ "0x0b"
554
+ ]
543
555
  },
544
556
  "0x04": {
545
- "label": "RF unlock operation"
557
+ "label": "RF unlock operation",
558
+ "idleVariables": [
559
+ // Lock state - Lock jammed
560
+ "0x0b"
561
+ ]
546
562
  },
547
563
  "0x05": {
548
564
  "label": "Keypad lock operation",
549
565
  // parameters contain User Code Report
550
566
  "params": {
551
567
  "type": "commandclass"
552
- }
568
+ },
569
+ "idleVariables": [
570
+ // Lock state - Lock jammed
571
+ "0x0b"
572
+ ]
553
573
  },
554
574
  "0x06": {
555
575
  "label": "Keypad unlock operation",
556
576
  // parameters contain User Code Report
557
577
  "params": {
558
578
  "type": "commandclass"
559
- }
579
+ },
580
+ "idleVariables": [
581
+ // Lock state - Lock jammed
582
+ "0x0b"
583
+ ]
560
584
  },
561
585
  "0x07": {
562
586
  "label": "Manual not fully locked operation"
@@ -565,7 +589,11 @@
565
589
  "label": "RF not fully locked operation"
566
590
  },
567
591
  "0x09": {
568
- "label": "Auto lock locked operation"
592
+ "label": "Auto lock locked operation",
593
+ "idleVariables": [
594
+ // Lock state - Lock jammed
595
+ "0x0b"
596
+ ]
569
597
  },
570
598
  "0x0a": {
571
599
  "label": "Auto lock not fully locked operation"
@@ -608,7 +636,11 @@
608
636
  "params": {
609
637
  "type": "value",
610
638
  "name": "user ID"
611
- }
639
+ },
640
+ "idleVariables": [
641
+ // Lock state - Lock jammed
642
+ "0x0b"
643
+ ]
612
644
  },
613
645
  "0x22": {
614
646
  "label": "Unlock operation with User Code",
@@ -616,7 +648,11 @@
616
648
  "params": {
617
649
  "type": "value",
618
650
  "name": "user ID"
619
- }
651
+ },
652
+ "idleVariables": [
653
+ // Lock state - Lock jammed
654
+ "0x0b"
655
+ ]
620
656
  },
621
657
  "0x41": {
622
658
  "label": "Barrier operation (open/close) force has been exceeded"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "10.12.0",
3
+ "version": "10.13.0",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -66,8 +66,8 @@
66
66
  "test:dirty": "node -r ../../maintenance/esbuild-register.js ../maintenance/src/resolveDirtyTests.ts --run"
67
67
  },
68
68
  "dependencies": {
69
- "@zwave-js/core": "10.12.0",
70
- "@zwave-js/shared": "10.11.1",
69
+ "@zwave-js/core": "10.13.0",
70
+ "@zwave-js/shared": "10.13.0",
71
71
  "alcalzone-shared": "^4.0.8",
72
72
  "ansi-colors": "^4.1.3",
73
73
  "fs-extra": "^10.1.0",
@@ -88,18 +88,18 @@
88
88
  "@types/sinon": "^10.0.13",
89
89
  "@types/xml2js": "^0.4.11",
90
90
  "@types/yargs": "^17.0.12",
91
- "@zwave-js/maintenance": "10.12.0",
91
+ "@zwave-js/maintenance": "10.13.0",
92
92
  "ava": "^4.3.3",
93
93
  "comment-json": "^4.2.3",
94
94
  "del-cli": "^5.0.0",
95
95
  "esbuild": "0.15.7",
96
- "esbuild-register": "^3.3.3",
96
+ "esbuild-register": "^3.4.2",
97
97
  "js-levenshtein": "^1.1.6",
98
98
  "pegjs": "^0.10.0",
99
99
  "prettier": "^2.8.4",
100
100
  "sinon": "^14.0.0",
101
101
  "ts-pegjs": "^0.3.1",
102
- "typescript": "4.9.4",
102
+ "typescript": "4.9.5",
103
103
  "xml2js": "^0.4.23",
104
104
  "yargs": "^17.5.1"
105
105
  }