2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@26217 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2022-07-13 17:21:22 +00:00
parent c2a01876b8
commit d7a8081174

View File

@ -78,7 +78,7 @@ sub FHEMapi_Define($$) {
return "Usage: define <name> FHEMapi <infix> <directory> <friendlyname>" if(int(@a) != 5);
my $name= $a[0];
my $infix= 'api'];
my $infix= 'api';
my $directory= AttrVal('global','modPath','.').'/api';
my $friendlyname= 'FHEMapi';