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

12 lines 456 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PLATFORM_NAME = exports.PLUGIN_NAME = void 0; /** * This is the name of the platform that users will use to register the plugin in the Homebridge config.json */ exports.PLUGIN_NAME = 'homebridge-skyq-tvremote'; /** * This must match the name of your plugin as defined the package.json */ exports.PLATFORM_NAME = 'skyq-tvremote'; //# sourceMappingURL=settings.js.map