This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2538: On/Off response

Part Number: CC2538
Other Parts Discussed in Thread: CC2530

cc2538 sample switch as coordinator

cc2530 sample light as the router.

I am sending an ON command from the switch the light using zclGeneral_SendOnOff_CmdOn().

It returns the status. 

Upon receiving this command on the light side, it performs ON and sends back the acknowledgement to the switch.

How to read this acknowledgement on the switch side? Which function do I need for this?