mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
98_Siro.pm:change loglevel
git-svn-id: https://svn.fhem.de/fhem/trunk@16472 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9418cfa9e0
commit
8920195992
@ -544,7 +544,7 @@ sub Siro_Parse($$) {
|
|||||||
return "" if ( IsDisabled($name) );
|
return "" if ( IsDisabled($name) );
|
||||||
if ( my $lh = $modules{Siro}{defptr}{$testid} ) {
|
if ( my $lh = $modules{Siro}{defptr}{$testid} ) {
|
||||||
my $name = $lh->{NAME};
|
my $name = $lh->{NAME};
|
||||||
Log3 $hash, 3,
|
Log3 $hash, 5,
|
||||||
"Siro_Parse: Incomming msg from IODevice $testid - $name device is defined";
|
"Siro_Parse: Incomming msg from IODevice $testid - $name device is defined";
|
||||||
if ( defined($name)
|
if ( defined($name)
|
||||||
&& $testcmd ne "54"
|
&& $testcmd ne "54"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user