Get device details
get_device_detailsRetrieve static hardware and firmware details for a Twinkly device, such as model, LED count, MAC address, and uptime.
Instructions
Get static hardware/firmware details for a Twinkly device: product, model, LED count and profile, MAC, UUID, firmware family, and uptime. Use get_state for the current mode/color/brightness.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | Name of the target device (see list_devices). Omit to use the default device. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mac | Yes | ||
| name | Yes | ||
| uuid | Yes | ||
| model | Yes | ||
| device | Yes | ||
| product | Yes | ||
| ledCount | Yes | ||
| frameRate | Yes | ||
| ledProfile | Yes | ||
| movieCapacity | Yes | ||
| uptimeSeconds | Yes | ||
| firmwareFamily | Yes | ||
| hardwareVersion | Yes |