Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
GeoFlyApi
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GeoFly
GeoFlyApi
Commits
a46bbeeb
Commit
a46bbeeb
authored
Mar 02, 2026
by
gdj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加智测系列机场枚举。
parent
a2c26944
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
1 deletions
+23
-1
cloud-sdk/src/main/java/com/dji/sdk/cloudapi/device/DeviceEnum.java
+16
-0
cloud-sdk/src/main/java/com/dji/sdk/cloudapi/device/DeviceTypeEnum.java
+6
-0
cloud-sdk/src/main/java/com/dji/sdk/config/version/GatewayTypeEnum.java
+1
-1
No files found.
cloud-sdk/src/main/java/com/dji/sdk/cloudapi/device/DeviceEnum.java
View file @
a46bbeeb
...
@@ -144,6 +144,22 @@ public enum DeviceEnum {
...
@@ -144,6 +144,22 @@ public enum DeviceEnum {
M4TD_CAMERA_2
(
DeviceDomainEnum
.
PAYLOAD
,
DeviceTypeEnum
.
M4TD_CAMERA
,
DeviceSubTypeEnum
.
TWO
),
M4TD_CAMERA_2
(
DeviceDomainEnum
.
PAYLOAD
,
DeviceTypeEnum
.
M4TD_CAMERA
,
DeviceSubTypeEnum
.
TWO
),
M400
(
DeviceDomainEnum
.
DRONE
,
DeviceTypeEnum
.
M400
,
DeviceSubTypeEnum
.
ZERO
),
M400
(
DeviceDomainEnum
.
DRONE
,
DeviceTypeEnum
.
M400
,
DeviceSubTypeEnum
.
ZERO
),
// 智测系列机场
/**
* ZC2M3E
*/
ZC2M3E
(
DeviceDomainEnum
.
DOCK
,
DeviceTypeEnum
.
ZC2M3E
,
DeviceSubTypeEnum
.
ZERO
),
/**
* ZC2M300
*/
ZC2M300
(
DeviceDomainEnum
.
DOCK
,
DeviceTypeEnum
.
ZC2M300
,
DeviceSubTypeEnum
.
ZERO
),
/**
* ZC2M350
*/
ZC2M350
(
DeviceDomainEnum
.
DOCK
,
DeviceTypeEnum
.
ZC2M350
,
DeviceSubTypeEnum
.
ZERO
),
;
;
@Schema
(
enumAsRef
=
true
)
@Schema
(
enumAsRef
=
true
)
...
...
cloud-sdk/src/main/java/com/dji/sdk/cloudapi/device/DeviceTypeEnum.java
View file @
a46bbeeb
...
@@ -103,6 +103,12 @@ public enum DeviceTypeEnum {
...
@@ -103,6 +103,12 @@ public enum DeviceTypeEnum {
_88101
(
88101
),
_88101
(
88101
),
_88102
(
88102
),
_88102
(
88102
),
_88103
(
88103
),
_88103
(
88103
),
// 智测系列机场
ZC2M3E
(
20077
),
ZC2M300
(
20060
),
ZC2M350
(
20089
),
;
;
private
final
int
type
;
private
final
int
type
;
...
...
cloud-sdk/src/main/java/com/dji/sdk/config/version/GatewayTypeEnum.java
View file @
a46bbeeb
...
@@ -17,7 +17,7 @@ public enum GatewayTypeEnum {
...
@@ -17,7 +17,7 @@ public enum GatewayTypeEnum {
DOCK
(
DeviceEnum
.
DOCK
,
DeviceEnum
.
S2301
,
DeviceEnum
.
S22M300
,
DeviceEnum
.
S2201
,
DOCK
(
DeviceEnum
.
DOCK
,
DeviceEnum
.
S2301
,
DeviceEnum
.
S22M300
,
DeviceEnum
.
S2201
,
DeviceEnum
.
S24M350
,
DeviceEnum
.
S24M350S
,
DeviceEnum
.
S24M3
,
DeviceEnum
.
S24M4
),
DeviceEnum
.
S24M350
,
DeviceEnum
.
S24M350S
,
DeviceEnum
.
S24M3
,
DeviceEnum
.
S24M4
),
DOCK2
(
DeviceEnum
.
DOCK2
),
DOCK2
(
DeviceEnum
.
DOCK2
,
DeviceEnum
.
ZC2M3E
,
DeviceEnum
.
ZC2M300
,
DeviceEnum
.
ZC2M350
),
DOCK3
(
DeviceEnum
.
DOCK3
),
DOCK3
(
DeviceEnum
.
DOCK3
),
;
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment