UNPKG

homebridge-avea-bulb

Version:

Avea bulb plugin for homebridge: https://github.com/nfarina/homebridge

16 lines (10 loc) 199 B
"use strict"; const Avea = require('./avea'); const Color = require("./color"); const Registry = require("./registry"); const lib = { Avea, Color, Registry, }; module.exports = lib;