2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 01:46:08 +00:00

OPENWEATHER: $Id$ test

git-svn-id: https://svn.fhem.de/fhem/trunk@6943 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch 2014-11-10 21:03:30 +00:00
parent 4ed2f8d389
commit 3f79aea6da

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($);