2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

MAINTAINER.txt: updated

git-svn-id: https://svn.fhem.de/fhem/trunk@9426 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2015-10-11 10:07:59 +00:00
parent dee0bda019
commit 22212f99bf
2 changed files with 3 additions and 8 deletions

View File

@ -313,6 +313,7 @@ FHEM/Blocking.pm rudolfkoenig http://forum.fhem.de Automatis
FHEM/DevIo.pm rudolfkoenig http://forum.fhem.de Sonstiges
FHEM/Color.pm justme1968 http://forum.fhem.de Sonstiges
FHEM/FritzBoxUtils.pm rudolfkoenig http://forum.fhem.de FRITZ!Box
FHEM/GDSweblink.pm jensb http://forum.fhem.de Unterstuetzende Dienste
FHEM/HMConfig.pm martinp876 http://forum.fhem.de HomeMatic
FHEM/HttpUtils.pm rudolfkoenig http://forum.fhem.de Automatisierung
FHEM/MaxCommon.pm mgehre http://forum.fhem.de MAX

View File

@ -1,4 +1,4 @@
# $Id: 99_GDSweblink.pm 9418 2015-10-10 09:32:35Z betateilchen $
# $Id$
package main;
use strict;
@ -8,16 +8,10 @@ use POSIX;
####################################################################################################
#
# create weblinks
# provided by jensb
# provided and maintained by jensb
#
####################################################################################################
#sub
#gdsUtils_Initialize($$)
#{
# my ($hash) = @_;
#}
# weather description to icon name mapping
my %GDSDayWeatherIconMap = (
'bedeckt' => 'overcast',