34_panStamp.pm: set list fix

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@8803 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2015-06-22 19:21:07 +00:00
parent 36e293786d
commit 7c69c2e39d

View File

@@ -147,7 +147,7 @@ panStamp_Set($@)
my $cmd = shift @a; my $cmd = shift @a;
my $arg = join("", @a); my $arg = join("", @a);
my $list = "discover raw:noArg"; my $list = "discover raw";
return $list if( $cmd eq '?' ); return $list if( $cmd eq '?' );
if($cmd eq "raw") { if($cmd eq "raw") {