2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-01 15:44:52 +00:00

- fixed setting of hmdevtype

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

View File

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