@switchbot/homebridge-switchbot
Version:
The SwitchBot plugin allows you to access your SwitchBot device(s) from HomeKit.
9 lines • 317 B
TypeScript
export declare function addDeviceToConfig(device: any, options?: {
refresh?: boolean;
showStatus?: boolean;
}): Promise<{
added: boolean;
}>;
export declare function initRemoveAllButton(): Promise<void>;
export declare function loadConfiguredDevices(): Promise<void>;
//# sourceMappingURL=devices.d.ts.map