Prints now change state event.

FossilOrigin-Name: aa9fcb40a95ff58d16ec62cf4c06363837fe017a1cd40ab5fb5c7b7be6419df2
This commit is contained in:
7u83@mail.ru 2014-08-17 22:25:08 +00:00
parent 17ddab8d4c
commit a92d7ddd33
1 changed files with 8 additions and 0 deletions

View File

@ -43,6 +43,14 @@ const char * cw_msgtostr(int type)
Configuration Update Response 8
WTP Event Request 9
WTP Event Response 10
*/
case CWMSG_CHANGE_STATE_EVENT_REQUEST:
return "change state event request";
case CWMSG_CHANGE_STATE_EVENT_RESPONSE:
return "change state event response";
/*
Change State Event Request 11
Change State Event Response 12
*/