Update zigbee-shepherd-converters to 8.1.2

This commit is contained in:
Koen Kanters
2019-04-18 18:27:41 +02:00
parent 69e9dbc5b2
commit f8106feb18
3 changed files with 22 additions and 14 deletions
+8
View File
@@ -652,6 +652,14 @@ const mapping = {
configurations.sensor_temperature, configurations.sensor_battery, configurations.binary_sensor_water_leak,
],
'N2G-SP': [configurations.sensor_power, configurations.switch],
'AC0363900NJ': [configurations.light_brightness_colortemp_colorxy],
'LXZB-02A': [configurations.light_brightness],
'GL-S-004Z': [configurations.light_brightness_colortemp],
'SCM-5ZBS': [configurations.cover_position],
'YRD226HA2619': [configurations.sensor_battery, configurations.lock],
'YMF40': [configurations.lock],
'V3-BTZB': [configurations.lock],
'3RSS008Z': [configurations.switch, configurations.sensor_battery],
};
Object.keys(mapping).forEach((key) => {
+13 -13
View File
@@ -4915,18 +4915,18 @@
}
},
"mime-db": {
"version": "1.38.0",
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.38.0.tgz",
"integrity": "sha512-bqVioMFFzc2awcdJZIzR3HjZFX20QhilVS7hytkKrv7xFAn8bM1gzc/FOX2awLISvWe0PV8ptFKcon+wZ5qYkg==",
"version": "1.39.0",
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.39.0.tgz",
"integrity": "sha512-DTsrw/iWVvwHH+9Otxccdyy0Tgiil6TWK/xhfARJZF/QFhwOgZgOIvA2/VIGpM8U7Q8z5nDmdDWC6tuVMJNibw==",
"dev": true
},
"mime-types": {
"version": "2.1.22",
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.22.tgz",
"integrity": "sha512-aGl6TZGnhm/li6F7yx82bJiBZwgiEa4Hf6CNr8YO+r5UHr53tSTYZb102zyU50DOWWKeOv0uQLRL0/9EiKWCog==",
"version": "2.1.23",
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.23.tgz",
"integrity": "sha512-ROk/m+gMVSrRxTkMlaQOvFmFmYDc7sZgrjjM76abqmd2Cc5fCV7jAMA5XUccEtJ3cYiYdgixUVI+fApc2LkXlw==",
"dev": true,
"requires": {
"mime-db": "~1.38.0"
"mime-db": "~1.39.0"
}
},
"mimic-fn": {
@@ -5016,9 +5016,9 @@
}
},
"mqtt-packet": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/mqtt-packet/-/mqtt-packet-5.6.0.tgz",
"integrity": "sha512-QECe2ivqcR1LRsPobRsjenEKAC3i1a5gmm+jNKJLrsiq9PaSQ18LlKFuxvhGxWkvGEPadWv6rKd31O4ICqS1Xw==",
"version": "5.6.1",
"resolved": "https://registry.npmjs.org/mqtt-packet/-/mqtt-packet-5.6.1.tgz",
"integrity": "sha512-eaF9rO2uFrIYEHomJxziuKTDkbWW5psLBaIGCazQSKqYsTaB3n4SpvJ1PexKaDBiPnMLPIFWBIiTYT3IfEJfww==",
"requires": {
"bl": "^1.2.1",
"inherits": "^2.0.3",
@@ -7066,9 +7066,9 @@
}
},
"zigbee-shepherd-converters": {
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-8.1.1.tgz",
"integrity": "sha512-3eO0vOpp6mx8nrAipiGGVyJkZshbak84EJIPY3TRglEoOJoYkBnb2Cr2whwRgE36ATRuPSzOR0eGRWQJLAH9NA==",
"version": "8.1.2",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-8.1.2.tgz",
"integrity": "sha512-+tXMZ8KPdGA6FW/cC6yfoiY1POvdt9MRZTP+w5I4bV3FKmn0Yp/vk3JUQtPXmIDYCHfzXSWKFp63E+rQZxGzbw==",
"requires": {
"chai": "*",
"debounce": "*",
+1 -1
View File
@@ -46,7 +46,7 @@
"zcl-id": "git+https://github.com/Koenkk/zcl-id.git#4fa75c92424cd070a3bf6e1f4640b1e3ad8f802d",
"ziee": "*",
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#6c05654ef31b093386d368a9db8e51691452968e",
"zigbee-shepherd-converters": "8.1.1",
"zigbee-shepherd-converters": "8.1.2",
"zive": "*"
},
"devDependencies": {