UNPKG

homebridge-nibe

Version:
10 lines (8 loc) 251 B
import {API} from 'homebridge'; import {NibePlatform, PLATFORM_NAME} from './platform/NibePlatform'; /** * This method registers the platform with Homebridge */ export default (api: API) => { api.registerPlatform(PLATFORM_NAME, NibePlatform); };