mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
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:
parent
f5efeed5aa
commit
bf124b690f
@ -35,7 +35,8 @@ use Carp qw(croak carp);
|
|||||||
use version; our $VERSION = qv('1.0.0');
|
use version; our $VERSION = qv('1.0.0');
|
||||||
|
|
||||||
use Exporter ('import');
|
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
|
my %hspecs = ( # Hash der verfügbaren API-Specs
|
||||||
surveillance => {fn => "_staticSurveillance" },
|
surveillance => {fn => "_staticSurveillance" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user