mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 20:24:36 +00:00
30_HUEBridge.pm: added missing autodetect to set list
git-svn-id: https://svn.fhem.de/fhem/trunk@9986 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a23e9c63f0
commit
e337918c7d
@ -433,7 +433,7 @@ HUEBridge_Set($@)
|
|||||||
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
my $list = "delete creategroup deletegroup savescene modifyscene scene deletewhitelist touchlink autocreate:noArg statusRequest:noArg";
|
my $list = "delete creategroup deletegroup savescene modifyscene scene deletewhitelist touchlink:noArg autodetect:noArg autocreate:noArg statusRequest:noArg";
|
||||||
$list .= " swupdate:noArg" if( defined($hash->{updatestate}) && $hash->{updatestate} =~ '^2' );
|
$list .= " swupdate:noArg" if( defined($hash->{updatestate}) && $hash->{updatestate} =~ '^2' );
|
||||||
return "Unknown argument $cmd, choose one of $list";
|
return "Unknown argument $cmd, choose one of $list";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user