mirror of
https://github.com/mjg59/python-broadlink.git
synced 2024-11-10 18:00:12 +01:00
6 lines
119 B
Python
6 lines
119 B
Python
"""Constants."""
|
|
DEFAULT_BCAST_ADDR = "255.255.255.255"
|
|
DEFAULT_PORT = 80
|
|
DEFAULT_RETRY_INTVL = 1
|
|
DEFAULT_TIMEOUT = 10
|