2
0
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:
justme-1968 2017-03-15 12:30:42 +00:00
parent 068a41fef3
commit e823f1a138

View File

@ -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);