UNPKG

homebridge-connexoon

Version:

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

17 lines (15 loc) 519 B
const WindowCovering = require('./services/window-covering'); module.exports = { // maps API device UI Class to a list of services Awning: [WindowCovering], Curtain: [WindowCovering], ExteriorScreen: [WindowCovering], ExteriorVenetianBlind: [WindowCovering], Generic: [WindowCovering], Pergola: [WindowCovering], RollerShutter: [WindowCovering], Screen: [WindowCovering], Shutter: [WindowCovering], SwingingShutter: [WindowCovering], VenetianBlind: [WindowCovering], };