From 0ff7fc76eb4c11d941575ba9c8c44c55163c4f07 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Sat, 5 Nov 2016 08:35:26 +0100 Subject: [PATCH] automatisches abrufen zu testzwecken deaktiviert --- 73_NUKIBridge.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/73_NUKIBridge.pm b/73_NUKIBridge.pm index 1728d27..38abe37 100644 --- a/73_NUKIBridge.pm +++ b/73_NUKIBridge.pm @@ -128,11 +128,11 @@ sub NUKIBridge_Define($$) { RemoveInternalTimer($hash); - if( $init_done ) { - NUKIBridge_firstRun($hash) if( ($hash->{HOST}) and ($hash->{TOKEN}) ); - } else { - InternalTimer( gettimeofday()+15, "NUKIBridge_firstRun", $hash, 0 ) if( ($hash->{HOST}) and ($hash->{TOKEN}) ); - } + #if( $init_done ) { + # NUKIBridge_firstRun($hash) if( ($hash->{HOST}) and ($hash->{TOKEN}) ); + #} else { + # InternalTimer( gettimeofday()+15, "NUKIBridge_firstRun", $hash, 0 ) if( ($hash->{HOST}) and ($hash->{TOKEN}) ); + #} $modules{NUKIBridge}{defptr}{$hash->{HOST}} = $hash;