@zwave-js/config 12.0.3 → 12.0.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.
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "manufacturer": "TKB Home",
3
3
  "manufacturerId": "0x0118",
4
- "label": "TZ55S",
5
- "description": "Single Paddle Wall Dimmer",
4
+ "label": "TZ35S / TZ35D / TZ55S / TZ55D",
5
+ "description": "Single/Dual Paddle Wall Dimmer",
6
6
  "devices": [
7
7
  {
8
8
  "productType": "0x0808",
@@ -97,5 +97,9 @@
97
97
  }
98
98
  ]
99
99
  }
100
- ]
100
+ ],
101
+ "compat": {
102
+ // The right paddle sends its status via Basic Set commands
103
+ "treatBasicSetAsEvent": true
104
+ }
101
105
  }
@@ -0,0 +1,61 @@
1
+ {
2
+ "manufacturer": "Zooz",
3
+ "manufacturerId": "0x027a",
4
+ "label": "ZAC38",
5
+ "description": "Range Extender",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0004",
9
+ "productId": "0x0510"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "1",
19
+ "$import": "templates/zooz_template.json#low_battery_alarm_threshold",
20
+ "defaultValue": 10
21
+ },
22
+ {
23
+ "#": "2",
24
+ "$import": "~/templates/master_template.json#base_enable_disable",
25
+ "label": "Enable Battery Threshold Reports",
26
+ "defaultValue": 1
27
+ },
28
+ {
29
+ "#": "3",
30
+ "$import": "templates/zooz_template.json#battery_report_threshold",
31
+ "minValue": 5
32
+ },
33
+ {
34
+ "#": "4",
35
+ "label": "Battery Check Interval",
36
+ "description": "How often the device checks the battery level.",
37
+ "valueSize": 2,
38
+ "unit": "seconds",
39
+ "minValue": 1,
40
+ "maxValue": 65535,
41
+ "defaultValue": 600,
42
+ "unsigned": true
43
+ },
44
+ {
45
+ "#": "5",
46
+ "$import": "~/templates/master_template.json#base_enable_disable",
47
+ "label": "Enable Timed Battery Reports",
48
+ "defaultValue": 1
49
+ },
50
+ {
51
+ "#": "6",
52
+ "label": "Battery Report Interval",
53
+ "valueSize": 2,
54
+ "unit": "seconds",
55
+ "minValue": 30,
56
+ "maxValue": 65535,
57
+ "defaultValue": 3600,
58
+ "unsigned": true
59
+ }
60
+ ]
61
+ }
@@ -928,7 +928,7 @@
928
928
  }
929
929
  },
930
930
  "0x0a": {
931
- "name": "System",
931
+ "name": "Emergency Alarm",
932
932
  "events": {
933
933
  "0x01": {
934
934
  "label": "Contact police"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "12.0.3",
3
+ "version": "12.0.4",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -55,7 +55,7 @@
55
55
  "test:dirty": "node -r ../../maintenance/esbuild-register.js ../maintenance/src/resolveDirtyTests.ts --run"
56
56
  },
57
57
  "dependencies": {
58
- "@zwave-js/core": "12.0.3",
58
+ "@zwave-js/core": "12.0.4",
59
59
  "@zwave-js/shared": "12.0.3",
60
60
  "alcalzone-shared": "^4.0.8",
61
61
  "ansi-colors": "^4.1.3",
@@ -76,7 +76,7 @@
76
76
  "@types/sinon": "^10.0.16",
77
77
  "@types/xml2js": "^0.4.12",
78
78
  "@types/yargs": "^17.0.24",
79
- "@zwave-js/maintenance": "12.0.3",
79
+ "@zwave-js/maintenance": "12.0.4",
80
80
  "ava": "^5.3.1",
81
81
  "comment-json": "^4.2.3",
82
82
  "del-cli": "^5.1.0",