From 71619c23db58c4f968fa5abf03c736b763603f65 Mon Sep 17 00:00:00 2001 From: phenning <> Date: Sat, 11 Mar 2017 14:24:14 +0000 Subject: [PATCH] =?UTF-8?q?21=5FOWSWITCH.pm:=20Bugfix=20=C3=BCberfl=C3=BCs?= =?UTF-8?q?sige=20Log-Meldung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.fhem.de/fhem/trunk@13668 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/21_OWSWITCH.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fhem/FHEM/21_OWSWITCH.pm b/fhem/FHEM/21_OWSWITCH.pm index a1fc39667..19377de02 100644 --- a/fhem/FHEM/21_OWSWITCH.pm +++ b/fhem/FHEM/21_OWSWITCH.pm @@ -87,7 +87,7 @@ no warnings 'deprecated'; sub Log($$); -my $owx_version="6.1"; +my $owx_version="6.11"; #-- fixed raw channel name, flexible channel name my @owg_fixed = ("A","B","C","D","E","F","G","H"); my @owg_channel = ("A","B","C","D","E","F","G","H"); @@ -1118,7 +1118,6 @@ sub OWXSWITCH_BinValues($$$$$$$) { }else{ $gpio |= (1<<$outfnd); } - Log 1,"DEBUGGING OWXNG : After reading old gpio with outval=$outval and outfnd=$outfnd we are setting a new gpio as $gpio"; #-- re-set the state OWXSWITCH_SetState($hash,$gpio); }