mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
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:
parent
e9bb81092c
commit
f4e43d1bc9
@ -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") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user