unifi_update_known_client
Update a known client record by its ID to set a friendly name, block or unblock the client, or assign a fixed IP address on the UniFi network.
Instructions
Update a known client record by its _id. Common uses: set a friendly name (note), block/unblock, assign fixed IP. blocked: True to block the client at the network level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes | ||
| site_id | No | default | |
| name | No | ||
| note | No | ||
| blocked | No | ||
| fixed_ip | No | ||
| use_fixedip | No |