UNPKG

homebridge-blaq

Version:

Control and view your garage door(s) remotely with real-time updates using Konnected's BlaQ hardware

7 lines (6 loc) 165 B
import { API } from 'homebridge'; /** * This method registers the platform with Homebridge */ declare const _default: (api: API) => void; export default _default;