UNPKG

homebridge-texecom-connect

Version:

A Homebridge plugin to integrate with Texecom Connect SmartCom.

7 lines (6 loc) 147 B
import { API } from "homebridge"; /** * Register the platform with Homebridge. */ declare const _default: (api: API) => void; export = _default;