Skip to content

Commit

Permalink
Increase the default ARSP timeout from 10 to 15 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Sep 4, 2020
1 parent 71457bf commit a2e2984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zigpy_znp/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def validator(v):
None, vol.All(int, vol.Range(min=-22, max=19))
),
vol.Optional(CONF_SREQ_TIMEOUT, default=5): VolPositiveNumber,
vol.Optional(CONF_ARSP_TIMEOUT, default=10): VolPositiveNumber,
vol.Optional(CONF_ARSP_TIMEOUT, default=15): VolPositiveNumber,
vol.Optional(
CONF_AUTO_RECONNECT_RETRY_DELAY, default=5
): VolPositiveNumber,
Expand Down

0 comments on commit a2e2984

Please sign in to comment.