Update zigbee-shepherd-converters to 2.0.33.

This commit is contained in:
Koenkk
2018-07-22 18:49:45 +02:00
parent d4ba3ae069
commit de879858a5
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -295,6 +295,8 @@ const mapping = {
'GL-C-008': [configurations.light_brightness_colortemp_xy],
'STSS-MULT-001': [configurations.binary_sensor_contact],
'E11-G23': [configurations.light_brightness],
'AC03845': [configurations.light_brightness_colortemp_xy],
'AC03641': [configurations.light_brightness],
};
// A map of all discoverd devices
+3 -3
View File
@@ -2866,9 +2866,9 @@
}
},
"zigbee-shepherd-converters": {
"version": "2.0.32",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.32.tgz",
"integrity": "sha512-f+K4IEbAiwCAad2Fkfgipq5O78KLRNi/F+mOCp/DTns/PhGW1SSVTmsSoxE0Hr5kj6AG8WnnmYOD9oVxdZ874g==",
"version": "2.0.33",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.33.tgz",
"integrity": "sha512-xkd0gP5mrp1MnY1DPA9BfYItXaxP6Tkt3SP1z6tT3dp4tNSMTgxFge3BPs7o2Awt/+LC/miS+08SOy46wlg0ZQ==",
"requires": {
"debounce": "1.1.0"
},