UNPKG

homebridge-rabbitair

Version:
9 lines (8 loc) 249 B
import { RabbitAirPlatform } from './platform.js'; import { PLATFORM_NAME } from './settings.js'; /** * This method registers the platform with Homebridge */ export default (api) => { api.registerPlatform(PLATFORM_NAME, RabbitAirPlatform); };