UNPKG

@hoobs/hue

Version:

HOOBS plugin for Philips Hue and deCONZ

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