mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 11:26:55 +00:00
OPENWEATHER: $Id: $
git-svn-id: https://svn.fhem.de/fhem/trunk@6944 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
3f79aea6da
commit
cede4c5a89
@ -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($);
|
||||
|
@ -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/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user