Enabling frontend actions
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@969 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -317,7 +317,7 @@ X10_Set($@)
|
||||
my $function= $a[1];
|
||||
my $nrparams= $functions_set{$function};
|
||||
return "Unknown argument $function, choose one of " .
|
||||
join(",", sort keys %functions_set) if(!defined($nrparams));
|
||||
join(" ", sort keys %functions_set) if(!defined($nrparams));
|
||||
return "Wrong number of parameters" if($na != 2+$nrparams);
|
||||
|
||||
# special for on-till
|
||||
|
||||
Reference in New Issue
Block a user