UNPKG

homebridge-luxor

Version:

Homebridge Plug-in for the FX Luminaire (Luxor) lighting controller

9 lines (6 loc) 224 B
require('source-map-support').install(); import { API } from 'homebridge'; import { LuxorPlatform } from './LuxorPlatform'; export = (api: API) => { api.registerPlatform("homebridge-luxor", "Luxor", LuxorPlatform); };