UNPKG

homebridge-plugin-lares4

Version:

a homebridge plugin to expose Ksenia Lares 4 home automation systems on the Apple ecosystem

6 lines 250 B
import { Lares4HomebridgePlatform } from './Lares4HomebridgePlatform.js'; import { PLATFORM_NAME } from './settings.js'; export default (api) => { api.registerPlatform(PLATFORM_NAME, Lares4HomebridgePlatform); }; //# sourceMappingURL=index.js.map