平台侧发送和准备工作实现完成
This commit is contained in:
@@ -120,7 +120,5 @@ type OtaUpgradeResponse struct {
|
||||
type OtaUpgradeProgressResponse struct {
|
||||
TaskID uint32 `json:"task_id"` // OTA 升级任务ID
|
||||
CurrentStage models.OTATaskStatus `json:"current_stage"` // 当前阶段
|
||||
ExecutedNum uint32 `json:"executed_num"` // 已执行步骤数
|
||||
TotalNum uint32 `json:"total_num"` // 总步骤数
|
||||
Message string `json:"message"` // 状态消息
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user