From 2be4c6a5b58233c0d5b56d09f842881f7c367c4c Mon Sep 17 00:00:00 2001 From: Beta-User Date: Sun, 24 Oct 2021 06:37:08 +0000 Subject: [PATCH] 10_EIB: move to deprecated git-svn-id: https://svn.fhem.de/fhem/trunk@25112 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/UPGRADE | 1 + fhem/{FHEM => contrib/deprecated}/10_EIB.pm | 0 3 files changed, 2 insertions(+) rename fhem/{FHEM => contrib/deprecated}/10_EIB.pm (100%) diff --git a/fhem/CHANGED b/fhem/CHANGED index 36af16d22..ea3a707ec 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - change: 10_EIB: Move to deprecated - bugfix: 73_AutoShuttersControl: fix ExternalTrigger, fix set rainstate by night - bugfix: 73_DoorBird: incrementalTim[e]out misspelling corrected diff --git a/fhem/UPGRADE b/fhem/UPGRADE index 3ec99d6cf..3860c33d4 100644 --- a/fhem/UPGRADE +++ b/fhem/UPGRADE @@ -46,3 +46,4 @@ enable the old feature. - Deprecated modules (consider replacing them by prior to upgrading): 10_MQTT_BRIDGE (=> MQTT_GENERIC_BRIDGE) 98_Heating_Control (=> WeekdayTimer) + 10_EIB (=> 10_KNX) diff --git a/fhem/FHEM/10_EIB.pm b/fhem/contrib/deprecated/10_EIB.pm similarity index 100% rename from fhem/FHEM/10_EIB.pm rename to fhem/contrib/deprecated/10_EIB.pm