Update zigbee-shepherd-converters to 9.0.6

This commit is contained in:
Koen Kanters 2019-05-14 18:04:47 +02:00
parent 3d74a6e031
commit 190dda5104
3 changed files with 17 additions and 16 deletions

View File

@ -692,6 +692,7 @@ const mapping = {
'2430-100': [configurations.sensor_action],
'100.425.90': [configurations.switch],
'74580': [configurations.light_brightness],
'MCT-340 E': [configurations.binary_sensor_contact],
};
Object.keys(mapping).forEach((key) => {

28
npm-shrinkwrap.json generated
View File

@ -461,9 +461,9 @@
}
},
"@types/jest": {
"version": "24.0.12",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.0.12.tgz",
"integrity": "sha512-60sjqMhat7i7XntZckcSGV8iREJyXXI6yFHZkSZvCPUeOnEJ/VP1rU/WpEWQ56mvoh8NhC+sfKAuJRTyGtCOow==",
"version": "24.0.13",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.0.13.tgz",
"integrity": "sha512-3m6RPnO35r7Dg+uMLj1+xfZaOgIHHHut61djNjzwExXN4/Pm9has9C6I1KMYSfz7mahDhWUOVg4HW/nZdv5Pww==",
"dev": true,
"requires": {
"@types/jest-diff": "*"
@ -2469,9 +2469,9 @@
}
},
"eslint-config-google": {
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/eslint-config-google/-/eslint-config-google-0.12.0.tgz",
"integrity": "sha512-SHDM3nIRCJBACjf8c/H6FvCwRmKbphESNl3gJFBNbw4KYDLCONB3ABYLXDGF+iaVP9XSTND/Q5/PuGoFkp4xbg==",
"version": "0.13.0",
"resolved": "https://registry.npmjs.org/eslint-config-google/-/eslint-config-google-0.13.0.tgz",
"integrity": "sha512-ELgMdOIpn0CFdsQS+FuxO+Ttu4p+aLaXHv9wA9yVnzqlUGV7oN/eRRnJekk7TCur6Cu2FXX0fqfIXRBaM14lpQ==",
"dev": true
},
"eslint-plugin-jest": {
@ -5040,9 +5040,9 @@
}
},
"neo-async": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.0.tgz",
"integrity": "sha512-MFh0d/Wa7vkKO3Y3LlacqAEeHK0mckVqzDieUKTT+KGxi+zIpeVsFxymkIiRpbpDziHc290Xr9A1O4Om7otoRA==",
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.1.tgz",
"integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==",
"dev": true
},
"next-tick": {
@ -7000,8 +7000,8 @@
}
},
"zigbee-shepherd": {
"version": "git+https://github.com/Koenkk/zigbee-shepherd.git#566cba295119cb334a7a7d939b4741e59415ed80",
"from": "git+https://github.com/Koenkk/zigbee-shepherd.git#566cba295119cb334a7a7d939b4741e59415ed80",
"version": "git+https://github.com/Koenkk/zigbee-shepherd.git#52d54ddb30a4ddc0722c51e077b4d843f0f52a6e",
"from": "git+https://github.com/Koenkk/zigbee-shepherd.git#52d54ddb30a4ddc0722c51e077b4d843f0f52a6e",
"requires": {
"areq": "^0.2.0",
"busyman": "^0.3.0",
@ -7017,9 +7017,9 @@
}
},
"zigbee-shepherd-converters": {
"version": "9.0.5",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-9.0.5.tgz",
"integrity": "sha512-Oi8Y7X4fYFN1qDg6jIrUaNsrm1slC4uNDMljb5Moc3G1y4hFSso23KwAXSVe0dyPpzqboptsF0Dnf0F6OSCn7Q==",
"version": "9.0.6",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-9.0.6.tgz",
"integrity": "sha512-q3pssoT3WZ8mwnM+kkH9XEEmIJqpAiN3f2Tqg20fyRjUQ9fFOvwysH9olPO7J8Oqngrry85O+w5y3AnRBr0png==",
"requires": {
"chai": "*",
"debounce": "*",

View File

@ -45,8 +45,8 @@
"winston": "2.4.2",
"zcl-id": "git+https://github.com/Koenkk/zcl-id.git#4fa75c92424cd070a3bf6e1f4640b1e3ad8f802d",
"ziee": "*",
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#566cba295119cb334a7a7d939b4741e59415ed80",
"zigbee-shepherd-converters": "9.0.5",
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#52d54ddb30a4ddc0722c51e077b4d843f0f52a6e",
"zigbee-shepherd-converters": "9.0.6",
"deep-diff": "*",
"zive": "*"
},