change function call
This commit is contained in:
@ -94,9 +94,9 @@ sub RainProcessing {
|
||||
shuttersdevice => $shuttersDev,
|
||||
);
|
||||
|
||||
InternalTimer(InternalTimer( ::gettimeofday() + $FHEM::Automation::ShuttersControl::ascDev->getRainWaitingTime
|
||||
::InternalTimer( ::gettimeofday() + $FHEM::Automation::ShuttersControl::ascDev->getRainWaitingTime
|
||||
, \&_RainUnprotected
|
||||
, \%funcHash ));
|
||||
, \%funcHash );
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user