This commit is contained in:
Marko Oldenburg 2021-05-17 10:11:49 +02:00
parent 4851ecb6a7
commit f6085b2df8
2 changed files with 2 additions and 2 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_09:57:18 5113 lib/FHEM/Automation/ShuttersControl/Rainprotection.pm
UPD 2021-05-17_10:10:38 5116 lib/FHEM/Automation/ShuttersControl/Rainprotection.pm

View File

@ -88,7 +88,7 @@ sub RainProcessing {
&& $FHEM::Automation::ShuttersControl::shutters
->getRainProtectionStatus eq 'protected' )
{
%funcHash = (
my %funcHash = (
shuttersdevice => $shuttersDev,
);