UNPKG

homebridge-programmable-http-switch

Version:

A Homebridge plugin that allows users to create Stateless Programmable Switches which can be controlled using a HTTP API.

4 lines (3 loc) 103 B
import { API } from 'homebridge'; declare const _default: (api: API) => void; export default _default;