automatisches abrufen zu testzwecken deaktiviert
This commit is contained in:
parent
260c37b4b0
commit
0ff7fc76eb
@ -128,11 +128,11 @@ sub NUKIBridge_Define($$) {
|
|||||||
|
|
||||||
RemoveInternalTimer($hash);
|
RemoveInternalTimer($hash);
|
||||||
|
|
||||||
if( $init_done ) {
|
#if( $init_done ) {
|
||||||
NUKIBridge_firstRun($hash) if( ($hash->{HOST}) and ($hash->{TOKEN}) );
|
# NUKIBridge_firstRun($hash) if( ($hash->{HOST}) and ($hash->{TOKEN}) );
|
||||||
} else {
|
#} else {
|
||||||
InternalTimer( gettimeofday()+15, "NUKIBridge_firstRun", $hash, 0 ) if( ($hash->{HOST}) and ($hash->{TOKEN}) );
|
# InternalTimer( gettimeofday()+15, "NUKIBridge_firstRun", $hash, 0 ) if( ($hash->{HOST}) and ($hash->{TOKEN}) );
|
||||||
}
|
#}
|
||||||
|
|
||||||
$modules{NUKIBridge}{defptr}{$hash->{HOST}} = $hash;
|
$modules{NUKIBridge}{defptr}{$hash->{HOST}} = $hash;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user