2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +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:
justme-1968 2016-12-01 21:38:18 +00:00
parent 64768bd635
commit c2d202bd9e

View File

@ -699,6 +699,7 @@ JeeLink_Parse($$$$)
return if($dmsg =~ m/^Available commands:/ ); # ignore startup messages
return if($dmsg =~ m/^ / ); # ignore startup messages
return if($dmsg =~ m/^-> ack/ ); # ignore send ack
return if($dmsg =~ m/^LGW/); # ignore LGW communication
if( $dmsg =~ /^INIT / ) {
$hash->{initMessages} .= "\n" if( $hash->{initMessages} );