2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-06 12:18:46 +00:00

CUL_HM: Bat for sirene added

git-svn-id: https://svn.fhem.de/fhem/trunk@11961 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2016-08-14 18:39:16 +00:00
parent 1436eabdb2
commit 5b31100404

View File

@ -2194,9 +2194,10 @@ sub CUL_HM_Parse($$) {#########################################################
push @evtEt,[$mh{cHash},1,"pct:$val"]; # duplicate to level - necessary for "slider"
push @evtEt,[$mh{cHash},1,"deviceMsg:$vs$target"] if($mh{chnM} ne "00");
push @evtEt,[$mh{cHash},1,"state:$vs"];
push @evtEt,[$mh{cHash},1,"timedOn:".(($err&0x40)?"running":"off")];
push @evtEt,[$mh{devH},1,"powerOn:$tn",] if ($chn == 0) ;
push @evtEt,[$mh{devH},1,"sabotageError:".(($err&0x04)?"on":"off")];
push @evtEt,[$mh{cHash},1,"timedOn:" .(($err&0x40)?"running":"off")];
push @evtEt,[$mh{devH} ,1,"powerOn:$tn",] if ($chn == 0) ;
push @evtEt,[$mh{devH} ,1,"sabotageError:".(($err&0x04)?"on" :"off")];
push @evtEt,[$mh{devH} ,1,"battery:" .(($err&0x80)?"low":"ok" )];
}
}
elsif($mh{st} eq "senBright") { #############################################