code style

This commit is contained in:
2020-10-12 08:54:28 +02:00
parent b71a74b52e
commit b0805d0fc8
2 changed files with 4 additions and 2 deletions

View File

@ -926,11 +926,13 @@ sub EventProcessingResidents {
for my $shuttersDev ( @{ $hash->{helper}{shuttersList} } ) {
$FHEM::Automation::ShuttersControl::shutters->setShuttersDev(
$shuttersDev);
my $getModeUp =
$FHEM::Automation::ShuttersControl::shutters->getModeUp;
my $getModeDown =
$FHEM::Automation::ShuttersControl::shutters->getModeDown;
$FHEM::Automation::ShuttersControl::shutters->setHardLockOut('off');
if (
$FHEM::Automation::ShuttersControl::ascDev->getSelfDefense eq
'on'