mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 19:36:02 +00:00
38_netatmo.pm: command list fix
git-svn-id: https://svn.fhem.de/fhem/trunk@7953 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9bb1fc3f22
commit
1248fb6269
@ -210,7 +210,7 @@ netatmo_Set($$@)
|
|||||||
{
|
{
|
||||||
my ($hash, $name, $cmd) = @_;
|
my ($hash, $name, $cmd) = @_;
|
||||||
|
|
||||||
my $list = "autocreate:noArgs";
|
my $list = "autocreate:noArg";
|
||||||
|
|
||||||
if( $cmd eq "autocreate" ) {
|
if( $cmd eq "autocreate" ) {
|
||||||
return netatmo_autocreate($hash, 1 );
|
return netatmo_autocreate($hash, 1 );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user