fixed wrong commit
git-svn-id: https://svn.fhem.de/fhem/trunk@3641 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -446,7 +446,7 @@ LightScene_Get($@)
|
||||
return $ret;
|
||||
}
|
||||
|
||||
return "Unknown argument $cmd, choose one of html:noArg scenes:noArg scene:".join(",", sort keys %{$hash->{SCENES}})};
|
||||
return "Unknown argument $cmd, choose one of html:noArg scenes:noArg scene:".join(",", sort keys %{$hash->{SCENES}});
|
||||
}
|
||||
|
||||
1;
|
||||
|
||||
Reference in New Issue
Block a user