zigpy / bellows

A Python 3 project to implement EZSP for EmberZNet devices
GNU General Public License v3.0
179 stars 87 forks source link

APS ACK ( retry) is always set #504

Closed pipiche38 closed 1 year ago

pipiche38 commented 1 year ago

In send_packet() APS_OPTION_RETRY is always set despite packet.tx_options setting.

https://github.com/zigpy/bellows/blob/a1c9d1ae1b62ffd955abd4b1ca37cedd43f8d59e/bellows/zigbee/application.py#L711

I'll try to submit a PR to make the aps_frame.options depending on packet.tx_options setting

pipiche38 commented 1 year ago

thanks for pushing the PR. Let me know when you'll push to master