diag.ping
The diag.ping command is a simple connectivity check. It always returns immediately and returns success.
TR50 Request
{
"cmd": {
"command": "diag.ping"
}
}
Request Parameters
The command takes no parameters.
TR50 Response
If the command is sent successfully a success message is returned.
{
"cmd": {
"success": true
}
}