From 61e03cc250b00e85dba9733c6f15f64fbaa791dd Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Wed, 15 Sep 2021 15:23:43 +0000 Subject: [PATCH] UPGRADE: add deprecated modules (Forum #122816) git-svn-id: https://svn.fhem.de/fhem/trunk@24978 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/UPGRADE | 3 +++ fhem/contrib/fhemupdate.pl | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) 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/.*",