Update zigbee-shepherd-converters.

This commit is contained in:
Koen Kanters
2019-07-13 16:36:24 +02:00
parent d3e97953c3
commit 8d705ade39
3 changed files with 6 additions and 4 deletions
+2
View File
@@ -799,6 +799,8 @@ const mapping = {
configurations.sensor_action, configurations.binary_sensor_lock, configurations.binary_sensor_lock_reverse,
],
'12050': [configurations.switch, configurations.sensor_power],
'ROB_200-004-0': [configurations.light_brightness],
'RH3040': [configurations.sensor_battery, configurations.binary_sensor_occupancy],
};
Object.keys(mapping).forEach((key) => {
+3 -3
View File
@@ -12489,9 +12489,9 @@
}
},
"zigbee-shepherd-converters": {
"version": "10.1.3",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-10.1.3.tgz",
"integrity": "sha512-+nOTLtKe4GLD/M0+FyWxFYtVkMisEo+56Ud4Fsf3+2hBR37LBwxAQe73CR6j3wCH6hO/xF7xPXNbjk6CHUHccg==",
"version": "10.1.4",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-10.1.4.tgz",
"integrity": "sha512-+JvAjXbure3Hmobs3yURD0OZ/4/7eIsPrIz9Y+GLpQOiA3yRGq7TpS1mIfRr49w8I4qzcOS0lbBroD4HWI0tYg==",
"requires": {
"chai": "*",
"debounce": "*",
+1 -1
View File
@@ -44,7 +44,7 @@
"semver": "*",
"winston": "2.4.2",
"zigbee-herdsman": "0.1.16",
"zigbee-shepherd-converters": "10.1.3",
"zigbee-shepherd-converters": "10.1.4",
"deep-diff": "*"
},
"devDependencies": {