protect_get_link_station
Retrieve complete details for a link station by ID, including model key, name, MAC, state, alarm hub status, and LED settings.
Instructions
Get full details for a specific link station by ID. Returns: id, modelKey ("linkstation"), name, mac, state, isAlarmHub, ledSettings (isEnabled), lastEvent, alarmHub (object) (7.1.83 docs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Link station ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Device ID | |
| mac | No | MAC address | |
| name | No | Device name | |
| state | No | CONNECTED | DISCONNECTED | ... | |
| alarmHub | No | Alarm hub status (object: armed, battery, connector, cover, output, input, …) | |
| modelKey | No | Resource kind | |
| lastEvent | No | Last event timestamp in epoch ms (number) | |
| isAlarmHub | No | Whether this device is an alarm hub (boolean) | |
| ledSettings | No | LED settings (object: isEnabled) |