protect_get_fob
Retrieve complete details for a specific fob by its ID, including name, MAC address, state, button labels, and wireless connection status.
Instructions
Get full details for a specific fob by ID. Returns: id, modelKey, name, mac, state, awayState, buttonLabels, featureFlags (buttons[]), wirelessConnectionState (7.1.83 docs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Fob ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Device ID | |
| mac | No | MAC address | |
| name | No | Device name | |
| state | No | CONNECTED | DISCONNECTED | ... | |
| modelKey | No | Resource kind | |
| awayState | No | Away state, e.g. "ONLINE" | |
| buttonLabels | No | Button label preset, e.g. "securityActions" | |
| featureFlags | No | Feature flags (object: buttons[]) | |
| wirelessConnectionState | No | Wireless link state (object) |