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:
parent
df630c50cf
commit
f3374f40ed
@ -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};
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user