Update zigbee-shepherd-converters to 2.0.6.

This commit is contained in:
Koenkk
2018-06-13 20:23:26 +02:00
parent 3196c0a974
commit b3108a26d0
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -257,9 +257,10 @@ const mapping = {
'73740': [configurations.light_brightness_colortemp],
'22670': [configurations.light_brightness],
'ICTC-G-1': [configurations.sensor_brightness],
'603.426.56': [configurations.light_brightness],
'ICPSHC24-30EU-IL-1': [configurations.light_brightness],
'45852GE': [configurations.light_brightness],
'E11-G13': [configurations.light_brightness],
'LED1649C5': [configurations.light_brightness],
};
// A map of all discoverd devices
+3 -3
View File
@@ -2797,9 +2797,9 @@
}
},
"zigbee-shepherd-converters": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.5.tgz",
"integrity": "sha512-Hd+kTFD+t168i7HP8umWiY2h3VAp8q/zvZRMeJEhpxCGJK4CeJYHPYG18cWH7MdGnWS2/fkuOKryvzpaWseqHQ==",
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.6.tgz",
"integrity": "sha512-WCa6556mDOn7324yU3EQjVlO2JpiwibJMAYZkFsNkF9uOB1ViYQsx49YDJWF4ShLfnq3VRnOHJm2UfVqc/3ACA==",
"requires": {
"debounce": "1.1.0"
},