aboutsummaryrefslogtreecommitdiff
path: root/index.ts
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-08-05 16:58:28 +0200
committerlonkaars <loek@pipeframe.xyz>2021-08-05 16:58:28 +0200
commit34144332104dbbb2c1243ccfac79a8f81516e53d (patch)
tree090344602ff2f0136c9deeb9b0bf76a6c749ca45 /index.ts
parent333fc4c069e7101ea7b192e2d50fc5858c5adee4 (diff)
working homebridge plugin
Diffstat (limited to 'index.ts')
-rw-r--r--index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.ts b/index.ts
index b85e13f..ece061d 100644
--- a/index.ts
+++ b/index.ts
@@ -4,4 +4,4 @@ import BekenBridge from './plugin';
module.exports = (api: API) => {
api.registerAccessory('BekenBridge', BekenBridge);
-}
+};