38_netatmo.pm: command list fix

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7953 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2015-02-13 11:16:51 +00:00
parent f71115cd97
commit 0f8d7e3e76

View File

@@ -210,7 +210,7 @@ netatmo_Set($$@)
{
my ($hash, $name, $cmd) = @_;
my $list = "autocreate:noArgs";
my $list = "autocreate:noArg";
if( $cmd eq "autocreate" ) {
return netatmo_autocreate($hash, 1 );