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.

关于属性值上报问题

温湿度传感器上报数据,但是zclReportCmd_t里面的attrData是uint8数据类型,

zcl_SendReportCmd( SAMPLETEMPERATURESENSOR_ENDPOINT,
&destAddr,
ZCL_CLUSTER_ID_MS_TEMPERATURE_MEASUREMENT,
reportCmd,
ZCL_FRAME_CLIENT_SERVER_DIR,
TRUE,
seqNum++ );

我想传输uint16数据类型,是否要改下zclReportCmd_t结构体的attrData数据类型,还是说温湿度的属性上报有其他的函数?