Get Paramset
get_paramsetRetrieve channel parameters by specifying address and paramsetKey: 'VALUES' for runtime state, 'MASTER' for configuration, or a link partner's channel address for link parameters.
Instructions
Read all parameters for a channel: VALUES (runtime state), MASTER (config), or a link paramset — for the latter pass the LINK PARTNER's channel address as paramsetKey (find partners with list_links). Interface is auto-resolved from the address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | CCU target to read from (default: active). See list_ccu_targets. | |
| address | Yes | Channel address (e.g. '000A1BE9A71F15:1') | |
| interface | No | Interface name override (auto-resolved if omitted) | |
| paramsetKey | Yes | 'VALUES', 'MASTER', or a link partner's channel address (reads that direct link's parameters) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | Map of parameter name → value | |
| address | Yes | ||
| paramsetKey | Yes |