diff --git a/fhem/FHEM/31_HUEDevice.pm b/fhem/FHEM/31_HUEDevice.pm index c00205723..539a51a9a 100644 --- a/fhem/FHEM/31_HUEDevice.pm +++ b/fhem/FHEM/31_HUEDevice.pm @@ -822,6 +822,7 @@ HUEDevice_Parse($$) $hash->{modelid} = $result->{modelid}; $hash->{uniqueid} = $result->{uniqueid}; + $hash->{manufacturername} = $result->{manufacturername}; $hash->{swversion} = $result->{swversion}; if( $hash->{helper}->{devtype} eq 'S' ) {