UNPKG

homebridge-lookin-http-ac

Version:
6 lines 202 B
import { Platform } from './platform.js'; import { PLATFORM_NAME } from './settings.js'; export default (api) => { api.registerPlatform(PLATFORM_NAME, Platform); }; //# sourceMappingURL=index.js.map