UNPKG

@switchbot/homebridge-switchbot

Version:

The SwitchBot plugin allows you to access your SwitchBot device(s) from HomeKit.

14 lines 661 B
import type { API } from 'homebridge'; /** * Registers the SwitchBot platform with Homebridge. * * @param api The Homebridge API instance. * @property {string} PLATFORM_NAME - The Homebridge platform name. * @property {string} PLUGIN_NAME - The Homebridge plugin name. * @property {typeof SwitchBotHAPPlatform} SwitchBotHAPPlatform - The HAP platform class. * @property {typeof SwitchBotMatterPlatform} SwitchBotMatterPlatform - The Matter platform class. * @property {Function} createPlatformProxy - Factory for the platform proxy constructor. */ declare const _default: (api: API) => void; export default _default; //# sourceMappingURL=index.d.ts.map