Rest response and request added.
FossilOrigin-Name: 9d71bbc0b554eb2a85b7b7421c17fb3a71692889c36b5be6681a181ec1344330
This commit is contained in:
parent
4a21d00d75
commit
72b7dbf3aa
@ -39,9 +39,12 @@ const char * cw_msgtostr(int type)
|
||||
case CWMSG_CONFIGURATION_STATUS_RESPONSE:
|
||||
return "configuration status response";
|
||||
|
||||
/* Configuration Update Request 7
|
||||
Configuration Update Response 8
|
||||
*/
|
||||
case CWMSG_CONFIGURATION_UPDATE_REQUEST:
|
||||
return "configuration update request";
|
||||
|
||||
case CWMSG_CONFIGURATION_UPDATE_RESPONSE:
|
||||
return "configuration update response";
|
||||
|
||||
case CWMSG_WTP_EVENT_REQUEST:
|
||||
return "wtp event request";
|
||||
case CWMSG_WTP_EVENT_RESPONSE:
|
||||
|
Loading…
Reference in New Issue
Block a user