From 0f2069fab2f074286468bcae1c8d23dd0f613ea9 Mon Sep 17 00:00:00 2001 From: StefanStrobel <> Date: Tue, 9 May 2017 19:11:02 +0000 Subject: [PATCH] 98_ArduCounter.pm: fixed summary line for modular commandref git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@14233 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/98_ArduCounter.pm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/FHEM/98_ArduCounter.pm b/FHEM/98_ArduCounter.pm index 81d31e7d1..1f10fdc28 100755 --- a/FHEM/98_ArduCounter.pm +++ b/FHEM/98_ArduCounter.pm @@ -1,6 +1,6 @@ ############################################################################ # $Id$ -# fhem Modul für Impulszähler auf Basis von Arduino mit ArduCounter Sketch +# fhem Modul für Impulszähler auf Basis von Arduino mit ArduCounter Sketch # # This file is part of fhem. # @@ -43,6 +43,7 @@ # 2017-01-06 avoid reopening when disable=0 is set during startup # 2017-02-06 Doku korrigiert # 2017-02-18 fixed a bug that caused a missing open when the device is defined while fhem is already initialized +# 2017-05-09 fixed character encoding for documentation text # ideas / todo: # @@ -65,7 +66,7 @@ my %ArduCounter_gets = ( "info" => "" ); -my $ArduCounter_Version = '4.7 - 18.2.2017'; +my $ArduCounter_Version = '4.71 - 9.5.2017'; # # FHEM module intitialisation @@ -353,7 +354,7 @@ sub ArduCounter_Attr(@) my $vgl = $1; # attribute name in list - probably a regex my $opt = $2; # attribute hint in list if ($aName =~ $vgl) { # yes - the name in the list now matches as regex - # $aName ist eine Ausprägung eines wildcard attrs + # $aName ist eine Ausprägung eines wildcard attrs addToDevAttrList($name, "$aName" . $opt); # create userattr with hint to allow changing by click in fhemweb if ($opt) { # remove old entries without hint @@ -875,7 +876,7 @@ sub ArduCounter_Ready($) =pod =item device =item summary Module for consumption counter based on an arduino with the ArduCounter sketch -=item summary_DE Modul für Strom / Wasserzähler auf Arduino-Basis mit ArduCounter Sketch +=item summary_DE Modul für Strom / Wasserzähler auf Arduino-Basis mit ArduCounter Sketch =begin html