fix Can't locate object method "getCommandTemplte"

This commit is contained in:
Marko Oldenburg 2021-10-25 18:43:30 +02:00
parent 3d7f9fcf92
commit f2b7e8490f
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
UPD 2021-10-25_18:23:02 114585 FHEM/73_AutoShuttersControl.pm
UPD 2021-10-25_17:49:27 75117 lib/FHEM/Automation/ShuttersControl.pm
UPD 2021-10-25_18:43:16 75118 lib/FHEM/Automation/ShuttersControl.pm
UPD 2021-10-09_07:12:54 2657 lib/FHEM/Automation/ShuttersControl/Dev.pm
UPD 2021-10-09_07:12:54 2494 lib/FHEM/Automation/ShuttersControl/Roommate.pm
UPD 2021-10-24_07:33:53 31900 lib/FHEM/Automation/ShuttersControl/Shutters.pm

View File

@ -1769,7 +1769,7 @@ sub _SetCmdFn {
. $shutters->getLastDrive );
my $driveCommand = $shutters->getPosSetCmd . ' ' . $posValue;
my $commandTemplate = $shutters->getCommandTemplte;
my $commandTemplate = $shutters->getCommandTemplate;
my $slatPos = -1;
if ( $shutters->getShadingPositionAssignment ne 'none'