Skip to content

Commit e103baf

Browse files
committed
Reduce stick timeout duration
1 parent af430a4 commit e103baf

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
@@ -31,7 +31,7 @@
3131
MESSAGE_HEADER: Final = b"\x05\x05\x03\x03"
3232

3333
# Max timeout in seconds
34-
STICK_TIME_OUT: Final = 15 # Stick responds with timeout messages after 10s.
34+
STICK_TIME_OUT: Final = 11 # Stick responds with timeout messages within 10s.
3535
NODE_TIME_OUT: Final = 15 # In bigger networks a response from a node could take up a while, so lets use 15 seconds.
3636
MAX_RETRIES: Final = 3
3737

0 commit comments

Comments
 (0)