mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-19 06:36:04 +00:00
Enabling frontend actions
git-svn-id: https://svn.fhem.de/fhem/trunk@969 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f7fcffd6f7
commit
f026ba204a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user