mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 23:07:17 +00:00
Merge pull request #15667 from s-hadinger/zigbee_fix_send_cluster
Zigbee fix regression
This commit is contained in:
commit
8330ad4838
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user