homebridge-soundtouch-platform
Version:
Homebridge SoundTouch platform
8 lines • 420 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var sound_touch_platform_1 = require("./sound-touch-platform");
function default_1(homebridge) {
homebridge.registerPlatform(sound_touch_platform_1.SoundTouchPlatformInfo.plugin, sound_touch_platform_1.SoundTouchPlatformInfo.name, sound_touch_platform_1.SoundTouchPlatform);
}
exports.default = default_1;
//# sourceMappingURL=index.js.map