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.

CC2530: SampleTemperatureSensor

Part Number: CC2530

Hello

I want to send a constant data from SampleTemperatureSensor to samplethermostat without any sensor,

I see zcl_SendReportCmd( uint8 srcEP, afAddrType_t *dstAddr,
                              uint16 realClusterID, zclReportCmd_t *reportCmd,
                              uint8 direction, uint8 disableDefaultRsp, uint8 seqNum );

where should I add it in SampleTemperatureSensor and how should I determin parameters ?

thanks for answers :)