34_panStamp.pm: set list fix

git-svn-id: https://svn.fhem.de/fhem/trunk@8803 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2015-06-22 19:21:07 +00:00
parent e9bb81092c
commit f4e43d1bc9

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") {