API.pm: new helper module for Synology modules

git-svn-id: https://svn.fhem.de/fhem/trunk@22653 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2020-08-23 12:42:09 +00:00
parent f5efeed5aa
commit bf124b690f

View File

@ -35,7 +35,8 @@ use Carp qw(croak carp);
use version; our $VERSION = qv('1.0.0');
use Exporter ('import');
our @EXPORT_OK = qw(apistatic);
our @EXPORT_OK = qw(apistatic);
our %EXPORT_TAGS = (all => [@EXPORT_OK]);
my %hspecs = ( # Hash der verfügbaren API-Specs
surveillance => {fn => "_staticSurveillance" },