2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-23 20:52:13 +00:00

CUL_HM:trigger for lastRain event

git-svn-id: https://svn.fhem.de/fhem/trunk@16588 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2018-04-11 18:21:53 +00:00
parent 38ed0feac2
commit f7feb156f4

View File

@ -2007,7 +2007,7 @@ sub CUL_HM_Parse($$) {#########################################################
$mh{shash}->{helper}{lastRain} = $mh{tmStr};
}
elsif ($val eq "dry" && $mh{shash}->{helper}{lastRain}){
push @evtEt,[$mh{shash},0,"lastRain:$mh{shash}->{helper}{lastRain}"];
push @evtEt,[$mh{shash},1,"lastRain:$mh{shash}->{helper}{lastRain}"];
delete $mh{shash}->{helper}{lastRain};
}