/upgrade/upload-fw
Use the interface to upload firmware. The upload file format should be .mwf, and you should use POST multipart/form-data to upload files.
Request Mode
POST /upgrade/upload-fw
Response Body
{
"status": 0,
"up-to-date": true,
"version": "1.1.72"
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |
up-to-date | Whether the firmware is the latest version |
version | The firmware version to upload |