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
@ -36,6 +36,7 @@ use version; our $VERSION = qv('1.0.0');
|
||||
|
||||
use Exporter ('import');
|
||||
our @EXPORT_OK = qw(apistatic);
|
||||
our %EXPORT_TAGS = (all => [@EXPORT_OK]);
|
||||
|
||||
my %hspecs = ( # Hash der verfügbaren API-Specs
|
||||
surveillance => {fn => "_staticSurveillance" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user