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