UNPKG

homebridge-lg-thinq-ceiling-fan

Version:

A Homebridge plugin for controlling LG ceiling fans via the LG ThinQ platform with working speed control

7 lines (6 loc) 214 B
"use strict"; const settings_1 = require("./settings"); const platform_1 = require("./platform"); module.exports = (api) => { api.registerPlatform(settings_1.PLATFORM_NAME, platform_1.LGCeilingFanPlatform); };