Update zigbee-shepherd-converters to 9.0.15.

This commit is contained in:
Koen Kanters
2019-05-21 21:15:16 +02:00
parent 22b64d09f2
commit e4a50b662d
3 changed files with 8 additions and 4 deletions
+4
View File
@@ -698,6 +698,10 @@ const mapping = {
'ZigUP': [configurations.switch],
'YRD256HA20BP': [configurations.sensor_battery, configurations.lock],
'SZ-ESW01-AU': [configurations.sensor_power, configurations.switch],
'PSM-29ZBSR': [configurations.switch],
'ZM350STW1TCF': [configurations.light_brightness_colortemp],
'M350STW1': [configurations.light_brightness],
'A806S-Q1R': [configurations.light_brightness],
};
Object.keys(mapping).forEach((key) => {
+3 -3
View File
@@ -7017,9 +7017,9 @@
}
},
"zigbee-shepherd-converters": {
"version": "9.0.14",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-9.0.14.tgz",
"integrity": "sha512-YNhwLmdaXdr2FclFXybL0nmGiF/+st/h1+Ei2FfqtzUCYq59807qE/bpqwIPMZ99dAAWVcKJVeFHLPAhM3mFIQ==",
"version": "9.0.15",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-9.0.15.tgz",
"integrity": "sha512-w9idnyF7KpMxGV65DDnuU5wozctUQASEtOA0pZVPZ5gAz3dGiCUUX2ndvX29By5VjNsMyCgXUx6jwCBJ5WSfNQ==",
"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#f6dc5b4469a87c90007dfc9f0d329cdb01d35072",
"zigbee-shepherd-converters": "9.0.14",
"zigbee-shepherd-converters": "9.0.15",
"deep-diff": "*",
"zive": "*"
},