fix Can't locate object method "getCommandTemplte"

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

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'