modified: :noArg to setList-Definitions

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3624 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2013-08-08 18:15:22 +00:00
parent fa244c423b
commit 7dd52d5fa1
2 changed files with 3 additions and 3 deletions

View File

@ -251,7 +251,7 @@ sub GDS_Get($@) {
$hash->{LOCAL} = 1;
my $usage = "Unknown argument $command, choose one of help rereadcfg ".
my $usage = "Unknown argument $command, choose one of help:noArg rereadcfg:noArg ".
"list:stations,data ".
"alerts:".$aList." ".
"conditions:".$sList." ".
@ -326,7 +326,7 @@ sub GDS_Get($@) {
sub GDS_Set($@) {
my ($hash, @a) = @_;
my $name = $hash->{NAME};
my $usage = "Unknown argument, choose one of clear help rereadcfg update ".
my $usage = "Unknown argument, choose one of clear:noArg help:noArg rereadcfg:noArg update:noArg ".
"conditions:".$sList." ";
my $command = lc($a[1]);

View File

@ -95,7 +95,7 @@ sub
OWO_Set($@){
my ($hash, @a) = @_;
my $name = $hash->{NAME};
my $usage = "Unknown argument, choose one of stationById stationByGeo stationByName send";
my $usage = "Unknown argument, choose one of stationById stationByGeo stationByName send:noArg";
my $response;
return "No Argument given" if(!defined($a[1]));