diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-08-05 16:58:28 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-08-05 16:58:28 +0200 |
commit | 34144332104dbbb2c1243ccfac79a8f81516e53d (patch) | |
tree | 090344602ff2f0136c9deeb9b0bf76a6c749ca45 /index.ts | |
parent | 333fc4c069e7101ea7b192e2d50fc5858c5adee4 (diff) |
working homebridge plugin
Diffstat (limited to 'index.ts')
-rw-r--r-- | index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,4 +4,4 @@ import BekenBridge from './plugin'; module.exports = (api: API) => { api.registerAccessory('BekenBridge', BekenBridge); -} +}; |