From e6d3e0fd8f1bbd49068bfb0febfa02afc95426dc Mon Sep 17 00:00:00 2001 From: jpawlowski Date: Sun, 18 Dec 2016 10:55:14 +0000 Subject: [PATCH] Module maintenance: officially claim 70_Pushover maintenance, mark 98_exportdevice to be deprecated git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@12815 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- CHANGED | 2 ++ MAINTAINER.txt | 4 ++-- {FHEM => contrib}/98_exportdevice.pm | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) rename {FHEM => contrib}/98_exportdevice.pm (99%) diff --git a/CHANGED b/CHANGED index e8f4706cd..98259831c 100644 --- a/CHANGED +++ b/CHANGED @@ -1,5 +1,7 @@ # 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. + - change: 98_exportdevice: command was deprecated and moved to contrib in + favor of FHEMWEB builtin functions - bugfix: 93_DbRep: bugfix group by-clause due to incompatible changes made in MyQL 5.7.5 (Forum #msg541103) - feature: 66_ECMD, 67_ECMDDevice: diff --git a/MAINTAINER.txt b/MAINTAINER.txt index 86d3e7364..cf75413de 100644 --- a/MAINTAINER.txt +++ b/MAINTAINER.txt @@ -271,7 +271,7 @@ FHEM/70_VolumeLink.pm rapster http://forum.fhem.de Multimedi FHEM/70_WS3600.pm Josch http://forum.fhem.de Sonstiges FHEM/70_XBMC.pm vbs http://forum.fhem.de Multimedia FHEM/70_Pushbullet.pm fhainz http://forum.fhem.de Unterstuetzende Dienste -FHEM/70_Pushover.pm Johannes_B http://forum.fhem.de Unterstuetzende Dienste +FHEM/70_Pushover.pm loredo http://forum.fhem.de Unterstuetzende Dienste FHEM/70_PushNotifier.pm xusader http://forum.fhem.de Unterstuetzende Dienste FHEM/70_Pushalot.pm Talkabout http://forum.fhem.de Unterstuetzende Dienste FHEM/70_Pushsafer.pm markusbloch http://forum.fhem.de Unterstuetzende Dienste @@ -383,7 +383,6 @@ FHEM/98_CustomReadings.pm HCS http://forum.fhem.de Unterstue FHEM/98_dewpoint.pm Joachim http://forum.fhem.de Automatisierung FHEM/98_Dooya.pm Jarnsen/ralf9/darkmission http://forum.fhem.de Sonstige Systeme FHEM/98_dummy.pm rudolfkoenig http://forum.fhem.de Automatisierung -FHEM/98_exportdevice.pm loredo http://forum.fhem.de Sonstiges FHEM/98_fheminfo.pm mfr69bs http://forum.fhem.de Sonstiges FHEM/98_help.pm betateilchen http://forum.fhem.de Sonstiges FHEM/98_HourCounter.pm john http://forum.fhem.de MAX @@ -447,6 +446,7 @@ contrib/55_BBB_BMP180.pm betateilchen http://forum.fhem.de Einplatin contrib/55_weco.pm betateilchen http://forum.fhem.de Wettermodule contrib/70_ONKYO_AVR_PULL.pm loredo http://forum.fhem.de Multimedia contrib/71_LISTENLIVE.pm betateilchen http://forum.fhem.de Multimedia +contrib/98_exportdevice.pm loredo http://forum.fhem.de Sonstiges contrib/98_geodata.pm betateilchen http://forum.fhem.de Sonstiges contrib/98_openweathermap.pm betateilchen http://forum.fhem.de Wettermodule contrib/98_PID.pm betateilchen http://forum.fhem.de Automatisierung diff --git a/FHEM/98_exportdevice.pm b/contrib/98_exportdevice.pm similarity index 99% rename from FHEM/98_exportdevice.pm rename to contrib/98_exportdevice.pm index 438cf290f..7690d3103 100755 --- a/FHEM/98_exportdevice.pm +++ b/contrib/98_exportdevice.pm @@ -1,4 +1,4 @@ -# $Id$ +# $Id: 98_exportdevice.pm 12047 2016-08-22 08:06:24Z loredo $ package main; use strict;