This commit is contained in:
Marko Oldenburg 2021-05-17 10:17:15 +02:00
parent f6085b2df8
commit 9e41936dcd
2 changed files with 3 additions and 3 deletions

View File

@ -13,4 +13,4 @@ UPD 2021-01-29_10:06:33 52525 lib/FHEM/Automation/ShuttersControl/Shutters/Attr.
UPD 2020-06-22_09:41:40 2903 lib/FHEM/Automation/ShuttersControl/Shutters/Readings.pm
UPD 2021-01-29_10:06:33 3980 lib/FHEM/Automation/ShuttersControl/Window/Attr.pm
UPD 2020-06-22_09:41:40 2288 lib/FHEM/Automation/ShuttersControl/Window/Readings.pm
UPD 2021-05-17_10:10:38 5116 lib/FHEM/Automation/ShuttersControl/Rainprotection.pm
UPD 2021-05-17_10:17:09 5116 lib/FHEM/Automation/ShuttersControl/Rainprotection.pm

View File

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