aboutsummaryrefslogtreecommitdiff
path: root/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'index.ts')
-rw-r--r--index.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/index.ts b/index.ts
new file mode 100644
index 0000000..767376c
--- /dev/null
+++ b/index.ts
@@ -0,0 +1,7 @@
+import { API } from 'homebridge';
+
+import BekenBridge from './plugin';
+
+export default function Plugin(api: API) {
+ api.registerPlatform('BekenBridge', BekenBridge);
+}