Update zigbee-shepherd-converter.

This commit is contained in:
Koenkk 2018-09-11 22:04:37 +02:00
parent 53051e9192
commit 6e1af542e5
2 changed files with 4 additions and 3 deletions

View File

@ -327,6 +327,7 @@ const mapping = {
'50045': [configurations.light_brightness],
'AV2010/22': [configurations.binary_sensor_occupancy],
'3210-L': [configurations.switch],
'7299355PH': [configurations.light_brightness_colortemp_xy],
};
// A map of all discoverd devices

6
npm-shrinkwrap.json generated
View File

@ -4803,9 +4803,9 @@
}
},
"zigbee-shepherd-converters": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-3.0.0.tgz",
"integrity": "sha512-03lmLRW3rX9J7lSuneQRf9NPncIMBBCDfIvgvDUzFxIAe14rmVFmEQDP8pcMkhMqCYWsGNyQQpeoN7mzQWcNTg==",
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-3.0.2.tgz",
"integrity": "sha512-eM6Po77V2lv9tvTTEWPCR7A06ch4bjVnLsL64rBywKvsU3v7+zAbLxca/5RLA0sMMstsvNIy4t4TYWxFKa6qPg==",
"requires": {
"debounce": "*"
},