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.
Byte 1 | Byte 2 | Byte 3 | ||
Bits 7-2 | Bit 1 | Bit 0 | ||
Timer High | Timer Low | unused | Commando flag: Low at no commano High at commando |
Trip flag: Low at no trip High at trip |
选用哪个cluster比较好
我们有Time cluster的:
怎么发送你可以自己使用ZCL接口发送。
/*******************************/
/*** Time Cluster Attributes ***/
/*******************************/
#define ATTRID_TIME_TIME 0x0000
#define ATTRID_TIME_TIME_STATUS 0x0001
#define ATTRID_TIME_TIME_ZONE 0x0002
#define ATTRID_TIME_DST_START 0x0003
#define ATTRID_TIME_DST_END 0x0004
#define ATTRID_TIME_DST_SHIFT 0x0005
#define ATTRID_TIME_STANDARD_TIME 0x0006
#define ATTRID_TIME_LOCAL_TIME 0x0007
#define ATTRID_TIME_LAST_SET_TIME 0x0008
#define ATTRID_TIME_VALID_UNTIL_TIME 0x0009