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 97bc022 commit c1c509bCopy full SHA for c1c509b
plugwise_usb/constants.py
@@ -30,9 +30,9 @@
30
MESSAGE_HEADER: Final = b"\x05\x05\x03\x03"
31
32
# Max timeout in seconds
33
-STICK_TIME_OUT: Final = 11 # Stick responds with timeout messages within 10s.
+STICK_TIME_OUT: Final = 45 # Stick responds with timeout messages within 10s.
34
# In bigger networks a response from a node could take up a while
35
-NODE_TIME_OUT: Final = 45
+NODE_TIME_OUT: Final = 60
36
# A delayed response being received after 30 secs so lets use 45 seconds.
37
# @bouwew: NodeJoinAckResponse to a NodeAddRequest
38
0 commit comments