Update zigbee-herdsman-converters.

This commit is contained in:
Koen Kanters
2019-10-20 22:52:00 +02:00
parent 2076bbae5d
commit b476bc2bf8
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -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) => {
+3 -3
View File
@@ -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
View File
@@ -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": "*",