Update converters.

This commit is contained in:
Koen Kanters 2020-04-09 20:02:59 +02:00
parent 6857f2ad5e
commit 637ad8d2e6
3 changed files with 7 additions and 4 deletions

View File

@ -1509,6 +1509,9 @@ const mapping = {
'511.040': [cfg.light_brightness_colortemp_colorxy],
'511.344': [cfg.sensor_battery, cfg.sensor_action, cfg.sensor_action_color],
'SMSZB-120': [cfg.binary_sensor_smoke, cfg.sensor_temperature, cfg.sensor_battery],
'3RSL011Z': [cfg.light_brightness_colortemp],
'3RSL012Z': [cfg.light_brightness_colortemp],
'1746130P7': [cfg.light_brightness_colortemp_colorxy],
};
Object.keys(mapping).forEach((key) => {

6
npm-shrinkwrap.json generated
View File

@ -14996,9 +14996,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "12.0.69",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.69.tgz",
"integrity": "sha512-OsAkB8gJdmKum7o8XCxfgdfm7xVKLF8f24Pj5ma90f1pmWjm2shhJQLBRFpoyTkiBHPfCJ/IRv3R84JSMZqKNQ==",
"version": "12.0.70",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-12.0.70.tgz",
"integrity": "sha512-4R8LicTHFxiqB/BroRp+4YDXjjuSEiQdojvoZlXm2y5jGAfGnfpkYerMsKyA1fr9iCDUz0P0eMLvdRspymvKYw==",
"requires": {
"axios": "*",
"tar-stream": "*"

View File

@ -46,7 +46,7 @@
"semver": "*",
"winston": "*",
"zigbee-herdsman": "0.12.78",
"zigbee-herdsman-converters": "12.0.69"
"zigbee-herdsman-converters": "12.0.70"
},
"devDependencies": {
"eslint": "*",