From 84c93c3421d63f7c374a5568259f0052fd9142ab Mon Sep 17 00:00:00 2001 From: justme-1968 Date: Tue, 14 Jun 2016 07:23:32 +0000 Subject: [PATCH] 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 --- fhem/FHEM/31_HUEDevice.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fhem/FHEM/31_HUEDevice.pm b/fhem/FHEM/31_HUEDevice.pm index 5fa44478d..4da57396b 100644 --- a/fhem/FHEM/31_HUEDevice.pm +++ b/fhem/FHEM/31_HUEDevice.pm @@ -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' ) {