UNPKG

homebridge-appletv-enhanced

Version:

Plugin that exposes the Apple TV to HomeKit with much richer features than the vanilla Apple TV implementation of HomeKit.

11 lines 421 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const settings_1 = require("./settings"); const appleTVEnhancedPlatform_1 = require("./appleTVEnhancedPlatform"); /** * This method registers the platform with Homebridge */ exports.default = (api) => { api.registerPlatform(settings_1.PLATFORM_NAME, appleTVEnhancedPlatform_1.AppleTVEnhancedPlatform); }; //# sourceMappingURL=index.js.map