test frame

Description trigger modem to send a test frame

http://localhost:5000/modem/send_test_frame

Example

curl --request POST --url http://localhost:5000/modem/send_test_frame --header 'Content-Type: application/json'

Response

{
  "message": "ok"
}

Errors

This API uses the following error codes:

  • 404 Not Found: The requested resource was not found.
  • 503 Modem not running: Modem not running.