Update zigbee-shepherd-converters to 9.0.12.

This commit is contained in:
Koen Kanters
2019-05-19 19:51:27 +02:00
parent 1e04c229dd
commit 18913a1577
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -694,6 +694,7 @@ const mapping = {
'74580': [configurations.light_brightness],
'MCT-340 E': [configurations.binary_sensor_contact],
'D1542': [configurations.light_brightness_colortemp],
'ZGRC-KEY-013': [configurations.sensor_click],
};
Object.keys(mapping).forEach((key) => {
+3 -3
View File
@@ -7017,9 +7017,9 @@
}
},
"zigbee-shepherd-converters": {
"version": "9.0.11",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-9.0.11.tgz",
"integrity": "sha512-tgrpIB3NGTNvZPEUx1SRZiR0anhbDKWBgh3p4TuE1ow4K9ygfj5g99jvz1sGXWz2ZU9CJVgMOTd5L7PM4ps1tQ==",
"version": "9.0.12",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-9.0.12.tgz",
"integrity": "sha512-0l7uViqDPsHUf+o7GnhsIl0YVfC5nuIXRFudp5yojXCVszQKB5FjwZd7VuzTh2zrQPt4uHO45gV26uowH4wdUQ==",
"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#52d54ddb30a4ddc0722c51e077b4d843f0f52a6e",
"zigbee-shepherd-converters": "9.0.11",
"zigbee-shepherd-converters": "9.0.12",
"deep-diff": "*",
"zive": "*"
},