From 494c15a7318d70abcca7f058d859212d880420d1 Mon Sep 17 00:00:00 2001 From: Koenkk Date: Mon, 13 Aug 2018 20:37:01 +0200 Subject: [PATCH] Update dependencies. --- lib/homeassistant.js | 2 ++ npm-shrinkwrap.json | 16 ++++++++-------- package.json | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/lib/homeassistant.js b/lib/homeassistant.js index 1f7ac8d6..e4231478 100644 --- a/lib/homeassistant.js +++ b/lib/homeassistant.js @@ -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 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 5ec1c92a..9284f558 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -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" }, diff --git a/package.json b/package.json index 012ac963..c72fd3e3 100644 --- a/package.json +++ b/package.json @@ -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",