protect_get_bridge
Retrieve detailed information for a specific bridge, including model, MAC, state, platform, and connected clients by providing its ID.
Instructions
Get full details for a specific bridge by ID. Returns: id, modelKey, name, mac, state, platform, clients (array of MACs), maxClients (7.1.83 docs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Bridge ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Device ID | |
| mac | No | MAC address | |
| name | No | Device name | |
| state | No | CONNECTED | DISCONNECTED | ... | |
| clients | No | Connected client MACs (array of strings) | |
| modelKey | No | Resource kind | |
| platform | No | Hardware platform, e.g. "mt7621" | |
| maxClients | No | Max client capacity (number) |