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 |
Generic Omada API coordinator.
|
private |
Definition at line 15 of file coordinator.py.
| int homeassistant.components.tplink_omada.coordinator.POLL_CLIENTS = 300 |
Definition at line 19 of file coordinator.py.
| int homeassistant.components.tplink_omada.coordinator.POLL_DEVICES = 300 |
Definition at line 20 of file coordinator.py.
| int homeassistant.components.tplink_omada.coordinator.POLL_GATEWAY = 300 |
Definition at line 18 of file coordinator.py.
| int homeassistant.components.tplink_omada.coordinator.POLL_SWITCH_PORT = 300 |
Definition at line 17 of file coordinator.py.