mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 05:16:45 +00:00
remove useless sabotage messages
git-svn-id: https://svn.fhem.de/fhem/trunk@6353 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
78e91df64e
commit
79c398e7c2
@ -877,9 +877,10 @@ sub CUL_HM_Parse($$) {#########################################################
|
||||
|
||||
my @entities = ("global"); #additional entities with events to be notifies
|
||||
#################### attack alarm detection#####################
|
||||
if ( $dstH
|
||||
if ( $dstH && $dst ne "000000"
|
||||
&& !CUL_HM_getAttrInt($dname,"ignore")
|
||||
&& ($mTp eq '01' || $mTp eq '11')){
|
||||
&& ($mTp eq '01' || $mTp eq '11'
|
||||
)){
|
||||
my $ioId = AttrVal($dstH->{IODev}{NAME},"hmId","-");
|
||||
if($ioId ne $src){
|
||||
CUL_HM_eventP($dstH,"ErrIoId_$src");
|
||||
|
Loading…
x
Reference in New Issue
Block a user