Update zigbee-shepherd-converters.

This commit is contained in:
Koen Kanters
2019-09-25 13:38:10 +02:00
parent 62e67e99d2
commit ca481d7f76
3 changed files with 269 additions and 136 deletions
+1
View File
@@ -899,6 +899,7 @@ const mapping = {
'2AJZ4KPDR': [cfg.sensor_battery, cfg.binary_sensor_contact, cfg.binary_sensor_battery_low],
'6717-84': [cfg.switch],
'ICZB-KPD18S': [cfg.sensor_click],
'100.469.65': [cfg.light_brightness_colortemp],
};
Object.keys(mapping).forEach((key) => {
+267 -135
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -46,7 +46,7 @@
"semver": "*",
"winston": "*",
"zigbee-herdsman": "0.7.0",
"zigbee-herdsman-converters": "11.1.5"
"zigbee-herdsman-converters": "11.1.6"
},
"devDependencies": {
"eslint": "*",