From c2d202bd9e117277ab22a69278ceed68844bbfb0 Mon Sep 17 00:00:00 2001 From: justme-1968 Date: Thu, 1 Dec 2016 21:38:18 +0000 Subject: [PATCH] 36_JeeLink.pm: ignore LGW communication (by HCS) git-svn-id: https://svn.fhem.de/fhem/trunk@12695 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/36_JeeLink.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/fhem/FHEM/36_JeeLink.pm b/fhem/FHEM/36_JeeLink.pm index 9f29771f3..064dfd66f 100644 --- a/fhem/FHEM/36_JeeLink.pm +++ b/fhem/FHEM/36_JeeLink.pm @@ -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} );