NEW: release DJI Payload-SDK version 3.4
Signed-off-by: DJI-Martin <DJI-Martin@dji.com>
This commit is contained in:
@ -0,0 +1,76 @@
|
||||
{
|
||||
"version": {
|
||||
"major": 1,
|
||||
"minor": 0
|
||||
},
|
||||
"hms_database": {
|
||||
"hms_position_desc": "负载%position_index",
|
||||
"hms_error_code_list": [
|
||||
{
|
||||
"hms_error_code": "0x1E020000",
|
||||
"hms_interface": {
|
||||
"message_title": "HMS测试文案: 我是错误码标题0",
|
||||
"message_content": "HMS测试文案: 我是错误码内容0"
|
||||
},
|
||||
"fpv_interface": {
|
||||
"message_on_the_ground": "HMS测试文案: 我在地面发生了错误0",
|
||||
"is_keep_history_on_the_ground": false,
|
||||
"message_in_the_sky": "HMS测试文案: 我在空中发生了错误0",
|
||||
"is_keep_history_in_the_sky": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"hms_error_code": "0x1E020001",
|
||||
"hms_interface": {
|
||||
"message_title": "HMS测试文案: 我是错误码标题1",
|
||||
"message_content": "HMS测试文案: 我是错误码内容1"
|
||||
},
|
||||
"fpv_interface": {
|
||||
"message_on_the_ground": "HMS测试文案: 我在地面发生了错误1",
|
||||
"is_keep_history_on_the_ground": false,
|
||||
"message_in_the_sky": "HMS测试文案: 我在空中发生了错误1",
|
||||
"is_keep_history_in_the_sky": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"hms_error_code": "0x1E020002",
|
||||
"hms_interface": {
|
||||
"message_title": "HMS测试文案: 我是错误码标题2",
|
||||
"message_content": "HMS测试文案: 我是错误码内容2"
|
||||
},
|
||||
"fpv_interface": {
|
||||
"message_on_the_ground": "HMS测试文案: 我在地面发生了错误2",
|
||||
"is_keep_history_on_the_ground": true,
|
||||
"message_in_the_sky": "HMS测试文案: 我在空中发生了错误2",
|
||||
"is_keep_history_in_the_sky": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"hms_error_code": "0x1E020003",
|
||||
"hms_interface": {
|
||||
"message_title": "HMS测试文案: 我是错误码标题3",
|
||||
"message_content": "HMS测试文案: 我是错误码内容3"
|
||||
},
|
||||
"fpv_interface": {
|
||||
"message_on_the_ground": "HMS测试文案: 我在地面发生了错误3",
|
||||
"is_keep_history_on_the_ground": true,
|
||||
"message_in_the_sky": "HMS测试文案: 我在空中发生了错误3",
|
||||
"is_keep_history_in_the_sky": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"hms_error_code": "0x1E020004",
|
||||
"hms_interface": {
|
||||
"message_title": "HMS测试文案: 我是错误码标题4",
|
||||
"message_content": "HMS测试文案: 我是错误码内容4"
|
||||
},
|
||||
"fpv_interface": {
|
||||
"message_on_the_ground": "HMS测试文案: 我在地面发生了错误4",
|
||||
"is_keep_history_on_the_ground": true,
|
||||
"message_in_the_sky": "HMS测试文案: 我在空中发生了错误4",
|
||||
"is_keep_history_in_the_sky": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user