31_HUEDevice.pm: added manufacturername internal

git-svn-id: https://svn.fhem.de/fhem/trunk@8410 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2015-04-09 18:23:30 +00:00
parent f8cd854165
commit 517ce17cb5

View File

@ -822,6 +822,7 @@ HUEDevice_Parse($$)
$hash->{modelid} = $result->{modelid}; $hash->{modelid} = $result->{modelid};
$hash->{uniqueid} = $result->{uniqueid}; $hash->{uniqueid} = $result->{uniqueid};
$hash->{manufacturername} = $result->{manufacturername};
$hash->{swversion} = $result->{swversion}; $hash->{swversion} = $result->{swversion};
if( $hash->{helper}->{devtype} eq 'S' ) { if( $hash->{helper}->{devtype} eq 'S' ) {