diff --git a/fhem/UPGRADE b/fhem/UPGRADE index 57cebe5d3..3ec99d6cf 100644 --- a/fhem/UPGRADE +++ b/fhem/UPGRADE @@ -43,3 +43,6 @@ enable the old feature. NOTE: In 6.0 version this can be forced by new attribute offState - 96_allowed: the default for allowedIfAuthenticatedByMe is now 1 (relevant if there are multiple allowed devices valid for the same target). + - Deprecated modules (consider replacing them by prior to upgrading): + 10_MQTT_BRIDGE (=> MQTT_GENERIC_BRIDGE) + 98_Heating_Control (=> WeekdayTimer) diff --git a/fhem/contrib/fhemupdate.pl b/fhem/contrib/fhemupdate.pl index fe4121dcd..15e11a4b8 100755 --- a/fhem/contrib/fhemupdate.pl +++ b/fhem/contrib/fhemupdate.pl @@ -47,8 +47,6 @@ my @filelist2 = ( "FHEM/lib/SWAP/.*.xml", "FHEM/lib/SWAP/panStamp/.*", "FHEM/lib/SWAP/justme/.*", - "FHEM/lib/Device/.*.pm", - "FHEM/lib/Device/Firmata/.*.pm", "FHEM/lib/MP3/.*.pm", "FHEM/lib/MP3/Tag/.*", "FHEM/lib/UPnP/.*",