Ping
Commands related to pinging devices
Mac
Ping a network extender by mac
Parameters
deviceId : mac address for the device
Example
meshtech/diagnostics/cc3fc0fa8d21/command/device/ping/mac
{
"id":"10",
"params":{
"deviceId":"F80F3BDD84F7"
}
}
meshtech/diagnostics/cc3fc0fa8d21/response/device/ping/mac
{
"id":"10",
"success":true,
"result":"Ping to F80F3BDD84F7 took 00:00:00.2695942"
}
Route
Ping a network extender by route
Parameters
route : route address for the device
Example
meshtech/diagnostics/cc3fc0fa8d21/command/device/ping/route
{
"id":"11",
"params":{
"route":"3FFFFFFFFFF0"
}
}
meshtech/diagnostics/cc3fc0fa8d21/response/device/ping/route
{
"id":"11",
"success":true,
"result":"Ping to 3FFFFFFFFFF0 took 00:00:00.2725809"
}