2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-28 02:44:53 +00:00

ignore BBSB messages

git-svn-id: https://svn.fhem.de/fhem/trunk@2089 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
wherzig 2012-11-07 18:41:43 +00:00
parent 4319d53d0a
commit 9f3148c9d4

@ -352,6 +352,7 @@ sub TRX_LIGHT_parse_X10 {
return $error;
}
if ($dev_type eq "BBSB") { return " "; } # ignore BBSB messages temporarily because of receiving problems
my $device;
my $data;