Execute command chains from the command input
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2119 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -2014,7 +2014,7 @@ sub
|
||||
FW_fC($)
|
||||
{
|
||||
my ($cmd) = @_;
|
||||
my $ret = AnalyzeCommand($FW_chash, $cmd);
|
||||
my $ret = AnalyzeCommandChain($FW_chash, $cmd);
|
||||
return $ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user