OPENWEATHER: $Id: $

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6944 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch
2014-11-10 21:11:13 +00:00
parent 3a3c1b2e6a
commit ca22f2a7fe
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
############################################################### ###############################################################
# $Id$ # $Id: $
# #
# 59_OPENWEATHER.pm # 59_OPENWEATHER.pm
# #
@@ -121,7 +121,7 @@ use HTML::Parser;
# Modul Version for remote debugging # Modul Version for remote debugging
my $MODUL = "OPENWEATHER"; my $MODUL = "OPENWEATHER";
my $modulVersion = '$Id$'; my $modulVersion = '# $Id: $';
sub OPENWEATHER_Log($$$); sub OPENWEATHER_Log($$$);
sub OPENWEATHER_Start($); sub OPENWEATHER_Start($);

View File

@@ -329,7 +329,7 @@ use vars qw($readingFnAttributes);
use vars qw(%defs); use vars qw(%defs);
my $MODUL = "PROPLANTA"; my $MODUL = "PROPLANTA";
my $modulVersion = '$Id $'; my $modulVersion = '# $Id: $';
my %url_start =( "de" => "http://www.proplanta.de/Wetter/" my %url_start =( "de" => "http://www.proplanta.de/Wetter/"
, "at" => "http://www.proplanta.de/Agrarwetter-Oesterreich/" , "at" => "http://www.proplanta.de/Agrarwetter-Oesterreich/"