Update dependencies.

This commit is contained in:
Koenkk 2018-08-13 20:37:01 +02:00
parent 23a2feb7cf
commit 494c15a731
3 changed files with 11 additions and 9 deletions

View File

@ -302,6 +302,8 @@ const mapping = {
],
'BY 165': [configurations.light_brightness],
'ZLED-2709': [configurations.light_brightness],
'8718696548738': [configurations.light_brightness_colortemp],
'4052899926110': [configurations.light_brightness_colortemp_xy],
};
// A map of all discoverd devices

16
npm-shrinkwrap.json generated
View File

@ -978,7 +978,7 @@
"functional-red-black-tree": "1.0.1",
"glob": "7.1.2",
"globals": "11.7.0",
"ignore": "4.0.5",
"ignore": "4.0.6",
"imurmurhash": "0.1.4",
"inquirer": "5.2.0",
"is-resolvable": "1.1.0",
@ -1372,9 +1372,9 @@
}
},
"ignore": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.5.tgz",
"integrity": "sha512-Q2daVnMtQJPacGrcCRyOEiI+syPCt+mR4YotoC0KEYeinV/6HztT5mUuVEj7UYyoNZ1jGYiu2XEem7I8oM44bg==",
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
"integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
"dev": true
},
"immediate": {
@ -3273,7 +3273,7 @@
}
},
"zigbee-shepherd": {
"version": "git+https://github.com/Koenkk/zigbee-shepherd.git#f91c09226e64df50e193e3ddf17d5515fa4a15fc",
"version": "git+https://github.com/Koenkk/zigbee-shepherd.git#7673fc5a285dc93d2e466bc2aa7134220e1fb134",
"requires": {
"areq": "0.2.0",
"busyman": "0.3.0",
@ -3301,9 +3301,9 @@
}
},
"zigbee-shepherd-converters": {
"version": "2.0.38",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.38.tgz",
"integrity": "sha512-wA6qiRkEe9cfp8FUb30OwRxNlu/Hvmi84mB6A6CntkcqIZjTs6PGUCrkywz3+bjuP85Lb4ZNsaU9liJ9JZfyzg==",
"version": "2.0.40",
"resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-2.0.40.tgz",
"integrity": "sha512-vQj3XJ7Vt/B6Iqudxel5ceH397IC4ORqvnRgw1TH2A0I0TmtxtIRo1CXgAgiZXrvRNmn5gEoANwu1oq1W7D6/w==",
"requires": {
"debounce": "1.1.0"
},

View File

@ -32,7 +32,7 @@
"object-assign-deep": "*",
"mqtt": "*",
"winston": "2.4.2",
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#f91c09226e64df50e193e3ddf17d5515fa4a15fc",
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#7673fc5a285dc93d2e466bc2aa7134220e1fb134",
"zigbee-shepherd-converters": "*",
"json2yaml": "*",
"zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#b7d5b4478a88cd3fc65328c6dc94572c277c7d3e",