2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-20 07:16:03 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@1254 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
hotmaz 2012-02-11 22:34:29 +00:00
parent d4f26fbf93
commit 991243d9aa

View File

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