Commit 758a25b8 authored by martin hou's avatar martin hou

fix: 导出busy接口方法

parent d53d61f8
......@@ -203,6 +203,9 @@ declare class Jensen {
// #onProgress 为进度回调
uploadFirmware: (data: number[], seconds?: number, onProgress?: (cur: number, total: number) => void) => Promise<ReturnStruct['common']>;
// 是否繁忙
busy: () => boolean;
// 开始BNC体验
beginBNC: (time?: number) => Promise<ReturnStruct['common']>;
// 停止BNC体验
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment