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:
parent
467d6a45aa
commit
302c71b8be
@ -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 ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user