Update converters.

This commit is contained in:
Koen Kanters
2020-01-13 22:09:21 +01:00
parent 4a0059afcd
commit 80838bd248
3 changed files with 896 additions and 243 deletions
+6
View File
@@ -1140,6 +1140,12 @@ const mapping = {
'046677551780': [cfg.light_brightness],
'798.15': [cfg.light_brightness],
'12126': [cfg.switch],
'067775': [cfg.switch, cfg.sensor_power],
'064888': [cfg.switch],
'gq8b1uv': [cfg.light_brightness],
'GZCGQ01LM': [cfg.sensor_battery, cfg.sensor_illuminance],
'9290018215': [cfg.light_brightness],
'1743230P7': [cfg.light_brightness_colortemp_colorxy],
};
Object.keys(mapping).forEach((key) => {
+888 -241
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.30",
"zigbee-herdsman-converters": "11.2.4"
"zigbee-herdsman": "0.12.31",
"zigbee-herdsman-converters": "11.2.6"
},
"devDependencies": {
"eslint": "*",