mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-07 22:29:19 +00:00
Execute command chains from the command input
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@2119 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ed4376ed64
commit
55b654b80c
@ -2014,7 +2014,7 @@ sub
|
|||||||
FW_fC($)
|
FW_fC($)
|
||||||
{
|
{
|
||||||
my ($cmd) = @_;
|
my ($cmd) = @_;
|
||||||
my $ret = AnalyzeCommand($FW_chash, $cmd);
|
my $ret = AnalyzeCommandChain($FW_chash, $cmd);
|
||||||
return $ret;
|
return $ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user