2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

UPGRADE: add deprecated modules (Forum #122816)

git-svn-id: https://svn.fhem.de/fhem/trunk@24978 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2021-09-15 15:23:43 +00:00
parent 52df308bb9
commit 61e03cc250
2 changed files with 3 additions and 2 deletions

View File

@ -43,3 +43,6 @@ enable the old feature.
NOTE: In 6.0 version this can be forced by new attribute offState NOTE: In 6.0 version this can be forced by new attribute offState
- 96_allowed: the default for allowedIfAuthenticatedByMe is now 1 (relevant - 96_allowed: the default for allowedIfAuthenticatedByMe is now 1 (relevant
if there are multiple allowed devices valid for the same target). 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)

View File

@ -47,8 +47,6 @@ my @filelist2 = (
"FHEM/lib/SWAP/.*.xml", "FHEM/lib/SWAP/.*.xml",
"FHEM/lib/SWAP/panStamp/.*", "FHEM/lib/SWAP/panStamp/.*",
"FHEM/lib/SWAP/justme/.*", "FHEM/lib/SWAP/justme/.*",
"FHEM/lib/Device/.*.pm",
"FHEM/lib/Device/Firmata/.*.pm",
"FHEM/lib/MP3/.*.pm", "FHEM/lib/MP3/.*.pm",
"FHEM/lib/MP3/Tag/.*", "FHEM/lib/MP3/Tag/.*",
"FHEM/lib/UPnP/.*", "FHEM/lib/UPnP/.*",