- fixed setting of hmdevtype

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1109 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
oliverwagner
2011-11-13 22:44:21 +00:00
parent 44c3d19d66
commit 98560811b5

View File

@@ -88,7 +88,7 @@ HMDEV_Parse($$)
if(!defined $hash->{devinfo}) if(!defined $hash->{devinfo})
{ {
$hash->{hmdevinfo}=$hash->{IODev}{devicespecs}{$addr}; $hash->{hmdevinfo}=$hash->{IODev}{devicespecs}{$addr};
$hash->{hmdevtype}=$hash->{devinfo}{TYPE}; $hash->{hmdevtype}=$hash->{hmdevinfo}{TYPE};
} }
# #