UNPKG
homebridge-millheat
Version:
beta (2.0.0-beta.0)
latest (2.0.2)
2.0.2
2.0.1
2.0.0
2.0.0-beta.0
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Homebridge plugin for Mill heaters
github.com/andyno/homebridge-millheat
andyno/homebridge-millheat
homebridge-millheat
/
index.js
8 lines
(5 loc)
•
179 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
const
platform =
require
(
'./src/platform'
);
module
.
exports
=
function
(
homebridge
) { homebridge.
registerPlatform
(
'homebridge-millheat'
,
'millheat'
, platform); };