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:
parent
379781dfc1
commit
927fac3739
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user