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.

How does the light in ZLL to receive command?

When I call the function 

zclGeneral_SendOnOff_CmdOff(SAMPLEBRIDGE_ENDPOINT, &zllSampleBridge_DstAddr, FALSE, sampleBridgeSeqNum++);

in samplebridge (ZLL), How does the samplelight get and deal the cmd? which cmd in simplelight mean ON/OFF ?

Thanks