emqx_coap_api.hocon 385 B

123456789101112131415161718192021222324252627
  1. emqx_coap_api {
  2. content_type.desc:
  3. """Payload type"""
  4. message_id.desc:
  5. """Message ID"""
  6. method.desc:
  7. """Request method type"""
  8. payload.desc:
  9. """The content of the payload"""
  10. response_code.desc:
  11. """Response code"""
  12. send_coap_request.desc:
  13. """Send a CoAP request message to the client"""
  14. timeout.desc:
  15. """Timespan for response"""
  16. token.desc:
  17. """Message token, can be empty"""
  18. }