UNPKG

homebridge-adguardhome

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