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