mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
CUL_HM:improve batreport RT
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@10114 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5900e6e57f
commit
dd11a0e4ae
@ -1499,7 +1499,8 @@ sub CUL_HM_Parse($$) {#########################################################
|
||||
push @evtEt,[$mh{devH},1,"measured-temp:$actTemp"];
|
||||
push @evtEt,[$mh{devH},1,"batteryLevel:$bat"];
|
||||
push @evtEt,[$mh{devH},1,"actuator:$vp"];
|
||||
$lBat = "low" if ($err == 6); #
|
||||
if ($err == 6){ $lBat = "low";}
|
||||
elsif($err == 0){ $lBat = "ok";}# we cannot determin bat if any other state!
|
||||
|
||||
#weather Chan
|
||||
my $wHash = $modules{CUL_HM}{defptr}{$mh{src}."01"};
|
||||
|
Loading…
x
Reference in New Issue
Block a user