From 896a93c39859d917ebdc80cadf9a3f1904baad97 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Sun, 08 Oct 2023 17:31:09 +0800
Subject: [PATCH] 计划新增重复定时,连续定时。修改英文提示为中文
---
src/api/wayline.ts | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/api/wayline.ts b/src/api/wayline.ts
index 191174b..4e5750d 100644
--- a/src/api/wayline.ts
+++ b/src/api/wayline.ts
@@ -75,6 +75,9 @@
task_periods?: number[][] // 执行任务的时间点(秒)
rth_altitude: number // 相对机场返航高度 20 - 500
out_of_control_action: OutOfControlAction // 失控动作
+
+ //重复规则值
+ rep_rule_val?:[]
}
// 新增计划
export const createPlan = async function (workspaceId: string, plan: CreatePlan): Promise<IWorkspaceResponse<any>> {
--
Gitblit v1.9.3