2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2024-11-22 02:59:49 +00:00

Module maintenance: officially claim 70_Pushover maintenance, mark 98_exportdevice to be deprecated

git-svn-id: https://svn.fhem.de/fhem/trunk@12815 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2016-12-18 10:55:14 +00:00
parent 7cf15f0e38
commit de651827fb
3 changed files with 5 additions and 3 deletions

View File

@ -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:

View File

@ -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

View File

@ -1,4 +1,4 @@
# $Id$
# $Id: 98_exportdevice.pm 12047 2016-08-22 08:06:24Z loredo $
package main;
use strict;