mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-20 09:16:30 +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 transactseq = 0; // transaction sequence number
|
||||||
uint8_t cmd = 0;
|
uint8_t cmd = 0;
|
||||||
SBuffer payload;
|
SBuffer payload;
|
||||||
uint16_t cluster = 0;
|
uint16_t cluster = 0xFFFF; // invalid cluster by default
|
||||||
uint16_t groupaddr = 0;
|
uint16_t groupaddr = 0;
|
||||||
// information from decoded ZCL frame
|
// information from decoded ZCL frame
|
||||||
uint16_t shortaddr = BAD_SHORTADDR; // BAD_SHORTADDR is broadcast, so considered invalid
|
uint16_t shortaddr = BAD_SHORTADDR; // BAD_SHORTADDR is broadcast, so considered invalid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user