Get the IOTA update status.
Method: GET
URL Params: None
Response:
{
"command":"/getIOTAUpdateStatus",
"command_result": {
"iota_update": {
"state":"ready",
"message":"some_message_about_state",
"update_available": true
}
},
"errors": false,
"general_message":"Successfully retrieved the IOTA update status"
}Note that possible states in the "state" field are: ready | downloading | installing | error | done