UNPKG
homebridge-pse-energy
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.1
0.1.0
0.0.2
0.0.1
Homebridge plugin to display Puget Sound Energy data via Opower API
homebridge-pse-energy
/
dist
/
index.js
6 lines
(5 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
const
platform_1 =
require
(
"./platform"
);
module
.
exports
=
(
api
) =>
{ api.
registerPlatform
(
'PSEEnergyPlatform'
, platform_1.
PSEEnergyPlatform
); };