homebridge-switchbot-bluetooth-platform
Version:
A Homebridge platform Plugin for controlling SwitchBot bots using BLE (Bluetooth Low Energry)
12 lines • 546 B
TypeScript
import { AccessoryPlugin, API, Logging, PlatformConfig, StaticPlatformPlugin } from 'homebridge';
export declare class SwitchbotPlatform implements StaticPlatformPlugin {
private readonly log;
private readonly config;
private readonly api;
private readonly accessoryFactory;
constructor(log: Logging, config: PlatformConfig, api: API);
private logDevice;
private resolveDevicesFromConfig;
accessories(callback: (foundAccessories: AccessoryPlugin[]) => void): void;
}
//# sourceMappingURL=SwitchbotPlatform.d.ts.map