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.

ZHA 关于端点号的注册

1、该版本注册多一个端点号,是不是ZCL回调函数、属性列表都得重新写呢 也就是这三个函数 

zclHA_Init();  zclGeneral_RegisterCmdCallbacks();  zcl_registerAttrList();   假如一个设备我需要注册多个端点  那样代码岂不是冗长? 该怎么解决呢

2、该版本控灯的例程,是不是一个端点只能控制对应的一盏灯? 能不能一个端点控制多盏灯的不同状态呢?

求解,谢谢!