From 4c2181c80fadb17be4f6cf3fbe86573e38f77c31 Mon Sep 17 00:00:00 2001 From: andi291 <> Date: Sun, 15 May 2016 19:28:08 +0000 Subject: [PATCH] 00_TUL.pm: removed compatibility flag for EIB git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@11453 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/00_TUL.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/FHEM/00_TUL.pm b/FHEM/00_TUL.pm index dfa5fdc5e..d5062c864 100644 --- a/FHEM/00_TUL.pm +++ b/FHEM/00_TUL.pm @@ -7,6 +7,7 @@ # ABU 20160308 remoced set, get. Changed loglevel to verbose. Added KNX/EIB-Split. Added EIB-backward-compatibility. # ABU 20160309 fixed log2 # ABU 20160310 repaired dispatch events - inform EIB, only is useEIB is set +# ABU 20160515 removed compatibility flag for EIB package main; @@ -100,8 +101,8 @@ TUL_Define($$) } #Set attributes in order to control backward-compatibility - $attr{$name}{useEIB} = 1; - Log3 ($name, 1, "Using EIB is deprecated. Please migrate to KNX soon. Module 10_EIB is not maintained any longer.") if (AttrVal($name, "useEIB", 0) =~ m/1/); + #$attr{$name}{useEIB} = 1; + #Log3 ($name, 1, "Using EIB is deprecated. Please migrate to KNX soon. Module 10_EIB is not maintained any longer.") if (AttrVal($name, "useEIB", 0) =~ m/1/); $hash->{DeviceName} = $dev; $hash->{DeviceAddress} = $devaddr;