2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

31_HUEDevice.pm: don't supress fake fallback event for groups (see forum: http://forum.fhem.de/index.php/topic,42362.msg345583.html#msg345583)

git-svn-id: https://svn.fhem.de/fhem/trunk@9472 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2015-10-17 08:56:46 +00:00
parent 467d6a45aa
commit 302c71b8be

View File

@ -577,7 +577,7 @@ HUEDevice_Set($@)
return undef;
}
$hash->{".triggerUsed"} = 1;
$hash->{".triggerUsed"} = 1 if( $hash->{helper}->{devtype} ne 'G' );
return undef if( !defined($result) );
if( $hash->{helper}->{update_timeout} == -1 ) {