mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 18:39:09 -07:00
Update converters.
This commit is contained in:
parent
134f86a580
commit
acce25737f
@ -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
6
npm-shrinkwrap.json
generated
@ -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=="
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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": "*",
|
||||||
|
Loading…
Reference in New Issue
Block a user