diff --git a/fhem/FHEM/59_OPENWEATHER.pm b/fhem/FHEM/59_OPENWEATHER.pm index eb07ea933..cbb086cb0 100644 --- a/fhem/FHEM/59_OPENWEATHER.pm +++ b/fhem/FHEM/59_OPENWEATHER.pm @@ -119,9 +119,7 @@ use LWP::UserAgent; use HTTP::Request; use HTML::Parser; -# Modul Version for remote debugging my $MODUL = "OPENWEATHER"; - my $modulVersion = '# $Id$'; sub OPENWEATHER_Log($$$); sub OPENWEATHER_Start($); @@ -194,8 +192,7 @@ OPENWEATHER_Define($$) # Get first data after 7 seconds InternalTimer(gettimeofday() + 7, "OPENWEATHER_Start", $hash, 0) if $interval > 0; - $hash->{fhem}{modulVersion} = '# $ID: $'; - OPENWEATHER_Log $hash, 5, "OPENWEATHER.pm version is " . $hash->{fhem}{modulVersion}; + $hash->{fhem}{modulVersion} = '$Date$'; return undef; } #end OPENWEATHER_Define diff --git a/fhem/FHEM/59_PROPLANTA.pm b/fhem/FHEM/59_PROPLANTA.pm index 8f6f7d294..280994e04 100644 --- a/fhem/FHEM/59_PROPLANTA.pm +++ b/fhem/FHEM/59_PROPLANTA.pm @@ -331,7 +331,6 @@ use vars qw($readingFnAttributes); use vars qw(%defs); my $MODUL = "PROPLANTA"; -my $modulVersion = '# $Id$'; my %url_template_1 =( "de" => "http://www.proplanta.de/Wetter/LOKALERORT-Wetter.html" , "at" => "http://www.proplanta.de/Agrarwetter-Oesterreich/LOKALERORT/" @@ -397,7 +396,7 @@ sub PROPLANTA_Define($$) $hash->{STATE} = "Initializing"; $hash->{LOCAL} = 0; $hash->{INTERVAL} = 3600; - $hash->{fhem}{modulVersion} = $modulVersion; + $hash->{fhem}{modulVersion} = '$Date$'; RemoveInternalTimer($hash); diff --git a/fhem/FHEM/70_JSONMETER.pm b/fhem/FHEM/70_JSONMETER.pm index a0a424064..97d71c940 100644 --- a/fhem/FHEM/70_JSONMETER.pm +++ b/fhem/FHEM/70_JSONMETER.pm @@ -3,13 +3,13 @@ # # 70_JSONMETER.pm # -# Copyright notice -# # (c) 2014 Torsten Poitzsch < torsten . poitzsch at gmx . de > # # This module reads data from devices that provide OBIS compatible data # in json format (e.g. power meters) # +# Copyright notice +# # This script is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or @@ -60,8 +60,7 @@ sub JSONMETER_doStatisticMinMax ($$$); sub JSONMETER_doStatisticMinMaxSingle ($$$$); sub JSONMETER_doStatisticDelta ($$$$$); sub JSONMETER_doStatisticDeltaSingle ($$$$$$); -# Modul Version for remote debugging - my $modulVersion = "2014-04-29"; + my $MODUL = "JSONMETER"; ############################################################## # Syntax: meterType => port URL-Path @@ -200,8 +199,7 @@ JSONMETER_Define($$) #Reset temporary values $hash->{fhem}{jsonInterpreter} = ""; - $hash->{fhem}{modulVersion} = $modulVersion; - JSONMETER_Log $hash, 5, "JSONMETER.pm version is $modulVersion."; + $hash->{fhem}{modulVersion} = '$Date$'; return undef; } #end JSONMETER_Define @@ -906,6 +904,7 @@ JSONMETER_doStatisticDeltaSingle ($$$$$$)

JSONMETER

+

@@ -991,45 +995,46 @@ JSONMETER_doStatisticDeltaSingle ($$$$$$) Attributes - +
=end html =begin html_DE

JSONMETER

+
- +
=end html_DE =cut diff --git a/fhem/FHEM/98_statistics.pm b/fhem/FHEM/98_statistics.pm index 39ae5d39f..a162d18bb 100644 --- a/fhem/FHEM/98_statistics.pm +++ b/fhem/FHEM/98_statistics.pm @@ -53,7 +53,6 @@ sub statistics_maxDecPlaces($$); sub statistics_UpdateDevReading($$$$); # Modul Version for remote debugging - my $modulVersion = "2014-07-06"; my $MODUL = "statistics"; ############################################################## @@ -147,7 +146,7 @@ statistics_Define($$) $hash->{DEV_REGEXP} = $devName; $hash->{STATE} = "Waiting for notifications"; - $hash->{fhem}{modulVersion} = $modulVersion; + $hash->{fhem}{modulVersion} = '$Date$'; RemoveInternalTimer($hash); @@ -1019,7 +1018,7 @@ statistics_UpdateDevReading($$$$)

statistics

-
+