code style

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

View File

@ -4,8 +4,8 @@ UPD 2020-06-22_09:41:40 2657 lib/FHEM/Automation/ShuttersControl/Dev.pm
UPD 2020-07-26_17:36:29 2496 lib/FHEM/Automation/ShuttersControl/Roommate.pm
UPD 2020-08-12_11:00:05 31376 lib/FHEM/Automation/ShuttersControl/Shutters.pm
UPD 2020-10-05_13:53:53 25490 lib/FHEM/Automation/ShuttersControl/Shading.pm
UPD 2020-10-05_13:44:21 109905 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm
UPD 2020-10-12_07:43:59 45903 lib/FHEM/Automation/ShuttersControl/Helper.pm
UPD 2020-10-12_08:42:10 109907 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm
UPD 2020-10-12_07:52:25 45903 lib/FHEM/Automation/ShuttersControl/Helper.pm
UPD 2020-06-22_09:41:40 2175 lib/FHEM/Automation/ShuttersControl/Window.pm
UPD 2020-07-26_17:36:29 11569 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm
UPD 2020-07-03_11:29:10 7251 lib/FHEM/Automation/ShuttersControl/Dev/Readings.pm

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'