From 6e1af542e5629ec10bd5ca83c6a06a6eae88c286 Mon Sep 17 00:00:00 2001 From: Koenkk Date: Tue, 11 Sep 2018 22:04:37 +0200 Subject: [PATCH] Update zigbee-shepherd-converter. --- lib/homeassistant.js | 1 + npm-shrinkwrap.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/homeassistant.js b/lib/homeassistant.js index 39071c5a..73b4ef0c 100644 --- a/lib/homeassistant.js +++ b/lib/homeassistant.js @@ -327,6 +327,7 @@ const mapping = { '50045': [configurations.light_brightness], 'AV2010/22': [configurations.binary_sensor_occupancy], '3210-L': [configurations.switch], + '7299355PH': [configurations.light_brightness_colortemp_xy], }; // A map of all discoverd devices diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 009fe81b..55de4b82 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -4803,9 +4803,9 @@ } }, "zigbee-shepherd-converters": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-3.0.0.tgz", - "integrity": "sha512-03lmLRW3rX9J7lSuneQRf9NPncIMBBCDfIvgvDUzFxIAe14rmVFmEQDP8pcMkhMqCYWsGNyQQpeoN7mzQWcNTg==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/zigbee-shepherd-converters/-/zigbee-shepherd-converters-3.0.2.tgz", + "integrity": "sha512-eM6Po77V2lv9tvTTEWPCR7A06ch4bjVnLsL64rBywKvsU3v7+zAbLxca/5RLA0sMMstsvNIy4t4TYWxFKa6qPg==", "requires": { "debounce": "*" },