@hoobs/hue
Version:
HOOBS plugin for Philips Hue and deCONZ
13 lines (9 loc) • 318 B
JavaScript
// homebridge-hue/index.js
// Copyright © 2016-2020 Erik Baauw. All rights reserved.
//
// Homebridge plug-in for Philips Hue and/or deCONZ.
const HuePlatform = require('./lib/HuePlatform')
module.exports = function (homebridge) {
homebridge.registerPlatform('homebridge-hue', 'Hue', HuePlatform)
}