Update herdsman and converters.

This commit is contained in:
Koen Kanters
2019-11-23 20:19:38 +01:00
parent 546a72ff53
commit e179e053ce
3 changed files with 804 additions and 751 deletions
+2 -1
View File
@@ -632,7 +632,7 @@ const mapping = {
'GL-C-006': [cfg.light_brightness_colortemp],
'GL-C-007': [cfg.light_brightness_colorxy_white],
'100.424.11': [cfg.light_brightness_colortemp],
'AC0251100NJ': [cfg.sensor_action, cfg.sensor_battery],
'AC0251100NJ/AC0251700NJ': [cfg.sensor_action, cfg.sensor_battery],
'71831': [cfg.light_brightness_colortemp],
'404000/404005/404012': [cfg.light_brightness_colortemp_colorxy],
'404006/404008/404004': [cfg.light_brightness_colortemp],
@@ -990,6 +990,7 @@ const mapping = {
'Eco-Dim.07': [cfg.light_brightness],
'DYRuZ_rspm': [cfg.switch, cfg.sensor_action, cfg.sensor_power, cfg.sensor_current],
'ZG9101SAC-HP-Switch': [cfg.switch],
'ZNCZ04LM': [cfg.switch, cfg.sensor_power],
};
Object.keys(mapping).forEach((key) => {
+800 -748
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -45,8 +45,8 @@
"rimraf": "*",
"semver": "*",
"winston": "*",
"zigbee-herdsman": "0.12.7",
"zigbee-herdsman-converters": "11.1.46"
"zigbee-herdsman": "0.12.9",
"zigbee-herdsman-converters": "11.1.47"
},
"devDependencies": {
"eslint": "*",