change function name in function call

This commit is contained in:
2021-05-17 14:05:28 +02:00
parent 9e41936dcd
commit 273e53fb83
2 changed files with 2 additions and 2 deletions

View File

@ -1276,7 +1276,7 @@ sub EventProcessingRain {
elsif ( $1 eq 'dry' ) { $val = $triggerMin }
else { $val = $1 }
RainProtection( $hash, $val, $triggerMax, $triggerMin );
RainProcessing( $hash, $val, $triggerMax, $triggerMin );
}
return;