Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.tplink_omada.coordinator Namespace Reference

Classes

class  OmadaClientsCoordinator
 
class  OmadaCoordinator
 
class  OmadaDevicesCoordinator
 
class  OmadaGatewayCoordinator
 
class  OmadaSwitchPortCoordinator
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
int POLL_CLIENTS = 300
 
int POLL_DEVICES = 300
 
int POLL_GATEWAY = 300
 
int POLL_SWITCH_PORT = 300
 

Detailed Description

Generic Omada API coordinator.

Variable Documentation

◆ _LOGGER

homeassistant.components.tplink_omada.coordinator._LOGGER = logging.getLogger(__name__)
private

Definition at line 15 of file coordinator.py.

◆ POLL_CLIENTS

int homeassistant.components.tplink_omada.coordinator.POLL_CLIENTS = 300

Definition at line 19 of file coordinator.py.

◆ POLL_DEVICES

int homeassistant.components.tplink_omada.coordinator.POLL_DEVICES = 300

Definition at line 20 of file coordinator.py.

◆ POLL_GATEWAY

int homeassistant.components.tplink_omada.coordinator.POLL_GATEWAY = 300

Definition at line 18 of file coordinator.py.

◆ POLL_SWITCH_PORT

int homeassistant.components.tplink_omada.coordinator.POLL_SWITCH_PORT = 300

Definition at line 17 of file coordinator.py.