UNPKG

@homebridge-plugins/homebridge-noip

Version:

The No-IP plugin allows you to update your No-IP hostname(s) for your homebridge instance.

7 lines 278 B
import { NoIPPlatform } from './platform.js'; import { PLATFORM_NAME, PLUGIN_NAME } from './settings.js'; // Register our platform with homebridge. export default (api) => { api.registerPlatform(PLUGIN_NAME, PLATFORM_NAME, NoIPPlatform); }; //# sourceMappingURL=index.js.map