Update converters.

This commit is contained in:
Koen Kanters 2020-04-10 18:12:25 +02:00
parent 7824f102c8
commit 2d66145c6e
3 changed files with 12 additions and 7 deletions

View File

@ -1514,6 +1514,11 @@ const mapping = {
'3RSL011Z': [cfg.light_brightness_colortemp],
'3RSL012Z': [cfg.light_brightness_colortemp],
'1746130P7': [cfg.light_brightness_colortemp_colorxy],
'6xy-M350ST-W1Z': [cfg.light_brightness_colortemp],
'AU-A1GUZBCX5': [cfg.light_brightness_colortemp],
'AU-A1GUZB5/30': [cfg.light_brightness],
'AU-A1GUZBRGBW': [cfg.light_brightness_colortemp_colorxy],
'AU-A1GSZ9RGBW': [cfg.light_brightness_colortemp_colorxy],
};
Object.keys(mapping).forEach((key) => {

12
npm-shrinkwrap.json generated
View File

@ -5749,9 +5749,9 @@
}
},
"semver": {
"version": "7.2.1",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.2.1.tgz",
"integrity": "sha512-aHhm1pD02jXXkyIpq25qBZjr3CQgg8KST8uX0OWXch3xE6jw+1bfbWnCjzMwojsTquroUmKFHNzU6x26mEiRxw=="
"version": "7.2.2",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.2.2.tgz",
"integrity": "sha512-Zo84u6o2PebMSK3zjJ6Zp5wi8VnQZnEaCP13Ul/lt1ANsLACxnJxq4EEm1PY94/por1Hm9+7xpIswdS5AkieMA=="
},
"set-blocking": {
"version": "2.0.0",
@ -14996,9 +14996,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "12.0.71",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.71.tgz",
"integrity": "sha512-Ky3iP4XBj4g8E9KtMUxQ+CZJsBcMRyDtPkqzWrZVkeLx47F/Piy+2lL6zXKi8OISyYhAUsELmYdcCv4xaRzIeA==",
"version": "12.0.72",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.72.tgz",
"integrity": "sha512-+xi5DBfPuZtmjAQhD4GYldAIrx9O96Xp2rS+P1ZSb/UPrXWpIXf7aMvU8WmtCGaJk0yd0uD/BjRF9JU13W6uYg==",
"requires": {
"axios": "*",
"tar-stream": "*"

View File

@ -46,7 +46,7 @@
"semver": "*",
"winston": "*",
"zigbee-herdsman": "0.12.79",
"zigbee-herdsman-converters": "12.0.71"
"zigbee-herdsman-converters": "12.0.72"
},
"devDependencies": {
"eslint": "*",