Skip to content

Commit a7db28e

Browse files
authored
Increase the send timeout for mains devices to 3s (#673)
1 parent 1f61e0b commit a7db28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bellows/zigbee/application.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
from bellows.zigbee.device import EZSPEndpoint, EZSPGroupEndpoint
4444
import bellows.zigbee.util as util
4545

46-
MESSAGE_SEND_TIMEOUT_MAINS = 0.7
46+
MESSAGE_SEND_TIMEOUT_MAINS = 3
4747
MESSAGE_SEND_TIMEOUT_BATTERY = 8
4848

4949
COUNTER_EZSP_BUFFERS = "EZSP_FREE_BUFFERS"

0 commit comments

Comments
 (0)