Update herdsman and converters.

This commit is contained in:
Koen Kanters
2019-12-17 21:35:47 +01:00
parent 83e10f446e
commit 6f7d29392e
3 changed files with 13 additions and 8 deletions
+5
View File
@@ -1020,6 +1020,11 @@ const mapping = {
'SZ-SRN12N': [],
'ML-ST-D200': [cfg.light_brightness],
'7099930PH': [cfg.light_brightness_colorxy],
'6ARCZABZH': [cfg.sensor_action],
'9GED18000-009': [cfg.lock, cfg.sensor_battery],
'9GED21500-005': [cfg.lock, cfg.sensor_battery],
'MP-841': [cfg.binary_sensor_occupancy, cfg.binary_sensor_battery_low],
'MCT-370 SMA': [cfg.binary_sensor_contact, cfg.binary_sensor_battery_low],
};
Object.keys(mapping).forEach((key) => {
+6 -6
View File
@@ -6245,9 +6245,9 @@
}
},
"zigbee-herdsman": {
"version": "0.12.21",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.12.21.tgz",
"integrity": "sha512-PFihh+YmvQUryek+kpgIhQ5LSULBkoeu7CESc+lxC8zCjod1HtouF68SvVmQrLzBkD3CWXyNPGB9WSymBd750w==",
"version": "0.12.23",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.12.23.tgz",
"integrity": "sha512-9NrQ7efzYO6zDGShJg0JPIfkl5S/Fpe83oOzxrFEwhgT+psBnXkDPQds7lh4Dexa9Cvpdk8M06WwHH2pupVadg==",
"requires": {
"debug": "^4.1.1",
"fast-deep-equal": "^2.0.1",
@@ -12803,9 +12803,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "11.1.62",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-11.1.62.tgz",
"integrity": "sha512-cRix8QmcX17WxVtrYT+rWDNnqxmP+dv4sW75RVPA3fgQNpBf/qzCv7VfEom+8/bu+SiInmUD7v98dE6gHmbT5w=="
"version": "11.1.63",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-11.1.63.tgz",
"integrity": "sha512-CkvtESB4J07OzNBYNnegI+HWkmd/GbsoGlmckVkIXYNHpAH1FnqsmkknrSLfPk4SUMnso8ru7qPViJFmEyo2qA=="
}
}
}
+2 -2
View File
@@ -45,8 +45,8 @@
"rimraf": "*",
"semver": "*",
"winston": "*",
"zigbee-herdsman": "0.12.21",
"zigbee-herdsman-converters": "11.1.62"
"zigbee-herdsman": "0.12.23",
"zigbee-herdsman-converters": "11.1.63"
},
"devDependencies": {
"eslint": "*",