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
49328e57
Commit
49328e57
authored
Apr 21, 2025
by
gdj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加草莓机场
parent
87ab5e17
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
1 deletions
+35
-1
cloud-sdk/src/main/java/com/dji/sdk/cloudapi/device/DeviceEnum.java
+25
-0
cloud-sdk/src/main/java/com/dji/sdk/cloudapi/device/DeviceTypeEnum.java
+8
-0
cloud-sdk/src/main/java/com/dji/sdk/config/version/GatewayTypeEnum.java
+2
-1
No files found.
cloud-sdk/src/main/java/com/dji/sdk/cloudapi/device/DeviceEnum.java
View file @
49328e57
...
...
@@ -75,6 +75,31 @@ public enum DeviceEnum {
*/
SUPER_DOCK_PRO_V4
(
DeviceDomainEnum
.
DOCK
,
DeviceTypeEnum
.
DOCK
,
DeviceSubTypeEnum
.
_99
),
/**
* 草莓机场S22M300
*/
S22M300
(
DeviceDomainEnum
.
DOCK
,
DeviceTypeEnum
.
_97
,
DeviceSubTypeEnum
.
ZERO
),
/**
* 草莓机场S2201
*/
S2201
(
DeviceDomainEnum
.
DOCK
,
DeviceTypeEnum
.
_98
,
DeviceSubTypeEnum
.
ZERO
),
/**
* 草莓机场S24M350
*/
S24M350
(
DeviceDomainEnum
.
DOCK
,
DeviceTypeEnum
.
_100
,
DeviceSubTypeEnum
.
ZERO
),
/**
* 草莓机场S24M350S
*/
S24M350S
(
DeviceDomainEnum
.
DOCK
,
DeviceTypeEnum
.
_101
,
DeviceSubTypeEnum
.
ZERO
),
/**
* 草莓机场S24M3
*/
S24M3
(
DeviceDomainEnum
.
DOCK
,
DeviceTypeEnum
.
_102
,
DeviceSubTypeEnum
.
ZERO
),
/**
* 草莓机场S24M4
*/
S24M4
(
DeviceDomainEnum
.
DOCK
,
DeviceTypeEnum
.
_103
,
DeviceSubTypeEnum
.
ZERO
),
M3D
(
DeviceDomainEnum
.
DRONE
,
DeviceTypeEnum
.
M3D
,
DeviceSubTypeEnum
.
ZERO
),
M3TD
(
DeviceDomainEnum
.
DRONE
,
DeviceTypeEnum
.
M3D
,
DeviceSubTypeEnum
.
ONE
),
...
...
cloud-sdk/src/main/java/com/dji/sdk/cloudapi/device/DeviceTypeEnum.java
View file @
49328e57
...
...
@@ -71,6 +71,14 @@ public enum DeviceTypeEnum {
M3D_CAMERA
(
80
),
M3TD_CAMERA
(
81
),
// 草莓
_97
(
97
),
_98
(
98
),
_100
(
100
),
_101
(
101
),
_102
(
102
),
_103
(
103
),
;
private
final
int
type
;
...
...
cloud-sdk/src/main/java/com/dji/sdk/config/version/GatewayTypeEnum.java
View file @
49328e57
...
...
@@ -14,7 +14,8 @@ public enum GatewayTypeEnum {
RC
(
DeviceEnum
.
RC
,
DeviceEnum
.
RC_PLUS
,
DeviceEnum
.
RC_PRO
),
DOCK
(
DeviceEnum
.
DOCK
,
DeviceEnum
.
SUPER_DOCK_PRO_V4
),
DOCK
(
DeviceEnum
.
DOCK
,
DeviceEnum
.
SUPER_DOCK_PRO_V4
,
DeviceEnum
.
S22M300
,
DeviceEnum
.
S2201
,
DeviceEnum
.
S24M350
,
DeviceEnum
.
S24M350S
,
DeviceEnum
.
S24M3
,
DeviceEnum
.
S24M4
),
DOCK2
(
DeviceEnum
.
DOCK2
),
;
...
...
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