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 de6fdd7 commit af430a4Copy full SHA for af430a4
plugwise_usb/constants.py
@@ -31,9 +31,7 @@
31
MESSAGE_HEADER: Final = b"\x05\x05\x03\x03"
32
33
# Max timeout in seconds
34
-STICK_ACCEPT_TIME_OUT: Final = 6 # Stick accept respond.
35
STICK_TIME_OUT: Final = 15 # Stick responds with timeout messages after 10s.
36
-QUEUE_TIME_OUT: Final = 45 # Total seconds to wait for queue
37
NODE_TIME_OUT: Final = 15 # In bigger networks a response from a node could take up a while, so lets use 15 seconds.
38
MAX_RETRIES: Final = 3
39
0 commit comments