git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1254 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
hotmaz
2012-02-11 22:34:29 +00:00
parent f646bac508
commit 705d521175

View File

@@ -291,10 +291,10 @@ EIB_Parse($$)
{
$n = $lh->{NAME}; # It may be renamed
return "" if(IsIgnored($n)); # Little strange.
next if(IsIgnored($n)); # Little strange.
# parse/translate by datapoint type
$v = EIB_ParseByDatapointType($lh,$n,$v);
$v = EIB_ParseByDatapointType($lh,$n,$rawv);
$lh->{CHANGED}[0] = $v;
$lh->{STATE} = $v;