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:
justme1968
2015-10-17 08:56:46 +00:00
parent 317ac7ab9b
commit b30658496d

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 ) {