Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.hlk_sw16.const Namespace Reference

Variables

int CONNECTION_TIMEOUT = 10
 
int DEFAULT_KEEP_ALIVE_INTERVAL = 3
 
string DEFAULT_NAME = "HLK-SW16"
 
int DEFAULT_PORT = 8080
 
int DEFAULT_RECONNECT_INTERVAL = 10
 
string DOMAIN = "hlk_sw16"
 

Detailed Description

Constants for HLK-SW16 component.

Variable Documentation

◆ CONNECTION_TIMEOUT

int homeassistant.components.hlk_sw16.const.CONNECTION_TIMEOUT = 10

Definition at line 9 of file const.py.

◆ DEFAULT_KEEP_ALIVE_INTERVAL

int homeassistant.components.hlk_sw16.const.DEFAULT_KEEP_ALIVE_INTERVAL = 3

Definition at line 8 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.hlk_sw16.const.DEFAULT_NAME = "HLK-SW16"

Definition at line 5 of file const.py.

◆ DEFAULT_PORT

int homeassistant.components.hlk_sw16.const.DEFAULT_PORT = 8080

Definition at line 6 of file const.py.

◆ DEFAULT_RECONNECT_INTERVAL

int homeassistant.components.hlk_sw16.const.DEFAULT_RECONNECT_INTERVAL = 10

Definition at line 7 of file const.py.

◆ DOMAIN

string homeassistant.components.hlk_sw16.const.DOMAIN = "hlk_sw16"

Definition at line 3 of file const.py.