Update zigbee-shepherd-converters to 7.2.5.

This commit is contained in:
Koen Kanters 2019-03-06 22:09:51 +01:00
parent 2c6176ff10
commit e892a54013
3 changed files with 10 additions and 8 deletions

View File

@ -355,7 +355,7 @@ const mapping = {
'73740': [configurations.light_brightness_colortemp],
'73739': [configurations.light_brightness_colortemp_colorxy],
'22670': [configurations.light_brightness],
'ICTC-G-1': [configurations.sensor_brightness, configurations.sensor_battery],
'ICTC-G-1': [configurations.sensor_brightness, configurations.sensor_battery, configurations.sensor_action],
'ICPSHC24-30EU-IL-1': [configurations.light_brightness],
'45852GE': [configurations.light_brightness],
'E11-G13': [configurations.light_brightness],
@ -556,6 +556,8 @@ const mapping = {
configurations.sensor_battery, configurations.binary_sensor_battery_low,
],
'9290018195': [configurations.light_brightness],
'HGZB-04D': [configurations.light_brightness],
'HGZB-02A': [configurations.light_brightness],
};
Object.keys(mapping).forEach((key) => {

12
npm-shrinkwrap.json generated
View File

@ -235,9 +235,9 @@
}
},
"@sinonjs/commons": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.3.1.tgz",
"integrity": "sha512-rgmZk5CrBGAMATk0HlHOFvo8V44/r+On6cKS80tqid0Eljd+fFBWBOXZp9H2/EB3faxdNdzXTx6QZIKLkbJ7mA==",
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.4.0.tgz",
"integrity": "sha512-9jHK3YF/8HtJ9wCAbG+j8cD0i0+ATS9A7gXFqS36TblLPNy6rEEc+SB0imo91eCboGaBYGV/MT1/br/J+EE7Tw==",
"dev": true,
"requires": {
"type-detect": "4.0.8"
@ -6136,9 +6136,9 @@
}
},
"zigbee-shepherd-converters": {
"version": "7.2.4",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-7.2.4.tgz",
"integrity": "sha512-Vw/Ivgg7MkIFna0WiaSXJdMpqfUgr5UYMdBug4kV15Ucqc+jXM2cDAiiWYrUefzgdjYheQpP3L7fEdQbfYUIeg==",
"version": "7.2.5",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-7.2.5.tgz",
"integrity": "sha512-aKYTgUPuYnVXcgF/bD+uMOEc9OgHLdH5WvODtOMyU2/WqEPEpsa22i25JJhNGmDzMJwtiHO9XVxz5l/oUqyxuA==",
"requires": {
"chai": "*",
"debounce": "*",

View File

@ -45,7 +45,7 @@
"winston": "2.4.2",
"ziee": "*",
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#ce12cdd9c7aa11ac9f7464839db6215d05926207",
"zigbee-shepherd-converters": "7.2.4",
"zigbee-shepherd-converters": "7.2.5",
"zive": "*"
},
"devDependencies": {