Skip to content

Commit 59b7422

Browse files
committed
add ref to ZiGate issue #239
1 parent 967fcc4 commit 59b7422

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zigpy_zigate/zigbee/application.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ async def request(self, device, profile, cluster, src_ep, dst_ep, sequence, data
139139

140140
# Commented out for now
141141
# Currently (Firmware 3.1a) only send APS Data confirm in case of failure
142+
# https://github.com/fairecasoimeme/ZiGate/issues/239
142143
# try:
143144
# v = await asyncio.wait_for(send_fut, 120)
144145
# except asyncio.TimeoutError:

0 commit comments

Comments
 (0)