Get Firmware status
Returns info about latest firmware on server
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- is_latest_version_installed boolean
latest_version_from_cloud object
name stringdate stringdescription string
{
"is_latest_version_installed": false,
"latest_version_from_cloud": {
"name": "Spring Cleaning",
"date": "04.04.2018",
"description": "changelog in 5-15 lines"
}
}
{
"is_latest_version_installed": false,
"latest_version_from_cloud": {
"name": "Spring Cleaning",
"date": "04.04.2021",
"description": "changelog in 5-15 lines"
}
}
- Wrong firmware image
- Server problems.
- application/json
- Schema
- Example (from schema)
- Wrong image
- Server problems
Schema
- error string
{
"error": "Wrong JSON body"
}
{
"error": "Wrong firmware image"
}
{
"error": "Server problems."
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...