We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af430a4 commit e103bafCopy full SHA for e103baf
plugwise_usb/constants.py
@@ -31,7 +31,7 @@
31
MESSAGE_HEADER: Final = b"\x05\x05\x03\x03"
32
33
# Max timeout in seconds
34
-STICK_TIME_OUT: Final = 15 # Stick responds with timeout messages after 10s.
+STICK_TIME_OUT: Final = 11 # Stick responds with timeout messages within 10s.
35
NODE_TIME_OUT: Final = 15 # In bigger networks a response from a node could take up a while, so lets use 15 seconds.
36
MAX_RETRIES: Final = 3
37
0 commit comments