From 07ee96802fa599dcbebb730d558f1277d944e336 Mon Sep 17 00:00:00 2001 From: justme-1968 Date: Wed, 15 Mar 2017 12:30:42 +0000 Subject: [PATCH] 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 --- FHEM/31_HUEDevice.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FHEM/31_HUEDevice.pm b/FHEM/31_HUEDevice.pm index 03cd4b1da..c7ba2948f 100644 --- a/FHEM/31_HUEDevice.pm +++ b/FHEM/31_HUEDevice.pm @@ -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);