Update zigbee-shepherd-converters.

This commit is contained in:
Koenkk
2018-07-07 23:39:30 +02:00
parent 51d8c79ef2
commit 8b5938f73f
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -288,6 +288,9 @@ const mapping = {
'NL08-0800': [configurations.light_brightness],
'915005106701': [configurations.light_brightness_colortemp_xy],
'AB32840': [configurations.light_brightness_colortemp],
'8718696485880': [configurations.light_brightness_colortemp_xy],
'8718696598283': [configurations.light_brightness_colortemp],
'73693': [configurations.light_brightness_colortemp_xy],
};
// A map of all discoverd devices
+3 -3
View File
@@ -2859,9 +2859,9 @@
}
},
"zigbee-shepherd-converters": {
"version": "2.0.20",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.20.tgz",
"integrity": "sha512-L8q7FkLlJluNDfcrmjvdf/CuQTo+2T75uQsznV1v1laDf5dh9x11iSGYSpzh4ou9iHIpTNkk+FQHDuIX/c17mw==",
"version": "2.0.22",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.22.tgz",
"integrity": "sha512-YTki0D5hiA44+Snu95Lw880WF+w6bBR2/YpDOWgAkSPhMG8MwN/tReOghdD12+4K/BRfqxutexTD6SSJtaKXXQ==",
"requires": {
"debounce": "1.1.0"
},