git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@862 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2011-03-13 14:29:19 +00:00
parent 7d1394f6a7
commit ce42595583

View File

@ -411,7 +411,7 @@ CUL_HM_Parse($$)
push @event, "actuator:$vp %";
if($dhash) { # Wont trigger
$dhash->{STATE} = "state:$vp %";
$dhash->{STATE} = "$vp %";
$dhash->{READINGS}{STATE}{TIME} = $tn;
$dhash->{READINGS}{STATE}{VAL} = "$vp %";
}