UNPKG

@switchbot/homebridge-switchbot

Version:

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

6 lines 245 B
import type { HomebridgePluginUiServer } from '@homebridge/plugin-ui-utils'; /** * Register device CRUD endpoints */ export declare function registerDeviceEndpoints(server: HomebridgePluginUiServer): void; //# sourceMappingURL=devices.d.ts.map