diag.wait

The diag.wait command returns successfully after the specified number of seconds.

TR50 Request


                        {
  "cmd": {
    "command": "diag.wait",
    "params": {
      "wait": 5
    }
  }
}
      

Request Parameters

Name

Type

Required

Description

wait

Integer

Yes

Number of seconds to wait before responding.

TR50 Response

If the command is sent successfully a success message is returned.


                        {
  "cmd": {
    "success": true
  }
}