Update converters.

This commit is contained in:
Koen Kanters 2020-04-28 21:53:17 +02:00
parent 7c0e1b0c65
commit ce62f43edf
3 changed files with 409 additions and 467 deletions

View File

@ -1587,6 +1587,8 @@ const mapping = {
'ZS1100400-IN-V1A02': [cfg.binary_sensor_occupancy, cfg.binary_sensor_battery_low],
'MCLH-08': [cfg.sensor_temperature, cfg.sensor_humidity, cfg.sensor_eco2, cfg.sensor_voc],
'GL-FL-005TZ': [cfg.light_brightness_colortemp_colorxy],
'ED2004-012': [],
'ZG192910-4': [cfg.light_brightness_colortemp],
};
/**

872
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -46,7 +46,7 @@
"semver": "*",
"winston": "*",
"zigbee-herdsman": "0.12.83",
"zigbee-herdsman-converters": "12.0.80"
"zigbee-herdsman-converters": "12.0.81"
},
"devDependencies": {
"eslint": "*",