@switchbot/homebridge-switchbot
Version:
The SwitchBot plugin allows you to access your SwitchBot device(s) from HomeKit.
15 lines • 530 B
TypeScript
export type ImportDiscoveredDeviceResult = {
configDeviceName: string;
configDeviceType: string;
address?: string;
connectionPreference?: string;
room?: string;
encryptionKey?: string;
keyId?: string;
refreshRate?: number;
blePollingEnabled?: boolean;
blePollIntervalMs?: number;
} | null;
export declare function importDiscoveredDevice(device: any): Promise<ImportDiscoveredDeviceResult>;
export declare function editDevice(device: any): Promise<void>;
//# sourceMappingURL=modals.d.ts.map