UNPKG
homebridge-smartthings-cjc
Version:
latest (2.3.10)
2.3.10
2.3.9
SmartThings plugin for HomeBridge
github.com/tonesto7/homebridge-smartthings/
https:/github.com
homebridge-smartthings-cjc
/
src
/
index.js
9 lines
(8 loc)
•
232 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
{ pluginName, platformName } =
require
(
"./libs/Constants"
),
StPlatform
=
require
(
"./ST_Platform"
);
module
.
exports
=
(
homebridge
) =>
{ homebridge.
registerPlatform
(pluginName, platformName,
StPlatform
,
true
); };