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 :)