Update zigbee-herdsman-converters.

This commit is contained in:
Koen Kanters
2019-10-25 20:43:38 +02:00
parent ca19b77e8c
commit 6f92a41ca9
3 changed files with 10 additions and 5 deletions
+6 -1
View File
@@ -760,7 +760,7 @@ const mapping = {
'GL-S-004Z': [cfg.light_brightness_colortemp],
'SCM-5ZBS': [cfg.cover_position],
'YRD226HA2619': [cfg.sensor_battery, cfg.lock],
'YMF40': [cfg.lock],
'YMF40': [cfg.lock, cfg.sensor_battery],
'V3-BTZB': [cfg.lock],
'3RSS008Z': [cfg.switch, cfg.sensor_battery],
'99432': [cfg.fan, cfg.light_brightness],
@@ -936,6 +936,11 @@ const mapping = {
'3115331PH': [cfg.light_brightness_colortemp_colorxy],
'ZWLD-100': [cfg.binary_sensor_water_leak, cfg.binary_sensor_battery_low],
'GL-MC-001': [cfg.light_brightness_colortemp_colorxy],
'YRD226/246 TSDB': [cfg.lock, cfg.sensor_battery],
'T1820': [cfg.light_brightness_colortemp],
'BASICZBR3': [cfg.switch],
'E1744': [cfg.sensor_action],
'TS0201': [cfg.sensor_temperature, cfg.sensor_humidity, cfg.sensor_battery],
};
Object.keys(mapping).forEach((key) => {
+3 -3
View File
@@ -12559,9 +12559,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "11.1.28",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-11.1.28.tgz",
"integrity": "sha512-OcyqRibEV+EzwoLNjmH+XS5hDYJUbwJybnoA625jhuUn4Y+7FOE6BWOPS+/fMQGmvoBnTtVVhkck5F7FoZnUrA=="
"version": "11.1.29",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-11.1.29.tgz",
"integrity": "sha512-Mf6P6vIYsc/DtgvJzKXB12YsM0j/f9lcTAz/Pgst2Z61THDgCuBvfr6Uw2SqOGueyNUvZzjooVfI9ZGWrh1i4g=="
}
}
}
+1 -1
View File
@@ -46,7 +46,7 @@
"semver": "*",
"winston": "*",
"zigbee-herdsman": "0.11.1",
"zigbee-herdsman-converters": "11.1.28"
"zigbee-herdsman-converters": "11.1.29"
},
"devDependencies": {
"eslint": "*",