UNPKG
homebridge-arlo-v2
Version:
latest (2.1.12)
2.1.12
2.1.11
2.1.10
2.1.9
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
Arlo plugin for homebridge
github.com/wo-d/homebridge-arlo
wo-d/homebridge-arlo
homebridge-arlo-v2
/
dist
/
index.js
7 lines
•
278 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
const
settings_1 =
require
(
"./settings"
);
const
arlo_platform_1 =
require
(
"./arlo-platform"
);
module
.
exports
=
(
api
) =>
{ api.
registerPlatform
(settings_1.
PLUGIN_NAME
, settings_1.
PLATFORM_NAME
, arlo_platform_1.
ArloPlatform
); };
//# sourceMappingURL=index.js.map