Update zigbee-herdsman-converters.

This commit is contained in:
Koen Kanters 2019-10-09 18:08:14 +02:00
parent dcebba857b
commit 6e6305253e
3 changed files with 275 additions and 140 deletions

View File

@ -857,7 +857,7 @@ const mapping = {
'PM-C140-ZB': [cfg.sensor_power, cfg.switch],
'ptvo.switch': [
switchWithPostfix('bottom_left'), switchWithPostfix('bottom_right'), switchWithPostfix('top_left'),
switchWithPostfix('top_right'), switchWithPostfix('center'),
switchWithPostfix('top_right'), switchWithPostfix('center'), cfg.sensor_click,
],
'DIYRuZ_R4_5': [
switchWithPostfix('bottom_left'), switchWithPostfix('bottom_right'), switchWithPostfix('top_left'),
@ -915,6 +915,12 @@ const mapping = {
'929002240401': [cfg.switch],
'HGZB-20-UK': [cfg.switch],
'MCT-340 SMA': [cfg.binary_sensor_contact, cfg.binary_sensor_battery_low],
'PTAPT-WH02': [cfg.switch],
'929001953301': [cfg.light_brightness_colortemp],
'DIYRuZ_magnet': [cfg.binary_sensor_contact, cfg.sensor_battery],
'ZLED-TUNE9': [cfg.light_brightness_colortemp],
'XHS2-SE': [cfg.binary_sensor_contact, cfg.binary_sensor_battery_low],
'4000116784070': [cfg.switch],
};
Object.keys(mapping).forEach((key) => {

405
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -46,7 +46,7 @@
"semver": "*",
"winston": "*",
"zigbee-herdsman": "0.9.0",
"zigbee-herdsman-converters": "11.1.21"
"zigbee-herdsman-converters": "11.1.22"
},
"devDependencies": {
"eslint": "*",