change names of CommandTemplate variables, change commadref for
CommandTemplate
This commit is contained in:
@ -1826,9 +1826,9 @@ sub _SetCmdFn {
|
||||
# Nutzervariablen setzen
|
||||
my %specials = (
|
||||
'$name' => $shuttersDev,
|
||||
'$level' => $posValue,
|
||||
'$slatLevel' => $slatPos,
|
||||
'$reason' => $shutters->getLastDrive
|
||||
'$pos' => $posValue,
|
||||
'$slatPos' => $slatPos,
|
||||
'$cause' => $shutters->getLastDrive
|
||||
);
|
||||
|
||||
$commandTemplate = ::EvalSpecials($commandTemplate, %specials);
|
||||
|
Reference in New Issue
Block a user