Over the air update¶
getOta¶
Command to get information about the over the air update.
Request¶
Only the name and the payload arguments will be described. General information can be found under Command General.
- Name:
getOta - Payload arguments: None
Response¶
Only the data object will be described here.
To get information about the whole response, please refer to
Command General.
The data object contains the following arguments:
-
status: The statusValue Description idle Idle
ver: Firmware version
Example response
{
"isForce": 0,
"progress": 0,
"result": 0,
"status": "idle",
"ver": "1.8.2"
}