diag.version

The diag.version command returns the version of the server.

TR50 Request


                        {
  "cmd": {
    "command": "diag.version"
  }
}
      

Request Parameters

The command takes no parameters.

TR50 Response

If the command is sent successfully a success message and the version of the server is returned. Otherwise, an error and error message will be returned.


                        {
  "cmd": {
    "success": true,
    "params": {
      "version": "17.05.00"
    }
  }
}