Update zigbee-shepherd-converters to 7.1.12.

This commit is contained in:
Koen Kanters
2019-02-23 19:30:17 +01:00
parent 9b12933a99
commit ee167e603a
3 changed files with 6 additions and 4 deletions
+2
View File
@@ -535,6 +535,8 @@ const mapping = {
'316GLEDRF': [configurations.light_brightness],
'LVS-ZB500D': [configurations.light_brightness],
'ST218': [],
'E1525': [configurations.binary_sensor_occupancy, configurations.sensor_battery],
'ZYCT-202': [configurations.sensor_action],
};
Object.keys(mapping).forEach((key) => {
+3 -3
View File
@@ -6135,9 +6135,9 @@
}
},
"zigbee-shepherd-converters": {
"version": "7.1.11",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-7.1.11.tgz",
"integrity": "sha512-oG8QFj6p+3stiUI1iMV9Orhm7FzUlT/BH+B2kNCXTov1uFZ/esxSUF8U+EwUy+PbmgyGE5N4vJyz3oyKGWaEVA==",
"version": "7.1.12",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-7.1.12.tgz",
"integrity": "sha512-36Guhlqtm1u2alAjc5WrWkMdIcOLCgYfISuC+g+Y667QXYIfsfAMh+r5Ur07kYwziaOIn0RvD9Q4PanGFV+Ciw==",
"requires": {
"chai": "*",
"debounce": "*",
+1 -1
View File
@@ -45,7 +45,7 @@
"winston": "2.4.2",
"ziee": "*",
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#3c5d7b4a3048eed19f71f618b7cc70bb866a2818",
"zigbee-shepherd-converters": "7.1.11",
"zigbee-shepherd-converters": "7.1.12",
"zive": "*"
},
"devDependencies": {