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