跳到主要内容

Firmware Upgrade

Event

Firmware Upgrade Progress

Topic: thing/product/{gateway_sn}/events

Direction: up

Method: ota_progress

Data:

ColumnNameTypeconstraintDescription
resultReturn codeintNon-zero represents an error
outputOutputstruct
»statusTask statusenum_string{"canceled": "Canceled or Terminated", "failed": "Failed", "in_progress": "In Progress", "ok": "Successful Execution", "paused": "Paused", "rejected": "Rejected", "sent": "Sent", "timeout": "Timeout"}
»sub_statusSub statusenum_stringUNKNOWN: Unknown,
VERIFY: Start file verification,
VERIFY_SUCCESS: File verification successful,
UPGRADING: Upgrading,
UPGRADE_SUCCESS: Upgrade successful,
UPGRADE_FAIL: Upgrade failed,
DOWNLOADING: Downloading,
DOWNLOAD_SUCCESS: Download successful,
DOWNLOAD_FAILED: Download failed,
UPLOADING_DRONE: Uploading upgrade package to drone,
VERIFY_FAILED: Verification failed
»progressProgressstruct
»»percentProgress percentageint{"max":"100","min":"0","step":"1","unit_name":"Percentage / %"}
»»step_keyCurrent stepenum_string{"download_firmware":"Downloading Firmware", "upgrade_firmware":"Upgrading Firmware"}

Example:

{
"bid":"8ca0ffa2-5e72-4078-8fa9-dc68216ff5d1",
"data":{
"output":{
"progress":{
"percent":0,
"step":1,
"step_key":"download_firmware"
},
"status":"failed",
"sub_status":"DOWNLOAD_FAILED"
},
"result":0
},
"tid":"74045eba-bd24-4106-b455-d3577f3cbf52",
"timestamp":1707048089244,
"method":"ota_progress"
}

Service

Firmware Upgrade

Topic: thing/product/{gateway_sn}/services

Direction: down

Method: ota_create

Data:

ColumnNameTypeconstraintDescription
devicesFirmware Upgrade Devicesarray{"size": 2, "item_type": struct}
»snDevice Serial Number (SN)text{"length":"10240"}
»product_versionFirmware Versiontext{"length":"10240"}
»file_urlFirmware File Download URLtext{"length":"10240"}
»md5Firmware File MD5text{"length":"10240"}
»file_sizeFirmware File Sizeint
»file_nameFirmware File Nametext
»firmware_upgrade_typeFirmware Upgrade Typeenum_int{"2":"Consistent Upgrade", "3":"Regular Upgrade"}

Example:

{
"bid":"8ca0ffa2-5e72-4078-8fa9-dc68216ff5d1",
"data":{
"devices":[
{
"file_name":"EvoNest-V1.2.0.69-20231215094829.Encrypt.uav",
"file_size":603696942,
"file_url":"http://192.168.1.1:9000/public/EvoNest-V1.2.0.69-20231215094829.Encrypt.uav",
"firmware_upgrade_type":3,
"md5":"d1c9dacec124abd350379eb44b9143e5",
"product_version":"1.2.0.69",
"sn":"NM1923221021"
}
]
},
"tid":"74045eba-bd24-4106-b455-d3577f3cbf52",
"timestamp":1654070968655,
"method":"ota_create"
}

Topic: thing/product/{gateway_sn}/services_reply

Direction: up

Method: ota_create

Data:

ColumnNameTypeconstraintDescription
resultReturn codeintNon-zero represents an error
outputOutputstruct
»statusTask statusenum_string{"canceled": "Canceled or Terminated", "failed": "Failed", "in_progress": "In Progress", "ok": "Successful Execution", "paused": "Paused", "rejected": "Rejected", "sent": "Sent", "timeout": "Timeout"}

Example:

{
"bid":"149878685687484417",
"data":{
"output":{
"progress":{
"percent":0,
"step":1,
"step_key":""
},
"status":"sent",
"sub_status":""
},
"result":0
},
"tid":"5bdd5c11-469c-45d9-afce-d9ec3025f379",
"timestamp":1708573102118,
"method":"ota_create"
}