automatisches abrufen zu testzwecken deaktiviert

This commit is contained in:
Marko Oldenburg 2016-11-05 08:35:26 +01:00
parent 260c37b4b0
commit 0ff7fc76eb

View File

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