Skip to content

Commit 517c847

Browse files
committed
Set STICK_TIMEOUT to 30 secs
1 parent d59f550 commit 517c847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
MESSAGE_HEADER: Final = b"\x05\x05\x03\x03"
3131

3232
# Max timeout in seconds
33-
STICK_TIME_OUT: Final = 11 # Stick responds with timeout messages within 10s.
33+
STICK_TIME_OUT: Final = 30 # Stick responds with timeout messages within 10s.
3434
# In bigger networks a response from a node could take up a while
3535
NODE_TIME_OUT: Final = 45
3636
# A delayed response being received after 30 secs so lets use 45 seconds.

0 commit comments

Comments
 (0)