Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for HLK-SW16 component."""
2 
3 DOMAIN = "hlk_sw16"
4 
5 DEFAULT_NAME = "HLK-SW16"
6 DEFAULT_PORT = 8080
7 DEFAULT_RECONNECT_INTERVAL = 10
8 DEFAULT_KEEP_ALIVE_INTERVAL = 3
9 CONNECTION_TIMEOUT = 10