UNPKG

homebridge-velux-active

Version:

Homebridge plugin for controlling velux blinds and windows

9 lines (6 loc) 209 B
import {API} from 'homebridge' import {PLATFORM_NAME} from './settings' import {VeluxActivePlatform} from './platform' export = (api: API) => { api.registerPlatform(PLATFORM_NAME, VeluxActivePlatform) }