2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

31_HUEDevice.pm: LIGHTIFY fix

git-svn-id: https://svn.fhem.de/fhem/trunk@16091 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2018-02-05 12:38:36 +00:00
parent 379781dfc1
commit 927fac3739

View File

@ -1057,7 +1057,7 @@ HUEDevice_GetUpdate($)
}
HUEDevice_Parse($hash,$result);
HUEBridge_updateGroups($hash->{IODev}, $hash->{ID});
HUEBridge_updateGroups($hash->{IODev}, $hash->{ID}) if( $hash->{IODev}{TYPE} eq 'HUEBridge' );
}
sub