UNPKG

homebridge-homekit-proxy

Version:

Homebridge Homekit Proxy allows you to control HomeKit-enabled Devices directly from within HomeBridege. (Based on homebridge-homekit-controller by MartinPham)

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