mirror of https://github.com/arendst/Tasmota.git
Added ResponseCmndDone() to ZigbeeRead
This commit is contained in:
parent
7d8a4f5077
commit
0c717ddbac
|
@ -614,9 +614,10 @@ void CmndZigbeeRead(void) {
|
|||
}
|
||||
}
|
||||
|
||||
ZigbeeZCLSend(device, cluster, endpoint, ZCL_READ_ATTRIBUTES, false, attrs, attrs_len, false /* we do want a response */);
|
||||
ZigbeeZCLSend(device, cluster, endpoint, ZCL_READ_ATTRIBUTES, false, attrs, attrs_len, false /* we do want a response */);
|
||||
|
||||
if (attrs) { delete[] attrs; }
|
||||
if (attrs) { delete[] attrs; }
|
||||
ResponseCmndDone();
|
||||
}
|
||||
|
||||
// Allow or Deny pairing of new Zigbee devices
|
||||
|
|
Loading…
Reference in New Issue