mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 16:59:18 +00:00
:
git-svn-id: https://svn.fhem.de/fhem/trunk@26219 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
329b884089
commit
363ab9404e
@ -79,7 +79,7 @@ sub FHEMapi_Define($$) {
|
||||
return "Usage: define <name> FHEMapi <infix> <directory> <friendlyname>" if(int(@a) != 2);
|
||||
my $name= $a[0];
|
||||
my $infix= 'api';
|
||||
my $directory= AttrVal('global','modPath','.').'/api';
|
||||
my $directory= AttrVal('global','modPath','.').'/www/api';
|
||||
my $friendlyname= 'FHEMapi';
|
||||
|
||||
$hash->{fhem}{infix}= $infix;
|
||||
|
Loading…
x
Reference in New Issue
Block a user