Update zigbee-shepherd-converters to 4.0.6

This commit is contained in:
Koenkk
2018-10-17 21:16:06 +02:00
parent 153f8bcfb5
commit 0aab565083
3 changed files with 8 additions and 7 deletions
+1
View File
@@ -354,6 +354,7 @@ const mapping = {
'AB35996': [configurations.light_brightness_colortemp_xy],
'AB401130055': [configurations.light_brightness_colortemp],
'74282': [configurations.light_brightness_colortemp],
'RS 128 T': [configurations.light_brightness_colortemp],
};
// A map of all discoverd devices
+6 -6
View File
@@ -3619,9 +3619,9 @@
"integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw=="
},
"progress": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/progress/-/progress-2.0.0.tgz",
"integrity": "sha1-ihvjZr+Pwj2yvSPxDG/pILQ4nR8=",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/progress/-/progress-2.0.1.tgz",
"integrity": "sha512-OE+a6vzqazc+K6LxJrX5UPyKFvGnL5CYmq2jFGNIBWHpc4QyE49/YOumcrpQFJpfejmvRtbJzgO1zPmMCqlbBg==",
"dev": true
},
"promirepl": {
@@ -4756,9 +4756,9 @@
}
},
"zigbee-shepherd-converters": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-4.0.5.tgz",
"integrity": "sha512-B68280h4o6ACI09vVPhzgx9q9XSYh8mxLQUEPyQnQvfsZDqjJxc0ntdQR/m+KicBrsSkj4wqC2a8caSCSAo8mA==",
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-4.0.6.tgz",
"integrity": "sha512-bcrAuokQzml9sLJe64V5fz9Uq+S31Kc5dYmlbV9Xanm9b6AL1F5hke3isNGl8eLAaneUZZn/d50GFmxczxiHyQ==",
"requires": {
"debounce": "*"
},
+1 -1
View File
@@ -42,7 +42,7 @@
"winston": "2.4.2",
"zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#fbd8c936bbd4be0597ad3e934be0ca722b0128a6",
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#c3fdef2c30267573aa5821a0f2c51f21a700eff2",
"zigbee-shepherd-converters": "4.0.5"
"zigbee-shepherd-converters": "4.0.6"
},
"devDependencies": {
"chai": "*",