Interface switchbot

interface switchbot {
    discover: (
        arg0: { duration?: any; id?: string; model: string; quick: boolean },
    ) => Promise<any>;
    wait: (arg0: number) => any;
}

Properties

Properties

discover: (
    arg0: { duration?: any; id?: string; model: string; quick: boolean },
) => Promise<any>
wait: (arg0: number) => any