Description trigger modem to PING a station
http://localhost:5000/modem/ping_ping
Parameters
{
"dxcall": "N0CALL-0"
}
Example
curl --request POST --url http://localhost:5000/modem/ping_ping --header 'Content-Type: application/json' --data '{"dxcall": "N0CALL-2"}'
Response
{
"message": true
}
Errors
This API uses the following error codes:
404 Not Found
: The requested resource was not found.503 Modem not running
: Modem not running.