mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
21_OWSWITCH.pm: Bugfix überflüssige Log-Meldung
git-svn-id: https://svn.fhem.de/fhem/trunk@13668 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
66500f04df
commit
71619c23db
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user