From 20d1b39c3cc66b23ab887f6cf5139f64fd95c24b Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Sat, 11 Jan 2020 13:00:52 +0100 Subject: [PATCH] fix 503 and actionQueue --- 73_NUKIBridge.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/73_NUKIBridge.pm b/73_NUKIBridge.pm index 0e98e09..b691b53 100755 --- a/73_NUKIBridge.pm +++ b/73_NUKIBridge.pm @@ -675,7 +675,6 @@ sub NUKIBridge_Distribution($$$) { $hash->{helper}->{lastDeviceAction} ); delete $hash->{helper}->{lastDeviceAction}; - InternalTimer( gettimeofday() + 1, 'NUKIBridge_Call', $hash ); } return;