@zwave-js/config 8.9.0-beta.0 → 8.9.0-beta.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.
@@ -5,6 +5,7 @@
5
5
  "description": "Roller Shutter Module",
6
6
  "devices": [
7
7
  {
8
+ // Non Z-Wave+
8
9
  "productType": "0x0002",
9
10
  "productId": "0x0002",
10
11
  "zwaveAllianceId": 677
@@ -1,39 +1,79 @@
1
1
  {
2
2
  "manufacturer": "Fakro",
3
3
  "manufacturerId": "0x0085",
4
- "label": "ARZ Z-WAV",
5
- "description": "ARZ Z-Wave",
4
+ "label": "ARZ Z-Wave",
5
+ "description": "Roller Shutter",
6
6
  "devices": [
7
7
  {
8
+ // This is the Z-Wave Plus variant
8
9
  "productType": "0x0003",
9
10
  "productId": "0x0011",
10
11
  "zwaveAllianceId": [2571, 2888]
12
+ },
13
+ {
14
+ // ARZ 1.1 (?)
15
+ "productType": "0x0003",
16
+ "productId": "0x0111"
11
17
  }
12
18
  ],
13
19
  "firmwareVersion": {
14
20
  "min": "0.0",
15
21
  "max": "255.255"
16
22
  },
23
+ "associations": {
24
+ "1": {
25
+ "label": "Lifeline",
26
+ "maxNodes": 1,
27
+ "isLifeline": true
28
+ },
29
+ "2": {
30
+ "label": "Basic Repeat",
31
+ "maxNodes": 5
32
+ },
33
+ "3": {
34
+ "label": "Multilevel Switch Repeat",
35
+ "maxNodes": 5
36
+ }
37
+ },
17
38
  "paramInformation": [
18
39
  {
19
40
  "#": "12",
20
- "label": "Calibrate",
21
- "description": "Value 1 – calibrated, value 2 – discalibrated – to enter the calibration mode must first time discalibrate and then calibrate",
41
+ "label": "Calibration",
42
+ "description": "To calibrate, first select Discalibrated, then Calibrated",
22
43
  "valueSize": 1,
23
44
  "minValue": 1,
24
45
  "maxValue": 2,
25
46
  "defaultValue": 1,
26
- "unsigned": true
47
+ "allowManualEntry": false,
48
+ "options": [
49
+ {
50
+ "label": "Calibrated",
51
+ "value": 1
52
+ },
53
+ {
54
+ "label": "Discalibrated",
55
+ "value": 2
56
+ }
57
+ ]
27
58
  },
28
59
  {
29
60
  "#": "13",
30
- "label": "End Position",
31
- "description": "1 – ff go to max, 2 – ff go to previous position",
61
+ "label": "Response to Basic Set (0xff)",
32
62
  "valueSize": 1,
33
63
  "minValue": 1,
34
64
  "maxValue": 2,
35
65
  "defaultValue": 1,
36
- "unsigned": true
66
+ "allowManualEntry": false,
67
+ "options": [
68
+ {
69
+ "label": "Fully open",
70
+ "value": 1
71
+ },
72
+ {
73
+ "label": "Previous position",
74
+ "value": 2
75
+ }
76
+ ]
37
77
  }
38
78
  ],
39
79
  "metadata": {
@@ -0,0 +1,80 @@
1
+ {
2
+ "manufacturer": "Fakro",
3
+ "manufacturerId": "0x0085",
4
+ "label": "ARZ Z-Wave Solar",
5
+ "description": "Roller Shutter",
6
+ "devices": [
7
+ {
8
+ // Solar variant of ARZ Z-Wave
9
+ "productType": "0x0003",
10
+ "productId": "0x0112"
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "0.0",
15
+ "max": "255.255"
16
+ },
17
+ "associations": {
18
+ "1": {
19
+ "label": "Lifeline",
20
+ "maxNodes": 1,
21
+ "isLifeline": true
22
+ },
23
+ "2": {
24
+ "label": "Basic Repeat",
25
+ "maxNodes": 5
26
+ },
27
+ "3": {
28
+ "label": "Multilevel Switch Repeat",
29
+ "maxNodes": 5
30
+ }
31
+ },
32
+ "paramInformation": [
33
+ {
34
+ "#": "13",
35
+ "$import": "arz_z-wave.json#paramInformation/13"
36
+ },
37
+ {
38
+ "#": "99",
39
+ "label": "Reset to Factory Defaults",
40
+ "valueSize": 1,
41
+ "minValue": 1,
42
+ "maxValue": 2,
43
+ "defaultValue": 1,
44
+ "unsigned": true,
45
+ "writeOnly": true,
46
+ "allowManualEntry": false,
47
+ "options": [
48
+ {
49
+ "label": "Reset to Factory Default",
50
+ "value": 1
51
+ },
52
+ {
53
+ "label": "Parameters are changed",
54
+ "value": 2
55
+ }
56
+ ]
57
+ },
58
+ {
59
+ "#": "100",
60
+ "label": "Autoexclude",
61
+ "valueSize": 1,
62
+ "minValue": 1,
63
+ "maxValue": 2,
64
+ "defaultValue": 1,
65
+ "unsigned": true,
66
+ "writeOnly": true,
67
+ "allowManualEntry": false,
68
+ "options": [
69
+ {
70
+ "label": "Idle",
71
+ "value": 1
72
+ },
73
+ {
74
+ "label": "Autoexclude",
75
+ "value": 2
76
+ }
77
+ ]
78
+ }
79
+ ]
80
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "8.9.0-beta.0",
3
+ "version": "8.9.0-beta.1",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -40,8 +40,8 @@
40
40
  "ts": "node -r esbuild-register"
41
41
  },
42
42
  "dependencies": {
43
- "@zwave-js/core": "8.9.0-beta.0",
44
- "@zwave-js/shared": "8.9.0-beta.0",
43
+ "@zwave-js/core": "8.9.0-beta.1",
44
+ "@zwave-js/shared": "8.9.0-beta.1",
45
45
  "alcalzone-shared": "^4.0.1",
46
46
  "ansi-colors": "^4.1.1",
47
47
  "fs-extra": "^10.0.0",
@@ -60,7 +60,7 @@
60
60
  "@types/semver": "^7.3.9",
61
61
  "@types/xml2json": "^0.11.4",
62
62
  "@types/yargs": "^17.0.7",
63
- "@zwave-js/maintenance": "8.9.0-beta.0",
63
+ "@zwave-js/maintenance": "8.9.0-beta.1",
64
64
  "axios": "^0.24.0",
65
65
  "comment-json": "^4.1.1",
66
66
  "esbuild": "*",
@@ -73,5 +73,5 @@
73
73
  "xml2json": "^0.12.0",
74
74
  "yargs": "^17.3.0"
75
75
  },
76
- "gitHead": "8c9d19aa32dd579f8cc0c3cf3f4c738bc21ebe0b"
76
+ "gitHead": "edf003755781e4508516eb3fa56205eff1abb8de"
77
77
  }
@@ -1,57 +0,0 @@
1
- {
2
- "manufacturer": "Fakro",
3
- "manufacturerId": "0x0085",
4
- "label": "ARZ 1.1",
5
- "description": "Roller Shutter Module",
6
- "devices": [
7
- {
8
- "productType": "0x0003",
9
- "productId": "0x0111"
10
- }
11
- ],
12
- "firmwareVersion": {
13
- "min": "0.0",
14
- "max": "255.255"
15
- },
16
- "paramInformation": [
17
- {
18
- "#": "12",
19
- "label": "Calibration Mode",
20
- "valueSize": 1,
21
- "minValue": 0,
22
- "maxValue": 2,
23
- "defaultValue": 1,
24
- "allowManualEntry": false,
25
- "options": [
26
- {
27
- "label": "Calibrated",
28
- "value": 1
29
- },
30
- {
31
- "label": "Discalibrated",
32
- "value": 2
33
- }
34
- ]
35
- },
36
- {
37
- "#": "13",
38
- "label": "BASIC SET Response",
39
- "description": "Allows to change motor behavior after receiving BASIC_SET with value 0xFF",
40
- "valueSize": 1,
41
- "minValue": 0,
42
- "maxValue": 2,
43
- "defaultValue": 1,
44
- "allowManualEntry": false,
45
- "options": [
46
- {
47
- "label": "FF go to Max",
48
- "value": 1
49
- },
50
- {
51
- "label": "FF go to previous position",
52
- "value": 2
53
- }
54
- ]
55
- }
56
- ]
57
- }
@@ -1,16 +0,0 @@
1
- {
2
- "manufacturer": "Fakro",
3
- "manufacturerId": "0x0085",
4
- "label": "ARZ Solar",
5
- "description": "Roller Shutter",
6
- "devices": [
7
- {
8
- "productType": "0x0003",
9
- "productId": "0x0112"
10
- }
11
- ],
12
- "firmwareVersion": {
13
- "min": "0.0",
14
- "max": "255.255"
15
- }
16
- }