diff --git a/fhem/CHANGED b/fhem/CHANGED index a91075b6d..77f71c20a 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: 98_Heating_Control: Move to deprecated - change: 76_SMAPortal: live Data extraction, minor fixes - change: 73_AutoShuttersControl: add condition in Fn EventProcessingGeneral to differentiate ASC device and other sensor device in NOTIFYDEV diff --git a/fhem/MAINTAINER.txt b/fhem/MAINTAINER.txt index 22f053964..b4bba75a9 100644 --- a/fhem/MAINTAINER.txt +++ b/fhem/MAINTAINER.txt @@ -605,7 +605,6 @@ contrib/DS_Starter/* DS_Starter Sonstiges contrib/98_EDIPLUG.pm Wzut Sonstige Systeme contrib/98_exportdevice.pm loredo (deprecated) contrib/98_FileLogConvert.pm DeeSPe Automatisierung -contrib/98_Heating_Control.pm Beta-User Unterstützende Dienste contrib/97_SprinkleControl.pm Tobias Unterstützende Dienste contrib/98_Sprinkle.pm Tobias Unterstützende Dienste contrib/betateilchen/* betateilchen Sonstiges diff --git a/fhem/contrib/98_Heating_Control.pm b/fhem/contrib/deprecated/98_Heating_Control.pm similarity index 100% rename from fhem/contrib/98_Heating_Control.pm rename to fhem/contrib/deprecated/98_Heating_Control.pm