UNPKG

@viguza/homebridge-ezviz

Version:

A short description about what your plugin does.

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