mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
36_JeeLink.pm: ignore LGW communication (by HCS)
git-svn-id: https://svn.fhem.de/fhem/trunk@12695 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
64768bd635
commit
c2d202bd9e
@ -699,6 +699,7 @@ JeeLink_Parse($$$$)
|
|||||||
return if($dmsg =~ m/^Available commands:/ ); # ignore startup messages
|
return if($dmsg =~ m/^Available commands:/ ); # ignore startup messages
|
||||||
return if($dmsg =~ m/^ / ); # ignore startup messages
|
return if($dmsg =~ m/^ / ); # ignore startup messages
|
||||||
return if($dmsg =~ m/^-> ack/ ); # ignore send ack
|
return if($dmsg =~ m/^-> ack/ ); # ignore send ack
|
||||||
|
return if($dmsg =~ m/^LGW/); # ignore LGW communication
|
||||||
|
|
||||||
if( $dmsg =~ /^INIT / ) {
|
if( $dmsg =~ /^INIT / ) {
|
||||||
$hash->{initMessages} .= "\n" if( $hash->{initMessages} );
|
$hash->{initMessages} .= "\n" if( $hash->{initMessages} );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user