UNPKG
homebridge-zaptec
Version:
latest (1.0.1)
1.0.1
1.0.0
Control your Zaptec EV chargers
github.com/birkir/homebridge-zaptec
birkir/homebridge-zaptec
homebridge-zaptec
/
dist
/
index.js
7 lines
•
251 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.
ZaptecHomebridgePlatform
); };
//# sourceMappingURL=index.js.map