mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-19 12:46:03 +00:00
use noArg (not noArgs)
git-svn-id: https://svn.fhem.de/fhem/trunk@5915 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8a0c17546c
commit
fd6742f70b
@ -845,7 +845,7 @@ readingsGroup_Set($@)
|
||||
{
|
||||
my ($hash, $name, $cmd, $param, @a) = @_;
|
||||
|
||||
my $list = "refresh:noArgs";
|
||||
my $list = "refresh:noArg";
|
||||
|
||||
if( $cmd eq "refresh" ) {
|
||||
readingsGroup_updateDevices($hash);
|
||||
|
@ -569,7 +569,7 @@ readingsHistory_Set($@)
|
||||
{
|
||||
my ($hash, $name, $cmd, $param, @a) = @_;
|
||||
|
||||
my $list = "clear:noArgs add";
|
||||
my $list = "clear:noArg add";
|
||||
|
||||
if( $cmd eq "clear" ) {
|
||||
$hash->{fhem}{history} = [];
|
||||
@ -609,7 +609,7 @@ readingsHistory_Get($@)
|
||||
{
|
||||
my ($hash, @a) = @_;
|
||||
|
||||
my $list = "history:noArgs html:noArgs";
|
||||
my $list = "history:noArg html:noArg";
|
||||
|
||||
my $name = $a[0];
|
||||
return "$name: get needs at least one parameter" if(@a < 2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user