streamdeck_read_page
Retrieve the contents of a specific page from an Elgato Stream Deck profile using the profile name or ID and the page index or directory ID.
Instructions
Read a profile page by profile name or ID and page index or directory ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_index | No | Zero-based page index from streamdeck_read_profiles. Accepts int or a string form. | |
| profile_id | No | Directory-based profile ID, usually the .sdProfile folder name without the suffix. | |
| directory_id | No | Page directory ID from streamdeck_read_profiles. This is the safest target for updates. | |
| profile_name | No | Exact profile name as shown in the Elgato app. |