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.

关于endpoint注册cluster的问题



你好 我在endpoint注册的时候只注册了两个cluster

SAMPLEAPP_PERIODIC_CLUSTERID,
SAMPLEAPP_FLASH_CLUSTERID

但是我在写接受的时候用的另外一个cluster

    case SAMPLEAPP_PERIODIC_CLUSTERID:

case SAMPLEAPP_FLASH_CLUSTERID:

  case SAMPLEAPP_COM_CLUSTERID :

如你所见第三个cluster是没有注册的  但是实际使用的时候也能收到信号

请问是怎么回事  

还有 输出节点和输入节点是怎么回事    我发现在注册的时候输入节点和输出节点都是注册的一组节点