Update zigbee-shepherd-converters to 4.0.7.

This commit is contained in:
Koenkk
2018-10-19 22:26:14 +02:00
parent 7f13e2c3e6
commit c9df5c8221
3 changed files with 6 additions and 4 deletions
+2
View File
@@ -356,6 +356,8 @@ const mapping = {
'74282': [configurations.light_brightness_colortemp],
'RS 128 T': [configurations.light_brightness_colortemp],
'53170161': [configurations.light_brightness_colortemp],
'4058075036147': [configurations.light_brightness_colortemp_xy],
'KS-SM001': [configurations.switch],
};
// A map of all discoverd devices
+3 -3
View File
@@ -4756,9 +4756,9 @@
}
},
"zigbee-shepherd-converters": {
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-4.0.6.tgz",
"integrity": "sha512-bcrAuokQzml9sLJe64V5fz9Uq+S31Kc5dYmlbV9Xanm9b6AL1F5hke3isNGl8eLAaneUZZn/d50GFmxczxiHyQ==",
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-4.0.7.tgz",
"integrity": "sha512-8Ecr3r27/vS4CL8UvMwsrVTnUcGVrLUtukOUnnDZK0Wuu65mgrnXVPIa7V2ntdErSSz2SL6O1tUEXShViAXEQw==",
"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.6"
"zigbee-shepherd-converters": "4.0.7"
},
"devDependencies": {
"chai": "*",