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 2359d9c commit c4c6ff7Copy full SHA for c4c6ff7
plugwise_usb/constants.py
@@ -31,7 +31,11 @@
31
32
# Max timeout in seconds
33
STICK_TIME_OUT: Final = 11 # Stick responds with timeout messages within 10s.
34
-NODE_TIME_OUT: Final = 15 # In bigger networks a response from a node could take up a while, so lets use 15 seconds.
+# In bigger networks a response from a node could take up a while
35
+NODE_TIME_OUT: Final = 45
36
+# A delayed response being received after 30 secs so lets use 45 seconds.
37
+# @bouwew: NodeJoinAckResponse to a NodeAddRequest
38
+
39
MAX_RETRIES: Final = 3
40
SUPPRESS_INITIALIZATION_WARNINGS: Final = 10 # Minutes to suppress (expected) communication warning messages after initialization
41
0 commit comments