mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-27 21:20:03 +00:00
Update zigbee-herdsman-converters.
This commit is contained in:
@@ -932,6 +932,7 @@ const mapping = {
|
||||
'511.201': [cfg.light_brightness],
|
||||
'ZNCLDJ12LM': [cfg.cover_position],
|
||||
'046677552343': [cfg.switch],
|
||||
'3115331PH': [cfg.light_brightness_colortemp_colorxy],
|
||||
};
|
||||
|
||||
Object.keys(mapping).forEach((key) => {
|
||||
|
||||
Generated
+3
-3
@@ -12559,9 +12559,9 @@
|
||||
}
|
||||
},
|
||||
"zigbee-herdsman-converters": {
|
||||
"version": "11.1.26",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-11.1.26.tgz",
|
||||
"integrity": "sha512-B21TRRPHM0vl/jlkVkPlrFtcDLHWspJYqzvvF3SaAJZ1AS5jNtzs0qsktAe+fpOwhdF8T4C6njUvAw5NsqHWjQ=="
|
||||
"version": "11.1.27",
|
||||
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-11.1.27.tgz",
|
||||
"integrity": "sha512-hnh7EofBU9/OI+A0IklaBIudNlMlLSYsIGvorgGICpuzA0eTN/OZOYuuHyKyexeoXaN9uQR/gITUDdhembbiiQ=="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -46,7 +46,7 @@
|
||||
"semver": "*",
|
||||
"winston": "*",
|
||||
"zigbee-herdsman": "0.10.7",
|
||||
"zigbee-herdsman-converters": "11.1.26"
|
||||
"zigbee-herdsman-converters": "11.1.27"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "*",
|
||||
|
||||
Reference in New Issue
Block a user