@zwave-js/config 12.6.0 → 12.7.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.
|
@@ -12,5 +12,36 @@
|
|
|
12
12
|
"firmwareVersion": {
|
|
13
13
|
"min": "0.0",
|
|
14
14
|
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"compat": {
|
|
17
|
+
// The device reports version 0 for several of its command classes
|
|
18
|
+
"commandClasses": {
|
|
19
|
+
"add": {
|
|
20
|
+
"Binary Switch": {
|
|
21
|
+
"isSupported": true,
|
|
22
|
+
"version": 1
|
|
23
|
+
},
|
|
24
|
+
"Indicator": {
|
|
25
|
+
"isSupported": true,
|
|
26
|
+
"version": 1
|
|
27
|
+
},
|
|
28
|
+
"Multilevel Sensor": {
|
|
29
|
+
"isSupported": true,
|
|
30
|
+
"version": 1
|
|
31
|
+
},
|
|
32
|
+
"Thermostat Mode": {
|
|
33
|
+
"isSupported": true,
|
|
34
|
+
"version": 1
|
|
35
|
+
},
|
|
36
|
+
"Thermostat Setpoint": {
|
|
37
|
+
"isSupported": true,
|
|
38
|
+
"version": 1
|
|
39
|
+
},
|
|
40
|
+
"Thermostat Operating State": {
|
|
41
|
+
"isSupported": true,
|
|
42
|
+
"version": 1
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
15
46
|
}
|
|
16
47
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.7.0",
|
|
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.
|
|
58
|
+
"@zwave-js/core": "12.7.0",
|
|
59
59
|
"@zwave-js/shared": "12.5.3",
|
|
60
60
|
"alcalzone-shared": "^4.0.8",
|
|
61
61
|
"ansi-colors": "^4.1.3",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"@types/sinon": "^17.0.3",
|
|
77
77
|
"@types/xml2js": "^0.4.14",
|
|
78
78
|
"@types/yargs": "^17.0.32",
|
|
79
|
-
"@zwave-js/maintenance": "12.
|
|
79
|
+
"@zwave-js/maintenance": "12.7.0",
|
|
80
80
|
"ava": "^6.1.2",
|
|
81
81
|
"comment-json": "^4.2.3",
|
|
82
82
|
"del-cli": "^5.1.0",
|