2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

30_HUEBridge.pm: update group readings also for websocket data

git-svn-id: https://svn.fhem.de/fhem/trunk@16175 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2018-02-14 06:41:34 +00:00
parent a1f082de94
commit 52eb669fcb

View File

@ -105,6 +105,7 @@ HUEBridge_Read($)
my $chash = $modules{HUEDevice}{defptr}{$code};
if( defined($chash) ) {
HUEDevice_Parse($chash,$obj);
HUEBridge_updateGroups($hash, $chash->{ID}) if( !$chash->{helper}{devtype} );
} else {
Log3 $name, 4, "$name: message for unknow device received: $code";
}