From 12e152cb47496f06a43e932dc6d2e9573634d252 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/fhem@24978 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- UPGRADE | 3 +++ contrib/fhemupdate.pl | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/UPGRADE b/UPGRADE index 57cebe5d3..3ec99d6cf 100644 --- a/UPGRADE +++ b/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/contrib/fhemupdate.pl b/contrib/fhemupdate.pl index fe4121dcd..15e11a4b8 100755 --- a/contrib/fhemupdate.pl +++ b/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/.*",