2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-13 17:26:34 +00:00

10_MQTT_BRIDGE: move to deprecated

git-svn-id: https://svn.fhem.de/fhem/trunk@25006 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Beta-User 2021-09-22 20:19:28 +00:00
parent ca1d76a8dc
commit 3c3fffcc57
3 changed files with 2 additions and 5 deletions

View File

@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # 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. # Do not insert empty lines here, update check depends on it.
- change: 10_MQTT_BRIDGE: Move to deprecated
- feature: 98_weekprofile: add userattr 'weekprofile' to supported modules - feature: 98_weekprofile: add userattr 'weekprofile' to supported modules
- change: 98_weekprofile: using id's in module documentation - change: 98_weekprofile: using id's in module documentation
- change: 93_RFHEM: Deprecation message (use FHEM2FHEM), some fixes - change: 93_RFHEM: Deprecation message (use FHEM2FHEM), some fixes

View File

@ -595,11 +595,7 @@ FHEM/lib/AttrTemplate/huedevice.template Shojo Zigbee https://forum.fhem.de/i
FHEM/lib/AttrTemplate/httpmod.template amenomade Sonstiges https://forum.fhem.de/index.php/topic,97694.0.html FHEM/lib/AttrTemplate/httpmod.template amenomade Sonstiges https://forum.fhem.de/index.php/topic,97694.0.html
FHEM/lib/AttrTemplate/mqtt2.template Beta-User/Otto123 MQTT https://forum.fhem.de/index.php/topic,94494.0.html FHEM/lib/AttrTemplate/mqtt2.template Beta-User/Otto123 MQTT https://forum.fhem.de/index.php/topic,94494.0.html
FHEM/lib/AttrTemplate/mysensors.template Beta-User Bastelecke/MySensors FHEM/lib/AttrTemplate/mysensors.template Beta-User Bastelecke/MySensors
FHEM/lib/Device/Firmata/* jensb Sonstige Systeme
FHEM/lib/Device/MySensors/* Beta-User Bastelecke/MySensors
FHEM/lib/MP3/* Reinerlein Multimedia FHEM/lib/MP3/* Reinerlein Multimedia
FHEM/lib/Net/MQTT.pod hexenmeister MQTT
FHEM/lib/Net/MQTT/* hexenmeister MQTT
FHEM/lib/ProtoThreads.pm ntruchsess FHEM Development FHEM/lib/ProtoThreads.pm ntruchsess FHEM Development
FHEM/lib/SHC_packet_layout.xml rr2000 Sonstige Systeme FHEM/lib/SHC_packet_layout.xml rr2000 Sonstige Systeme
FHEM/lib/SWAP/* justme1968 Sonstige Systeme FHEM/lib/SWAP/* justme1968 Sonstige Systeme

View File

@ -21,7 +21,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with fhem. If not, see <http://www.gnu.org/licenses/>. # along with fhem. If not, see <http://www.gnu.org/licenses/>.
# #
# $Id$ # $Id: 10_MQTT_BRIDGE.pm 23658 2021-02-01 20:58:53Z hexenmeister $
# #
############################################## ##############################################