UNPKG

@k-roon/homebridge-hejhome-ir

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