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.

7 lines 295 B
"use strict"; const settings_1 = require("./settings"); const appleTVEnhancedPlatform_1 = require("./appleTVEnhancedPlatform"); module.exports = (api) => { api.registerPlatform(settings_1.PLATFORM_NAME, appleTVEnhancedPlatform_1.AppleTVEnhancedPlatform); }; //# sourceMappingURL=index.js.map