mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
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:
parent
f8cd854165
commit
517ce17cb5
@ -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' ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user