2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-18 18:16:03 +00:00

ignore wakeup messages

git-svn-id: https://svn.fhem.de/fhem/trunk@4316 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2013-12-03 07:05:50 +00:00
parent 43272c259a
commit b1f4eb7971

View File

@ -1914,6 +1914,9 @@ sub CUL_HM_parseCommon(@){#####################################################
}
}
}
elsif($mTp eq "12"){ #wakeup received - ignore############
$ret = "done";
}
elsif($mTp =~ m /^4[01]/){ #someone is triggered##########
CUL_HM_qStateUpdatIfEnab($dst)if (hex($mFlg) & 0x20 && $dhash);
my $chn = hex(substr($p,0,2));