-
Notifications
You must be signed in to change notification settings - Fork 2
refresh clients
GitHub Action edited this page Jul 20, 2026
·
1 revision
The refresh_clients service forces the hub to immediately re-fetch the connected client list and request a coordinator refresh. This updates all dependent entities (device trackers, connected client counts, bandwidth sensors, etc.) without waiting for the next polling cycle.
The refresh_clients service is always available regardless of optional feature selection.
Forces the hub to immediately re-fetch the connected client list and request a coordinator refresh.
| Field | Type | Required | Description |
|---|---|---|---|
mac |
string | No | Target a specific router by MAC address. |
Example:
action: glinet_router.refresh_clients- Right after adding or removing a client on the LAN.
- When Home Assistant device tracker states appear stale.
- After a router reboot to align the state with the current client list.