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.
1.Clusters和Cluster Commands以及Cluster Attributes是什么区别?
2.我的理解Cluster Commands是ZCL_FRAME_CLIENT_SERVER_DIR的时候用的,
而Cluster Attributes是ZCL_FRAME_SERVER_CLIENT_DIR的时候用的,不知理解是否正确?
3.以On/Off Cluster Commands为例,下面用到的之外的命令我是否可以自定义?比如0x03到0x40之间
/*******************************/
/*** On/Off Cluster Commands ***/
/*******************************/
#define COMMAND_OFF 0x00
#define COMMAND_ON 0x01
#define COMMAND_TOGGLE 0x02
#define COMMAND_OFF_WITH_EFFECT 0x40
#define COMMAND_ON_WITH_RECALL_GLOBAL_SCENE 0x41
#define COMMAND_ON_WITH_TIMED_OFF 0x42