diff --git a/fhem/contrib/HMRPC/01_HMDEV.pm b/fhem/contrib/HMRPC/01_HMDEV.pm index 47c3b5ee6..03fa4a1f2 100644 --- a/fhem/contrib/HMRPC/01_HMDEV.pm +++ b/fhem/contrib/HMRPC/01_HMDEV.pm @@ -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}; } #