2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 05:16:45 +00:00

OPENWEATHER: $Id: $

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

View File

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

View File

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