From fe92e9c421141b47209a60a0209fc8e58f1d2a73 Mon Sep 17 00:00:00 2001 From: Koenkk Date: Tue, 31 Jul 2018 21:50:04 +0200 Subject: [PATCH] Fix package.json --- lib/homeassistant.js | 1 + npm-shrinkwrap.json | 2 +- package.json | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/homeassistant.js b/lib/homeassistant.js index 326bb9721..51a9db67e 100644 --- a/lib/homeassistant.js +++ b/lib/homeassistant.js @@ -298,6 +298,7 @@ const mapping = { 'E11-G23': [configurations.light_brightness], 'AC03845': [configurations.light_brightness_colortemp_xy], 'AC03641': [configurations.light_brightness], + 'FB56+ZSW05HG1.2': [configurations.switch], }; // A map of all discoverd devices diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 336e9e473..fbb68fff2 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -2838,7 +2838,7 @@ } }, "zigbee-shepherd": { - "version": "git+https://github.com/Koenkk/zigbee-shepherd.git#f22646eda3e57124ecc4e0e07831673329ee56a8", + "version": "git+https://github.com/Koenkk/zigbee-shepherd.git#b0287f99f28d21bbfc2a7d773b86d8eaf7a10075", "requires": { "areq": "0.2.0", "busyman": "0.3.0", diff --git a/package.json b/package.json index 0a896516a..723fb90b5 100644 --- a/package.json +++ b/package.json @@ -32,10 +32,10 @@ "object-assign-deep": "*", "mqtt": "*", "winston": "2.4.2", - "zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#2078557a485466c032cc26b2cd2b8ac29edeceac", - "zigbee-shepherd-converters": "2.0.34", + "zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#b0287f99f28d21bbfc2a7d773b86d8eaf7a10075", + "zigbee-shepherd-converters": "*", "json2yaml": "*", - "zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git", + "zcl-packet": "git+https://github.com/Koenkk/zcl-packet.git#1513d8087b8ccd52f73a90dd15112d7e3468f861", "js-yaml": "*", "git-last-commit": "*" },