UNPKG

@ilo-home/react-native-tuya

Version:

React Native bindings for the Tuya SDK

6 lines (5 loc) 341 B
export declare type StartOtaParams = { devId: string; }; export declare function startOta(params: StartOtaParams, onSuccess: (data: any) => void, onFailure: (data: any) => void, onProgress: (data: any) => void): import("react-native").EmitterSubscription; export declare function getOtaInfo(params: StartOtaParams): Promise<any[]>;