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.

ZHA1.2.0例程连接FBee网关问题

hello

我想用ZHA1.2.0的“温度”例程连接FBee网关,网络可以加入

但终端一直收不到网关发过来的族ID:ZCL_CLUSTER_ID_GEN_IDENTIFY

难道网关没有发送COMMAND_IDENTIFY_QUERY??


switch ( pInMsg->msg->clusterId )
{
#ifdef ZCL_BASIC
case ZCL_CLUSTER_ID_GEN_BASIC:
stat = zclGeneral_ProcessInBasic( pInMsg, pCBs );
break;
#endif // ZCL_BASIC

#ifdef ZCL_IDENTIFY
case ZCL_CLUSTER_ID_GEN_IDENTIFY:
stat = zclGeneral_ProcessInIdentity( pInMsg, pCBs );
break;
#endif // ZCL_IDENTIFY