Merge pull request #15667 from s-hadinger/zigbee_fix_send_cluster

Zigbee fix regression
This commit is contained in:
s-hadinger 2022-05-21 18:15:11 +02:00 committed by GitHub
commit 8330ad4838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -849,7 +849,7 @@ public:
uint8_t transactseq = 0; // transaction sequence number
uint8_t cmd = 0;
SBuffer payload;
uint16_t cluster = 0;
uint16_t cluster = 0xFFFF; // invalid cluster by default
uint16_t groupaddr = 0;
// information from decoded ZCL frame
uint16_t shortaddr = BAD_SHORTADDR; // BAD_SHORTADDR is broadcast, so considered invalid