mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 18:39:09 -07:00
Update converters.
This commit is contained in:
parent
6857f2ad5e
commit
637ad8d2e6
@ -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
6
npm-shrinkwrap.json
generated
@ -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": "*"
|
||||
|
@ -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": "*",
|
||||
|
Loading…
Reference in New Issue
Block a user