UNPKG

@jabrown93/homebridge-onkyo

Version:
9 lines 279 B
import { OnkyoPlatform } from './onkyoPlatform.js'; import { PLATFORM_NAME } from './settings.js'; /** * This method registers the platform with Homebridge */ export default (api) => { api.registerPlatform(PLATFORM_NAME, OnkyoPlatform); }; //# sourceMappingURL=index.js.map