UNPKG

homebridge-skyq-tvremote

Version:

Exposes and Sky Q Box as a TV Accessory in HomeBridge, allow you to use the Remote UI in Control Centre

7 lines 238 B
"use strict"; const settings_1 = require("./settings"); const platform_1 = require("./platform"); module.exports = (api) => { api.registerPlatform(settings_1.PLATFORM_NAME, platform_1.SkyTVPlugin); }; //# sourceMappingURL=index.js.map