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:
justme1968
2015-04-09 18:23:30 +00:00
parent 513c3b1d7a
commit dd5b2c10a5

View File

@@ -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' ) {