mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
removed unnecessary Log entry
git-svn-id: https://svn.fhem.de/fhem/trunk@6308 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2e7c9aac14
commit
b7774a9cf5
@ -1524,8 +1524,6 @@ sub SB_SERVER_Notify( $$ ) {
|
||||
"Own:" . $name . " Device:" . $devName );
|
||||
|
||||
if( $devName eq $hash->{RCCNAME} ) {
|
||||
Log3( $hash, 1, "SB_SERVER_Notify($name): from $hash->{RCCNAME} " .
|
||||
"with " . ReadingsVal( $hash->{RCCNAME}, "state", "off" ) );
|
||||
if( ReadingsVal( $hash->{RCCNAME}, "state", "off" ) eq "off" ) {
|
||||
RemoveInternalTimer( $hash );
|
||||
InternalTimer( gettimeofday() + 10,
|
||||
|
Loading…
Reference in New Issue
Block a user