upgrade/online-check-result
Use the interface to obtain online check results.
Request Mode
POST /api/upgrade/online-check-result
Response Body
{
"up-to-date": true,
"status": 0
}
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 | True indicates the current firmware is up to date, otherwise it is false. |
version | The latest version |
size | The size of the latest version |
md5 | The MD5 value of the latest version |
changeLog | The upgrade content of the latest version |