@zwave-js/config 12.4.4 → 12.5.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.
- package/config/devices/0x0060/st814.json +12 -6
- package/config/devices/0x0063/26931_zw4006.json +2 -3
- package/config/devices/0x0086/dsb09.json +0 -10
- package/config/devices/0x008a/energy_switch.json +4 -0
- package/config/devices/0x0109/zl7432.json +3 -0
- package/config/devices/0x010f/fgs213.json +4 -0
- package/config/devices/0x010f/fgss001.json +6 -1
- package/config/devices/0x015f/mh9-co2.json +1 -1
- package/config/devices/0x019a/11_04_21_22_28.json +4 -4
- package/config/devices/0x0344/he-zw-therm-fl2.json +18 -1
- package/config/devices/0x0346/contact_sensor_gen2.json +5 -0
- package/config/devices/0x0346/glass_break_sensor.json +5 -0
- package/package.json +4 -4
- package/config/devices/0x010f/fgss-001.json +0 -17
|
@@ -29,7 +29,6 @@
|
|
|
29
29
|
{
|
|
30
30
|
"#": "1",
|
|
31
31
|
"label": "Dim Level Sent via Basic Set",
|
|
32
|
-
"description": "The dim level sent to a lamp module upon activation: (0) Off; (1)-(99) Dim Level",
|
|
33
32
|
"valueSize": 1,
|
|
34
33
|
"minValue": 0,
|
|
35
34
|
"maxValue": 99,
|
|
@@ -44,8 +43,9 @@
|
|
|
44
43
|
{
|
|
45
44
|
"#": "2",
|
|
46
45
|
"label": "Temperature Trigger ON Value",
|
|
47
|
-
"description": "Temperature level when a ON command is sent out.
|
|
46
|
+
"description": "Temperature level when a ON command is sent out. Allowable range -20..50, 99.",
|
|
48
47
|
"valueSize": 1,
|
|
48
|
+
"unit": "°C/F",
|
|
49
49
|
"minValue": -20,
|
|
50
50
|
"maxValue": 99,
|
|
51
51
|
"defaultValue": 99,
|
|
@@ -59,8 +59,9 @@
|
|
|
59
59
|
{
|
|
60
60
|
"#": "3",
|
|
61
61
|
"label": "Temperature Trigger OFF Value",
|
|
62
|
-
"description": "Temperature level when a OFF command is sent out.
|
|
62
|
+
"description": "Temperature level when a OFF command is sent out. Allowable range -20..50, 99.",
|
|
63
63
|
"valueSize": 1,
|
|
64
|
+
"unit": "°C/F",
|
|
64
65
|
"minValue": -20,
|
|
65
66
|
"maxValue": 99,
|
|
66
67
|
"defaultValue": 99,
|
|
@@ -74,8 +75,9 @@
|
|
|
74
75
|
{
|
|
75
76
|
"#": "4",
|
|
76
77
|
"label": "Humidity Trigger ON Value",
|
|
77
|
-
"description": "Humidity level when a ON command is sent out.
|
|
78
|
+
"description": "Humidity level when a ON command is sent out. Allowable range 20..90, 99.",
|
|
78
79
|
"valueSize": 1,
|
|
80
|
+
"unit": "%rH",
|
|
79
81
|
"minValue": 20,
|
|
80
82
|
"maxValue": 99,
|
|
81
83
|
"defaultValue": 99,
|
|
@@ -89,8 +91,9 @@
|
|
|
89
91
|
{
|
|
90
92
|
"#": "5",
|
|
91
93
|
"label": "Humidity Trigger OFF Value",
|
|
92
|
-
"description": "Humidity level when a OFF command is sent out.
|
|
94
|
+
"description": "Humidity level when a OFF command is sent out. Allowable range 20..90, 99.",
|
|
93
95
|
"valueSize": 1,
|
|
96
|
+
"unit": "%rH",
|
|
94
97
|
"minValue": 20,
|
|
95
98
|
"maxValue": 99,
|
|
96
99
|
"defaultValue": 99,
|
|
@@ -106,6 +109,7 @@
|
|
|
106
109
|
"label": "Auto Report Time",
|
|
107
110
|
"description": "Sets the time interval when a sensor report is sent",
|
|
108
111
|
"valueSize": 2,
|
|
112
|
+
"unit": "minutes",
|
|
109
113
|
"minValue": 0,
|
|
110
114
|
"maxValue": 1439,
|
|
111
115
|
"defaultValue": 0,
|
|
@@ -121,6 +125,7 @@
|
|
|
121
125
|
"label": "Auto Report Temperature",
|
|
122
126
|
"description": "Sets the temperature change causing a sensor report.",
|
|
123
127
|
"valueSize": 1,
|
|
128
|
+
"unit": "°C/F",
|
|
124
129
|
"minValue": 0,
|
|
125
130
|
"maxValue": 70,
|
|
126
131
|
"defaultValue": 0,
|
|
@@ -134,8 +139,9 @@
|
|
|
134
139
|
{
|
|
135
140
|
"#": "8",
|
|
136
141
|
"label": "Auto Report Humidity",
|
|
137
|
-
"description": "Sets the humidity change causing a sensor report.",
|
|
142
|
+
"description": "Sets the humidity change causing a sensor report. Allowable range: 0, 5..70.",
|
|
138
143
|
"valueSize": 1,
|
|
144
|
+
"unit": "%rH",
|
|
139
145
|
"minValue": 0,
|
|
140
146
|
"maxValue": 70,
|
|
141
147
|
"defaultValue": 0,
|
|
@@ -19,16 +19,6 @@
|
|
|
19
19
|
"label": "Lifeline",
|
|
20
20
|
"maxNodes": 5,
|
|
21
21
|
"isLifeline": true
|
|
22
|
-
},
|
|
23
|
-
"2": {
|
|
24
|
-
"label": "Group 2",
|
|
25
|
-
"maxNodes": 5,
|
|
26
|
-
"isLifeline": true
|
|
27
|
-
},
|
|
28
|
-
"3": {
|
|
29
|
-
"label": "Group 3",
|
|
30
|
-
"maxNodes": 5,
|
|
31
|
-
"isLifeline": true
|
|
32
22
|
}
|
|
33
23
|
},
|
|
34
24
|
"paramInformation": [
|
|
@@ -6,11 +6,16 @@
|
|
|
6
6
|
"devices": [
|
|
7
7
|
{
|
|
8
8
|
"productType": "0x0c00",
|
|
9
|
-
"productId": "0x1000"
|
|
9
|
+
"productId": "0x1000",
|
|
10
|
+
"zwaveAllianceId": 1049
|
|
10
11
|
},
|
|
11
12
|
{
|
|
12
13
|
"productType": "0x0c00",
|
|
13
14
|
"productId": "0x3000"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"productType": "0x0c00",
|
|
18
|
+
"productId": "0x4000"
|
|
14
19
|
}
|
|
15
20
|
],
|
|
16
21
|
"firmwareVersion": {
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"#": "4",
|
|
32
|
-
"label": "Temperature
|
|
32
|
+
"label": "Temperature Reporting",
|
|
33
33
|
"valueSize": 1,
|
|
34
34
|
"minValue": 0,
|
|
35
35
|
"maxValue": 3,
|
|
36
|
-
"defaultValue":
|
|
36
|
+
"defaultValue": 0,
|
|
37
37
|
"options": [
|
|
38
38
|
{
|
|
39
39
|
"label": "Disable",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
{
|
|
66
66
|
"#": "7",
|
|
67
67
|
"label": "High Temperature Threshold",
|
|
68
|
-
"valueSize":
|
|
68
|
+
"valueSize": 1,
|
|
69
69
|
"unit": "°C",
|
|
70
70
|
"minValue": -20,
|
|
71
71
|
"maxValue": 80,
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
{
|
|
75
75
|
"#": "8",
|
|
76
76
|
"label": "Low Temperature Threshold",
|
|
77
|
-
"valueSize":
|
|
77
|
+
"valueSize": 1,
|
|
78
78
|
"unit": "°C",
|
|
79
79
|
"minValue": -20,
|
|
80
80
|
"maxValue": 60,
|
|
@@ -629,5 +629,22 @@
|
|
|
629
629
|
"maxValue": 370,
|
|
630
630
|
"defaultValue": 180
|
|
631
631
|
}
|
|
632
|
-
]
|
|
632
|
+
],
|
|
633
|
+
"compat": {
|
|
634
|
+
"overrideQueries": {
|
|
635
|
+
// The response to the supported scales query is off by one bit: https://github.com/zwave-js/node-zwave-js/issues/6680
|
|
636
|
+
"Multilevel Sensor": [
|
|
637
|
+
{
|
|
638
|
+
"method": "getSupportedScales",
|
|
639
|
+
"matchArgs": [3], // Illuminance
|
|
640
|
+
"result": [
|
|
641
|
+
1 // Lux
|
|
642
|
+
],
|
|
643
|
+
"persistValues": {
|
|
644
|
+
"supportedScales(3)": [1]
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
]
|
|
648
|
+
}
|
|
649
|
+
}
|
|
633
650
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.5.0",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -55,8 +55,8 @@
|
|
|
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.
|
|
59
|
-
"@zwave-js/shared": "12.
|
|
58
|
+
"@zwave-js/core": "12.5.0",
|
|
59
|
+
"@zwave-js/shared": "12.5.0",
|
|
60
60
|
"alcalzone-shared": "^4.0.8",
|
|
61
61
|
"ansi-colors": "^4.1.3",
|
|
62
62
|
"fs-extra": "^11.1.1",
|
|
@@ -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.
|
|
79
|
+
"@zwave-js/maintenance": "12.5.0",
|
|
80
80
|
"ava": "^5.3.1",
|
|
81
81
|
"comment-json": "^4.2.3",
|
|
82
82
|
"del-cli": "^5.1.0",
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"manufacturer": "Fibargroup",
|
|
3
|
-
"manufacturerId": "0x010f",
|
|
4
|
-
"label": "Smoke Sensor",
|
|
5
|
-
"description": "Fibaro Smoke Sensor",
|
|
6
|
-
"devices": [
|
|
7
|
-
{
|
|
8
|
-
"productType": "0x0000",
|
|
9
|
-
"productId": "0x1000",
|
|
10
|
-
"zwaveAllianceId": 1049
|
|
11
|
-
}
|
|
12
|
-
],
|
|
13
|
-
"firmwareVersion": {
|
|
14
|
-
"min": "0.0",
|
|
15
|
-
"max": "255.255"
|
|
16
|
-
}
|
|
17
|
-
}
|