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
ccec91c8
Commit
ccec91c8
authored
May 21, 2025
by
gdj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改草莓机场枚举值。
parent
374d2559
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
15 deletions
+15
-15
cloud-sdk/src/main/java/com/dji/sdk/cloudapi/device/DeviceEnum.java
+8
-8
cloud-sdk/src/main/java/com/dji/sdk/cloudapi/device/DeviceTypeEnum.java
+6
-6
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 @
ccec91c8
...
@@ -83,34 +83,34 @@ public enum DeviceEnum {
...
@@ -83,34 +83,34 @@ public enum DeviceEnum {
/**
/**
* 草莓机场S
uperDock Pro V4
* 草莓机场S
2301
*/
*/
S
UPER_DOCK_PRO_V4
(
DeviceDomainEnum
.
DOCK
,
DeviceTypeEnum
.
DOCK
,
DeviceSubTypeEnum
.
_99
),
S
2301
(
DeviceDomainEnum
.
DOCK
,
DeviceTypeEnum
.
DOCK
,
DeviceSubTypeEnum
.
_99
),
/**
/**
* 草莓机场S22M300
* 草莓机场S22M300
*/
*/
S22M300
(
DeviceDomainEnum
.
DOCK
,
DeviceTypeEnum
.
_97
,
DeviceSubTypeEnum
.
ZERO
),
S22M300
(
DeviceDomainEnum
.
DOCK
,
DeviceTypeEnum
.
_
880
97
,
DeviceSubTypeEnum
.
ZERO
),
/**
/**
* 草莓机场S2201
* 草莓机场S2201
*/
*/
S2201
(
DeviceDomainEnum
.
DOCK
,
DeviceTypeEnum
.
_98
,
DeviceSubTypeEnum
.
ZERO
),
S2201
(
DeviceDomainEnum
.
DOCK
,
DeviceTypeEnum
.
_
880
98
,
DeviceSubTypeEnum
.
ZERO
),
/**
/**
* 草莓机场S24M350
* 草莓机场S24M350
*/
*/
S24M350
(
DeviceDomainEnum
.
DOCK
,
DeviceTypeEnum
.
_100
,
DeviceSubTypeEnum
.
ZERO
),
S24M350
(
DeviceDomainEnum
.
DOCK
,
DeviceTypeEnum
.
_
88
100
,
DeviceSubTypeEnum
.
ZERO
),
/**
/**
* 草莓机场S24M350S
* 草莓机场S24M350S
*/
*/
S24M350S
(
DeviceDomainEnum
.
DOCK
,
DeviceTypeEnum
.
_101
,
DeviceSubTypeEnum
.
ZERO
),
S24M350S
(
DeviceDomainEnum
.
DOCK
,
DeviceTypeEnum
.
_
88
101
,
DeviceSubTypeEnum
.
ZERO
),
/**
/**
* 草莓机场S24M3
* 草莓机场S24M3
*/
*/
S24M3
(
DeviceDomainEnum
.
DOCK
,
DeviceTypeEnum
.
_102
,
DeviceSubTypeEnum
.
ZERO
),
S24M3
(
DeviceDomainEnum
.
DOCK
,
DeviceTypeEnum
.
_
88
102
,
DeviceSubTypeEnum
.
ZERO
),
/**
/**
* 草莓机场S24M4
* 草莓机场S24M4
*/
*/
S24M4
(
DeviceDomainEnum
.
DOCK
,
DeviceTypeEnum
.
_103
,
DeviceSubTypeEnum
.
ZERO
),
S24M4
(
DeviceDomainEnum
.
DOCK
,
DeviceTypeEnum
.
_
88
103
,
DeviceSubTypeEnum
.
ZERO
),
M3D
(
DeviceDomainEnum
.
DRONE
,
DeviceTypeEnum
.
M3D
,
DeviceSubTypeEnum
.
ZERO
),
M3D
(
DeviceDomainEnum
.
DRONE
,
DeviceTypeEnum
.
M3D
,
DeviceSubTypeEnum
.
ZERO
),
...
...
cloud-sdk/src/main/java/com/dji/sdk/cloudapi/device/DeviceTypeEnum.java
View file @
ccec91c8
...
@@ -91,12 +91,12 @@ public enum DeviceTypeEnum {
...
@@ -91,12 +91,12 @@ public enum DeviceTypeEnum {
M4TD_CAMERA
(
99
),
M4TD_CAMERA
(
99
),
// 草莓
// 草莓
_
97
(
97
),
_
88097
(
880
97
),
_
98
(
98
),
_
88098
(
880
98
),
_
100
(
100
),
_
88100
(
88
100
),
_
101
(
101
),
_
88101
(
88
101
),
_
102
(
102
),
_
88102
(
88
102
),
_
103
(
103
),
_
88103
(
88
103
),
;
;
private
final
int
type
;
private
final
int
type
;
...
...
cloud-sdk/src/main/java/com/dji/sdk/config/version/GatewayTypeEnum.java
View file @
ccec91c8
...
@@ -14,7 +14,7 @@ public enum GatewayTypeEnum {
...
@@ -14,7 +14,7 @@ public enum GatewayTypeEnum {
RC
(
DeviceEnum
.
RC
,
DeviceEnum
.
RC_PLUS
,
DeviceEnum
.
RC_PRO
,
DeviceEnum
.
RC_PRO_TWO
),
RC
(
DeviceEnum
.
RC
,
DeviceEnum
.
RC_PLUS
,
DeviceEnum
.
RC_PRO
,
DeviceEnum
.
RC_PRO_TWO
),
DOCK
(
DeviceEnum
.
DOCK
,
DeviceEnum
.
S
UPER_DOCK_PRO_V4
,
DeviceEnum
.
S22M300
,
DeviceEnum
.
S2201
,
DOCK
(
DeviceEnum
.
DOCK
,
DeviceEnum
.
S
2301
,
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
),
...
...
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