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:
@@ -147,7 +147,7 @@ panStamp_Set($@)
|
||||
my $cmd = shift @a;
|
||||
my $arg = join("", @a);
|
||||
|
||||
my $list = "discover raw:noArg";
|
||||
my $list = "discover raw";
|
||||
return $list if( $cmd eq '?' );
|
||||
|
||||
if($cmd eq "raw") {
|
||||
|
||||
Reference in New Issue
Block a user