From 9330e8c40ff597ddfb2747ec0983fcdb33bbcc03 Mon Sep 17 00:00:00 2001 From: hobbyquaker Date: Thu, 14 Mar 2019 22:15:35 +0100 Subject: [PATCH] Update RedMatic-HomeKit - Garage Accessory, Verbesserung des Verhaltens bei Richtungsumkehr (https://github.com/HM-RedMatic/RedMatic-HomeKit/issues/130) --- addon_files/redmatic/lib/package.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/addon_files/redmatic/lib/package.json b/addon_files/redmatic/lib/package.json index f3744de9..f8266ce8 100644 --- a/addon_files/redmatic/lib/package.json +++ b/addon_files/redmatic/lib/package.json @@ -11,6 +11,6 @@ "node-red-contrib-modbus": "4.1.1", "node-red-contrib-mysensors": "3.2.0", "node-red-contrib-rfxcom": "2.8.1", - "redmatic-homekit": "2.0.1" + "redmatic-homekit": "2.0.3" } } diff --git a/package.json b/package.json index 15fa43cb..a5d05bc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redmatic", - "version": "3.1.0", + "version": "3.1.1", "description": "Node-RED packaged as Homematic CCU addon", "repository": "github:hobbyquaker/redmatic", "private": true, @@ -22,7 +22,7 @@ "node-red-node-sqlite": "0.0.0 - 0.3.6", "redmatic-led": "0.0.0 - 1.0.0", "redmatic-webapp": "0.0.0 - 0.2.2", - "redmatic-homekit": "0.0.0 - 2.0.1", + "redmatic-homekit": "0.0.0 - 2.0.3", "node-red-node-email": "0.0.0 - 1.3.0", "node-red-node-rbe": "0.0.0 - 0.2.4", "node-red-node-serialport": "0.0.0 - 0.7.1",