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 d59f550 commit 517c847Copy full SHA for 517c847
plugwise_usb/constants.py
@@ -30,7 +30,7 @@
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 = 30 # 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
36
# A delayed response being received after 30 secs so lets use 45 seconds.
0 commit comments