Update zigbee-herdsman and zigbee-shepherd-converters.

This commit is contained in:
Koen Kanters
2019-09-22 21:29:38 +02:00
parent c5218bbd31
commit 63acd4a43b
3 changed files with 9 additions and 8 deletions
+1
View File
@@ -895,6 +895,7 @@ const mapping = {
'LXZB-12A': [cfg.light_brightness_colortemp_colorxy],
'2AJZ4KPBS': [cfg.sensor_battery, cfg.binary_sensor_occupancy, cfg.binary_sensor_battery_low],
'2AJZ4KPDR': [cfg.sensor_battery, cfg.binary_sensor_contact, cfg.binary_sensor_battery_low],
'6717-84': [cfg.switch],
};
Object.keys(mapping).forEach((key) => {
+6 -6
View File
@@ -5938,9 +5938,9 @@
}
},
"zigbee-herdsman": {
"version": "0.6.17",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.6.17.tgz",
"integrity": "sha512-pakIgR4gRqGEkqF2wVLdaRLU8JR2hnihOK/Tr5aN+/3erLgRHOrWL1kYlTfbpXcWAvWZQITpoj8YsJeniWwg8w==",
"version": "0.6.18",
"resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.6.18.tgz",
"integrity": "sha512-LgTCgbN0tYwoBqDWg7ogOOCuKSlsQ31q4gX8Dohewbs9n8NFCum6z3PA2hvM7zYcW6RvjWp5FfCDU/do6BQyxw==",
"requires": {
"debug": "^4.1.1",
"fast-deep-equal": "^2.0.1",
@@ -12974,9 +12974,9 @@
}
},
"zigbee-herdsman-converters": {
"version": "11.1.3",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-11.1.3.tgz",
"integrity": "sha512-DxtyhPokoMbzP6TmIRQYUhGQI7ezUCxFdRJj9PuKHuUh2G2VeRanJsNtGRKNZLWqwJo1FjS65Vy4w3n/SHYeEQ==",
"version": "11.1.4",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-11.1.4.tgz",
"integrity": "sha512-fN36sasvt7aORBv28QSaXM7m1stOGxSI0RAWborkhsUbV1eNnF7Lh7mYZcWRpJcyESr5FrClcp0sWmI3M6kFfQ==",
"requires": {
"debounce": "^1.2.0"
}
+2 -2
View File
@@ -43,8 +43,8 @@
"rimraf": "*",
"semver": "*",
"winston": "2.4.2",
"zigbee-herdsman": "0.6.17",
"zigbee-herdsman-converters": "11.1.3"
"zigbee-herdsman": "0.6.18",
"zigbee-herdsman-converters": "11.1.4"
},
"devDependencies": {
"eslint": "*",