Update zigbee-shepherd-converters to 8.0.8.

This commit is contained in:
Koen Kanters 2019-03-19 20:58:12 +01:00
parent 1b066d9f59
commit 2af2a8ea05
3 changed files with 15 additions and 13 deletions

View File

@ -611,6 +611,8 @@ const mapping = {
'HGZB-02S': [configurations.sensor_click, configurations.switch],
'HGZB-41': [configurations.switch],
'ZG9101SAC-HP': [configurations.light_brightness],
'RS 122': [configurations.light_brightness],
'GL-B-001Z': [configurations.light_brightness_colortemp_colorxy],
};
Object.keys(mapping).forEach((key) => {

24
npm-shrinkwrap.json generated
View File

@ -564,9 +564,9 @@
"dev": true
},
"@types/yargs": {
"version": "12.0.9",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-12.0.9.tgz",
"integrity": "sha512-sCZy4SxP9rN2w30Hlmg5dtdRwgYQfYRiLo9usw8X9cxlf+H4FqM1xX7+sNH7NNKVdbXMJWqva7iyy+fxh/V7fA==",
"version": "12.0.10",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-12.0.10.tgz",
"integrity": "sha512-WsVzTPshvCSbHThUduGGxbmnwcpkgSctHGHTqzWyFg4lYAuV5qXlyFPOsP3OWqCINfmg/8VXP+zJaa4OxEsBQQ==",
"dev": true
},
"abab": {
@ -5139,9 +5139,9 @@
"dev": true
},
"p-try": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/p-try/-/p-try-2.0.0.tgz",
"integrity": "sha512-hMp0onDKIajHfIkdRk3P4CdCmErkYAxxDtP3Wx/4nZ3aGlau2VKh3mZpcuFkH27WQkL/3WBCPOktzA9ZOAnMQQ==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/p-try/-/p-try-2.1.0.tgz",
"integrity": "sha512-H2RyIJ7+A3rjkwKC2l5GGtU4H1vkxKCAGsWasNVd0Set+6i4znxbWy6/j16YDPJDWxhsgZiKAstMEP8wCdSpjA==",
"dev": true
},
"parent-module": {
@ -5405,9 +5405,9 @@
"dev": true
},
"queue": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/queue/-/queue-6.0.0.tgz",
"integrity": "sha512-gpUbFleAxTje0QND1EtRXJYvyhykgJnScMeaC9MMn+TEXWjcDSHAg7axcnDIwKrPosK7y84Y8AKX9GAc95xyAA==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/queue/-/queue-6.0.1.tgz",
"integrity": "sha512-AJBQabRCCNr9ANq8v77RJEv73DPbn55cdTb+Giq4X0AVnNVZvMHlYp7XlQiN+1npCZj1DuSmaA2hYVUUDgxFDg==",
"requires": {
"inherits": "~2.0.3"
}
@ -6947,9 +6947,9 @@
}
},
"zigbee-shepherd-converters": {
"version": "8.0.7",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-8.0.7.tgz",
"integrity": "sha512-1UHwDy26p8DTt+a9n7QJsj/QWm//KxOBDexQxfiVaKU3N5+l/zQ8UWhwuVk4hyL71sLvg/+TQeaD9iRBR4kQiA==",
"version": "8.0.8",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-8.0.8.tgz",
"integrity": "sha512-NAdG+zHWHBtDVUOYwd+fpnx8eY1agVQRrb96p6ItBtFmCkRFA78RY6g9yb1tU3cRpH8urHZNSMHSH84krrFzhg==",
"requires": {
"chai": "*",
"debounce": "*",

View File

@ -46,7 +46,7 @@
"zcl-id": "git+https://github.com/Koenkk/zcl-id.git#4fa75c92424cd070a3bf6e1f4640b1e3ad8f802d",
"ziee": "*",
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#2e9045d873e38ff35069c92d926f003f04571387",
"zigbee-shepherd-converters": "8.0.7",
"zigbee-shepherd-converters": "8.0.8",
"zive": "*"
},
"devDependencies": {