diff --git a/lib/Af.js b/lib/Af.js index 2c8feed..17dabb8 100644 --- a/lib/Af.js +++ b/lib/Af.js @@ -629,7 +629,7 @@ class Af extends EventEmitter { } } else { try { - dataCnfResp = rsp = await this.send(srcEp, dstEp, cId, zclBuffer, afOptions) + rsp = await this.send(srcEp, dstEp, cId, zclBuffer, afOptions) } catch (err) { if (areq) { await Af.areqCancel(areq) @@ -642,9 +642,6 @@ class Af extends EventEmitter { } if (!areq) { - if(!zutils.isBroadcast(dstEp.nwkAddr) && (afOptions.options === undefined || (afOptions.options & ZSC.AF.options.ACK_REQUEST))) { - await this._controller.request('NWK', 'queuedDelete', {trans: dataCnfResp.trans, nwkaddr: nwkAddr}) - } return rsp }