From f2b7e8490f50662e96a382ba180ff9d4d43bf32b Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Mon, 25 Oct 2021 18:43:30 +0200 Subject: [PATCH] fix Can't locate object method "getCommandTemplte" --- controls_AutoShuttersControl.txt | 2 +- lib/FHEM/Automation/ShuttersControl.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/controls_AutoShuttersControl.txt b/controls_AutoShuttersControl.txt index 83075f5..39b1d45 100644 --- a/controls_AutoShuttersControl.txt +++ b/controls_AutoShuttersControl.txt @@ -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 diff --git a/lib/FHEM/Automation/ShuttersControl.pm b/lib/FHEM/Automation/ShuttersControl.pm index d308b50..40efaa4 100644 --- a/lib/FHEM/Automation/ShuttersControl.pm +++ b/lib/FHEM/Automation/ShuttersControl.pm @@ -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'