Update converters.

This commit is contained in:
Koen Kanters 2019-11-27 19:57:25 +01:00
parent 134f86a580
commit acce25737f
3 changed files with 5 additions and 4 deletions

View File

@ -991,6 +991,7 @@ const mapping = {
'DYRuZ_rspm': [cfg.switch, cfg.sensor_action, cfg.sensor_power, cfg.sensor_current], 'DYRuZ_rspm': [cfg.switch, cfg.sensor_action, cfg.sensor_power, cfg.sensor_current],
'ZG9101SAC-HP-Switch': [cfg.switch], 'ZG9101SAC-HP-Switch': [cfg.switch],
'ZNCZ04LM': [cfg.switch, cfg.sensor_power], 'ZNCZ04LM': [cfg.switch, cfg.sensor_power],
'GL-S-007ZS': [cfg.light_brightness_colortemp_colorxy],
}; };
Object.keys(mapping).forEach((key) => { Object.keys(mapping).forEach((key) => {

6
npm-shrinkwrap.json generated
View File

@ -12728,9 +12728,9 @@
} }
}, },
"zigbee-herdsman-converters": { "zigbee-herdsman-converters": {
"version": "11.1.48", "version": "11.1.50",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-11.1.48.tgz", "resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-11.1.50.tgz",
"integrity": "sha512-z8YiCc1BLfBP+gkY9omot55OcdWiQTK5i8ZQ+XQZVBu8COmEE6YoFck0eLS8wnZK6Oz+tQiT+ujnJ5RThC4A9Q==" "integrity": "sha512-0UL+BthkiBEsXPqBajy/BfhWko9MsBsQfuq5aEIlIj6cyQU1m5qdNRPFvwQKII0YZAh+dJfdhZn2Jjul9x8vLA=="
} }
} }
} }

View File

@ -46,7 +46,7 @@
"semver": "*", "semver": "*",
"winston": "*", "winston": "*",
"zigbee-herdsman": "0.12.12", "zigbee-herdsman": "0.12.12",
"zigbee-herdsman-converters": "11.1.48" "zigbee-herdsman-converters": "11.1.50"
}, },
"devDependencies": { "devDependencies": {
"eslint": "*", "eslint": "*",