mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
some ec 3000 fixes
git-svn-id: https://svn.fhem.de/fhem/trunk@3871 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
66d0ed230a
commit
13b941fb54
@ -415,10 +415,10 @@ JeeLink_Parse($$$$)
|
||||
|
||||
next if(!$dmsg || length($dmsg) < 1); # Bogus 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
|
||||
|
||||
if($dmsg =~ m/^\[pcaSerial/ ) {
|
||||
if($dmsg =~ m/^\[/ ) {
|
||||
$hash->{VERSION} = $dmsg;
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user