back

/getIOTAUpdateStatus

Get the IOTA update status.

{
    "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