mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 12:58:13 +00:00
31_HUEDevice.pm: better async set handling for sensors
git-svn-id: https://svn.fhem.de/fhem/trunk@13711 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
068a41fef3
commit
e823f1a138
@ -652,6 +652,8 @@ HUEDevice_Set($@)
|
||||
my $id = $hash->{ID};
|
||||
$id = $1 if( $id =~ m/^S(\d.*)/ );
|
||||
|
||||
$hash->{".triggerUsed"} = 1;
|
||||
|
||||
if( $cmd eq "statusRequest" ) {
|
||||
RemoveInternalTimer($hash);
|
||||
HUEDevice_GetUpdate($hash);
|
||||
|
Loading…
x
Reference in New Issue
Block a user