UNPKG

homebridge-velux-kfx210

Version:

A Homebridge plugin integrating with a Velux KFX 210 control panel via RaspberryPi + Pimoroni Automation HAT.

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