@dskowronski/homebridge-denon-marantz-avr
Version:
Denon and Marantz AVR support for Homebridge: https://github.com/nfarina/homebridge
9 lines • 335 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const settings_1 = require("./settings");
const platform_1 = require("./platform");
exports.default = (api) => {
api.registerPlatform(settings_1.PLATFORM_NAME, platform_1.DenonMarantzAVRPlatform);
};
// TODO: UI settings
//# sourceMappingURL=index.js.map