From 694b9483c7a551626244cbc222c602ea9ff74094 Mon Sep 17 00:00:00 2001
From: sean.zhou <sean.zhou@dji.com>
Date: Tue, 25 Apr 2023 21:44:00 +0800
Subject: [PATCH] What's new? 1. Wayline management: added `pause wayline task` and `recover wayline task`. 2. Added command flight function. 3. Fixed some issues.
---
src/main/java/com/dji/sample/manage/model/dto/DevicePayloadDTO.java | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/dji/sample/manage/model/dto/DevicePayloadDTO.java b/src/main/java/com/dji/sample/manage/model/dto/DevicePayloadDTO.java
index bb16641..555eb90 100644
--- a/src/main/java/com/dji/sample/manage/model/dto/DevicePayloadDTO.java
+++ b/src/main/java/com/dji/sample/manage/model/dto/DevicePayloadDTO.java
@@ -23,7 +23,11 @@
private String payloadName;
- private Integer payloadIndex;
+ private Integer index;
private String payloadDesc;
+
+ private String controlSource;
+
+ private String payloadIndex;
}
\ No newline at end of file
--
Gitblit v1.9.3