UNPKG
homebridge-keyble
Version:
latest (0.1.0)
0.1.0
HomeKit Support for Eqiva EQ3 Doorlocks
github.com/gothma/homebridge-keyble
gothma/homebridge-keyble
homebridge-keyble
/
dist
/
index.js
7 lines
•
241 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
const
settings_1 =
require
(
"./settings"
);
const
platform_1 =
require
(
"./platform"
);
module
.
exports
=
(
api
) =>
{ api.
registerPlatform
(settings_1.
PLATFORM_NAME
, platform_1.
KeyblePlatform
); };
//# sourceMappingURL=index.js.map