2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-08 05:15:10 +00:00

31_HUEDevice.pm: some new internals for new bridge firmware 1.13.0

git-svn-id: https://svn.fhem.de/fhem/trunk@11664 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2016-06-14 07:23:32 +00:00
parent e4a0fb803d
commit 84c93c3421

View File

@ -1012,9 +1012,11 @@ HUEDevice_Parse($$)
}
$hash->{modelid} = $result->{modelid} if( defined($result->{modelid}) );
$hash->{productid} = $result->{productid} if( defined($result->{productid}) );
$hash->{manufacturername} = $result->{manufacturername} if( defined($result->{manufacturername}) );
$hash->{luminaireuniqueid} = $result->{luminaireuniqueid} if( defined($result->{luminaireuniqueid}) );
$hash->{swversion} = $result->{swversion} if( defined($result->{swversion}) );
$hash->{swconfigid} = $result->{swconfigid} if( defined($result->{swconfigid}) );
if( $hash->{helper}->{devtype} eq 'S' ) {