- 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:
@@ -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};
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user