UNPKG

homebridge-connexoon

Version:

A Homebridge plugin providing support for the Connexoon, TaHoma and Cozytouch platforms and accessories.

6 lines (4 loc) 170 B
const { PLATFORM_NAME, ConnexoonPlatform } = require('./connexoon-platform'); module.exports = (api) => { api.registerPlatform(PLATFORM_NAME, ConnexoonPlatform); };